Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[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('i18n_block_language', array(
15   'fields' => array(
16     'module' => array(
17       'type' => 'varchar',
18       'not null' => TRUE,
19       'length' => '64',
20     ),
21     'delta' => array(
22       'type' => 'varchar',
23       'not null' => TRUE,
24       'length' => '32',
25     ),
26     'language' => array(
27       'type' => 'varchar',
28       'not null' => TRUE,
29       'length' => '12',
30       'default' => '',
31     ),
32   ),
33   'primary key' => array(
34     'module',
35     'delta',
36     'language',
37   ),
38   'indexes' => array(
39     'language' => array(
40       'language',
41     ),
42   ),
43   'mysql_character_set' => 'utf8',
44 ));
45
46 $connection->schema()->createTable('i18n_string', array(
47   'fields' => array(
48     'lid' => array(
49       'type' => 'int',
50       'not null' => TRUE,
51       'size' => 'normal',
52       'default' => '0',
53     ),
54     'textgroup' => array(
55       'type' => 'varchar',
56       'not null' => TRUE,
57       'length' => '50',
58       'default' => 'default',
59     ),
60     'context' => array(
61       'type' => 'varchar',
62       'not null' => TRUE,
63       'length' => '255',
64       'default' => '',
65     ),
66     'objectid' => array(
67       'type' => 'varchar',
68       'not null' => TRUE,
69       'length' => '255',
70       'default' => '',
71     ),
72     'type' => array(
73       'type' => 'varchar',
74       'not null' => TRUE,
75       'length' => '255',
76       'default' => '',
77     ),
78     'property' => array(
79       'type' => 'varchar',
80       'not null' => TRUE,
81       'length' => '255',
82       'default' => '',
83     ),
84     'objectindex' => array(
85       'type' => 'int',
86       'not null' => TRUE,
87       'size' => 'big',
88       'default' => '0',
89     ),
90     'format' => array(
91       'type' => 'varchar',
92       'not null' => FALSE,
93       'length' => '255',
94     ),
95   ),
96   'primary key' => array(
97     'lid',
98   ),
99   'indexes' => array(
100     'group_context' => array(
101       'textgroup',
102       array(
103         'context',
104         '50',
105       ),
106     ),
107   ),
108   'mysql_character_set' => 'utf8',
109 ));
110
111 $connection->insert('i18n_string')
112 ->fields(array(
113   'lid',
114   'textgroup',
115   'context',
116   'objectid',
117   'type',
118   'property',
119   'objectindex',
120   'format',
121 ))
122 ->values(array(
123   'lid' => '57',
124   'textgroup' => 'blocks',
125   'context' => 'block:1:title',
126   'objectid' => '1',
127   'type' => 'block',
128   'property' => 'title',
129   'objectindex' => '1',
130   'format' => '',
131 ))
132 ->values(array(
133   'lid' => '60',
134   'textgroup' => 'blocks',
135   'context' => 'block:1:body',
136   'objectid' => '1',
137   'type' => 'block',
138   'property' => 'body',
139   'objectindex' => '1',
140   'format' => 'filtered_html',
141 ))
142 ->values(array(
143   'lid' => '61',
144   'textgroup' => 'node',
145   'context' => 'type:article:name',
146   'objectid' => 'article',
147   'type' => 'type',
148   'property' => 'name',
149   'objectindex' => '0',
150   'format' => '',
151 ))
152 ->values(array(
153   'lid' => '62',
154   'textgroup' => 'node',
155   'context' => 'type:article:title_label',
156   'objectid' => 'article',
157   'type' => 'type',
158   'property' => 'title_label',
159   'objectindex' => '0',
160   'format' => '',
161 ))
162 ->values(array(
163   'lid' => '63',
164   'textgroup' => 'node',
165   'context' => 'type:article:description',
166   'objectid' => 'article',
167   'type' => 'type',
168   'property' => 'description',
169   'objectindex' => '0',
170   'format' => '',
171 ))
172 ->values(array(
173   'lid' => '64',
174   'textgroup' => 'node',
175   'context' => 'type:article:help',
176   'objectid' => 'article',
177   'type' => 'type',
178   'property' => 'help',
179   'objectindex' => '0',
180   'format' => '',
181 ))
182 ->values(array(
183   'lid' => '65',
184   'textgroup' => 'node',
185   'context' => 'type:book:name',
186   'objectid' => 'book',
187   'type' => 'type',
188   'property' => 'name',
189   'objectindex' => '0',
190   'format' => '',
191 ))
192 ->values(array(
193   'lid' => '66',
194   'textgroup' => 'node',
195   'context' => 'type:book:title_label',
196   'objectid' => 'book',
197   'type' => 'type',
198   'property' => 'title_label',
199   'objectindex' => '0',
200   'format' => '',
201 ))
202 ->values(array(
203   'lid' => '67',
204   'textgroup' => 'node',
205   'context' => 'type:book:description',
206   'objectid' => 'book',
207   'type' => 'type',
208   'property' => 'description',
209   'objectindex' => '0',
210   'format' => '',
211 ))
212 ->values(array(
213   'lid' => '68',
214   'textgroup' => 'node',
215   'context' => 'type:page:name',
216   'objectid' => 'page',
217   'type' => 'type',
218   'property' => 'name',
219   'objectindex' => '0',
220   'format' => '',
221 ))
222 ->values(array(
223   'lid' => '69',
224   'textgroup' => 'node',
225   'context' => 'type:page:title_label',
226   'objectid' => 'page',
227   'type' => 'type',
228   'property' => 'title_label',
229   'objectindex' => '0',
230   'format' => '',
231 ))
232 ->values(array(
233   'lid' => '70',
234   'textgroup' => 'node',
235   'context' => 'type:page:description',
236   'objectid' => 'page',
237   'type' => 'type',
238   'property' => 'description',
239   'objectindex' => '0',
240   'format' => '',
241 ))
242 ->values(array(
243   'lid' => '71',
244   'textgroup' => 'node',
245   'context' => 'type:page:help',
246   'objectid' => 'page',
247   'type' => 'type',
248   'property' => 'help',
249   'objectindex' => '0',
250   'format' => '',
251 ))
252 ->values(array(
253   'lid' => '72',
254   'textgroup' => 'node',
255   'context' => 'type:test_content_type:name',
256   'objectid' => 'test_content_type',
257   'type' => 'type',
258   'property' => 'name',
259   'objectindex' => '0',
260   'format' => '',
261 ))
262 ->values(array(
263   'lid' => '73',
264   'textgroup' => 'node',
265   'context' => 'type:test_content_type:title_label',
266   'objectid' => 'test_content_type',
267   'type' => 'type',
268   'property' => 'title_label',
269   'objectindex' => '0',
270   'format' => '',
271 ))
272 ->values(array(
273   'lid' => '74',
274   'textgroup' => 'node',
275   'context' => 'type:test_content_type:description',
276   'objectid' => 'test_content_type',
277   'type' => 'type',
278   'property' => 'description',
279   'objectindex' => '0',
280   'format' => '',
281 ))
282 ->values(array(
283   'lid' => '75',
284   'textgroup' => 'node',
285   'context' => 'type:test_content_type:help',
286   'objectid' => 'test_content_type',
287   'type' => 'type',
288   'property' => 'help',
289   'objectindex' => '0',
290   'format' => '',
291 ))
292 ->execute();
293
294 $connection->schema()->createTable('accesslog', array(
295   'fields' => array(
296     'aid' => array(
297       'type' => 'serial',
298       'not null' => TRUE,
299       'size' => 'normal',
300     ),
301     'sid' => array(
302       'type' => 'varchar',
303       'not null' => TRUE,
304       'length' => '128',
305       'default' => '',
306     ),
307     'title' => array(
308       'type' => 'varchar',
309       'not null' => FALSE,
310       'length' => '255',
311     ),
312     'path' => array(
313       'type' => 'varchar',
314       'not null' => FALSE,
315       'length' => '255',
316     ),
317     'url' => array(
318       'type' => 'text',
319       'not null' => FALSE,
320       'size' => 'normal',
321     ),
322     'hostname' => array(
323       'type' => 'varchar',
324       'not null' => FALSE,
325       'length' => '128',
326     ),
327     'uid' => array(
328       'type' => 'int',
329       'not null' => FALSE,
330       'size' => 'normal',
331       'default' => '0',
332       'unsigned' => TRUE,
333     ),
334     'timer' => array(
335       'type' => 'int',
336       'not null' => TRUE,
337       'size' => 'normal',
338       'default' => '0',
339       'unsigned' => TRUE,
340     ),
341     'timestamp' => array(
342       'type' => 'int',
343       'not null' => TRUE,
344       'size' => 'normal',
345       'default' => '0',
346       'unsigned' => TRUE,
347     ),
348   ),
349   'primary key' => array(
350     'aid',
351   ),
352   'mysql_character_set' => 'utf8',
353 ));
354
355 $connection->insert('accesslog')
356 ->fields(array(
357   'aid',
358   'sid',
359   'title',
360   'path',
361   'url',
362   'hostname',
363   'uid',
364   'timer',
365   'timestamp',
366 ))
367 ->values(array(
368   'aid' => '92',
369   'sid' => 'a8ksMY2GH4yXK0-PsLNAlCv4zNnapnyCpx4lryZDEfk',
370   'title' => '',
371   'path' => 'node',
372   'url' => 'http://drupal7.local/?q=user/register',
373   'hostname' => '127.0.0.1',
374   'uid' => '0',
375   'timer' => '655',
376   'timestamp' => '1444944970',
377 ))
378 ->values(array(
379   'aid' => '93',
380   'sid' => 'e89G2redQpxRTIndbV3qH8snVR621DqSQ2s4vciJedA',
381   'title' => '',
382   'path' => 'node',
383   'url' => 'http://drupal7.local/',
384   'hostname' => '127.0.0.1',
385   'uid' => '0',
386   'timer' => '214',
387   'timestamp' => '1444944974',
388 ))
389 ->values(array(
390   'aid' => '94',
391   'sid' => 'KkVxQTCiKqKEGNcRs7GYrmXXbEk4szXCHVTknFkbiG0',
392   'title' => 'User account',
393   'path' => 'user/login',
394   'url' => '',
395   'hostname' => '127.0.0.1',
396   'uid' => '0',
397   'timer' => '259',
398   'timestamp' => '1444945094',
399 ))
400 ->values(array(
401   'aid' => '95',
402   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
403   'title' => 'My account',
404   'path' => 'user/login',
405   'url' => 'http://drupal7.local/?q=user/login',
406   'hostname' => '127.0.0.1',
407   'uid' => '1',
408   'timer' => '217',
409   'timestamp' => '1444945097',
410 ))
411 ->values(array(
412   'aid' => '96',
413   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
414   'title' => 'root',
415   'path' => 'user/1',
416   'url' => 'http://drupal7.local/?q=user/login',
417   'hostname' => '127.0.0.1',
418   'uid' => '1',
419   'timer' => '211',
420   'timestamp' => '1444945097',
421 ))
422 ->values(array(
423   'aid' => '97',
424   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
425   'title' => 'Modules',
426   'path' => 'admin/modules',
427   'url' => 'http://drupal7.local/user/1',
428   'hostname' => '127.0.0.1',
429   'uid' => '1',
430   'timer' => '619',
431   'timestamp' => '1444945104',
432 ))
433 ->values(array(
434   'aid' => '98',
435   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
436   'title' => 'Configuration',
437   'path' => 'admin/config',
438   'url' => 'http://drupal7.local/admin/modules',
439   'hostname' => '127.0.0.1',
440   'uid' => '1',
441   'timer' => '273',
442   'timestamp' => '1444945114',
443 ))
444 ->values(array(
445   'aid' => '99',
446   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
447   'title' => 'Languages',
448   'path' => 'admin/config/regional/language',
449   'url' => 'http://drupal7.local/admin/config',
450   'hostname' => '127.0.0.1',
451   'uid' => '1',
452   'timer' => '213',
453   'timestamp' => '1444945121',
454 ))
455 ->values(array(
456   'aid' => '100',
457   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
458   'title' => 'Languages',
459   'path' => 'admin/config/regional/language/add',
460   'url' => 'http://drupal7.local/admin/config/regional/language',
461   'hostname' => '127.0.0.1',
462   'uid' => '1',
463   'timer' => '148',
464   'timestamp' => '1444945122',
465 ))
466 ->values(array(
467   'aid' => '101',
468   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
469   'title' => 'Languages',
470   'path' => 'admin/config/regional/language/add',
471   'url' => 'http://drupal7.local/admin/config/regional/language/add',
472   'hostname' => '127.0.0.1',
473   'uid' => '1',
474   'timer' => '260',
475   'timestamp' => '1444945153',
476 ))
477 ->values(array(
478   'aid' => '102',
479   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
480   'title' => 'Languages',
481   'path' => 'admin/config/regional/language/add',
482   'url' => '',
483   'hostname' => '127.0.0.1',
484   'uid' => '1',
485   'timer' => '195',
486   'timestamp' => '1444945160',
487 ))
488 ->values(array(
489   'aid' => '103',
490   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
491   'title' => 'Languages',
492   'path' => 'admin/config/regional/language/add',
493   'url' => 'http://drupal7.local/?q=admin/config/regional/language/add',
494   'hostname' => '127.0.0.1',
495   'uid' => '1',
496   'timer' => '177',
497   'timestamp' => '1444945168',
498 ))
499 ->values(array(
500   'aid' => '104',
501   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
502   'title' => 'Languages',
503   'path' => 'admin/config/regional/language',
504   'url' => 'http://drupal7.local/?q=admin/config/regional/language/add',
505   'hostname' => '127.0.0.1',
506   'uid' => '1',
507   'timer' => '145',
508   'timestamp' => '1444945168',
509 ))
510 ->values(array(
511   'aid' => '105',
512   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
513   'title' => 'Languages',
514   'path' => 'admin/config/regional/language',
515   'url' => '',
516   'hostname' => '127.0.0.1',
517   'uid' => '1',
518   'timer' => '159',
519   'timestamp' => '1444945175',
520 ))
521 ->values(array(
522   'aid' => '106',
523   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
524   'title' => 'Languages',
525   'path' => 'admin/config/regional/language',
526   'url' => 'http://drupal7.local/?q=admin/config/regional/language',
527   'hostname' => '127.0.0.1',
528   'uid' => '1',
529   'timer' => '152',
530   'timestamp' => '1444945176',
531 ))
532 ->values(array(
533   'aid' => '107',
534   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
535   'title' => 'Languages',
536   'path' => 'admin/config/regional/language',
537   'url' => 'http://drupal7.local/?q=admin/config/regional/language',
538   'hostname' => '127.0.0.1',
539   'uid' => '1',
540   'timer' => '148',
541   'timestamp' => '1444945176',
542 ))
543 ->values(array(
544   'aid' => '108',
545   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
546   'title' => 'Structure',
547   'path' => 'admin/structure',
548   'url' => 'http://drupal7.local/admin/config/regional/language',
549   'hostname' => '127.0.0.1',
550   'uid' => '1',
551   'timer' => '156',
552   'timestamp' => '1444945206',
553 ))
554 ->values(array(
555   'aid' => '109',
556   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
557   'title' => 'Content types',
558   'path' => 'admin/structure/types',
559   'url' => 'http://drupal7.local/admin/structure',
560   'hostname' => '127.0.0.1',
561   'uid' => '1',
562   'timer' => '154',
563   'timestamp' => '1444945208',
564 ))
565 ->values(array(
566   'aid' => '110',
567   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
568   'title' => 'Blog entry',
569   'path' => 'admin/structure/types/manage/blog',
570   'url' => 'http://drupal7.local/admin/structure/types',
571   'hostname' => '127.0.0.1',
572   'uid' => '1',
573   'timer' => '203',
574   'timestamp' => '1444945211',
575 ))
576 ->values(array(
577   'aid' => '111',
578   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
579   'title' => 'Parent menu items',
580   'path' => 'admin/structure/menu/parents',
581   'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
582   'hostname' => '127.0.0.1',
583   'uid' => '1',
584   'timer' => '211',
585   'timestamp' => '1444945211',
586 ))
587 ->values(array(
588   'aid' => '112',
589   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
590   'title' => 'Blog entry',
591   'path' => 'admin/structure/types/manage/blog',
592   'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
593   'hostname' => '127.0.0.1',
594   'uid' => '1',
595   'timer' => '224',
596   'timestamp' => '1444945236',
597 ))
598 ->values(array(
599   'aid' => '113',
600   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
601   'title' => 'Parent menu items',
602   'path' => 'admin/structure/menu/parents',
603   'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
604   'hostname' => '127.0.0.1',
605   'uid' => '1',
606   'timer' => '165',
607   'timestamp' => '1444945237',
608 ))
609 ->values(array(
610   'aid' => '114',
611   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
612   'title' => 'Blog entry',
613   'path' => 'admin/structure/types/manage/blog',
614   'url' => '',
615   'hostname' => '127.0.0.1',
616   'uid' => '1',
617   'timer' => '155',
618   'timestamp' => '1444945242',
619 ))
620 ->values(array(
621   'aid' => '115',
622   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
623   'title' => 'Parent menu items',
624   'path' => 'admin/structure/menu/parents',
625   'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
626   'hostname' => '127.0.0.1',
627   'uid' => '1',
628   'timer' => '217',
629   'timestamp' => '1444945242',
630 ))
631 ->values(array(
632   'aid' => '116',
633   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
634   'title' => 'Blog entry',
635   'path' => 'admin/structure/types/manage/blog',
636   'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
637   'hostname' => '127.0.0.1',
638   'uid' => '1',
639   'timer' => '667',
640   'timestamp' => '1444945246',
641 ))
642 ->values(array(
643   'aid' => '117',
644   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
645   'title' => 'Content types',
646   'path' => 'admin/structure/types',
647   'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
648   'hostname' => '127.0.0.1',
649   'uid' => '1',
650   'timer' => '149',
651   'timestamp' => '1444945246',
652 ))
653 ->execute();
654
655 $connection->schema()->createTable('actions', array(
656   'fields' => array(
657     'aid' => array(
658       'type' => 'varchar',
659       'not null' => TRUE,
660       'length' => '255',
661       'default' => '0',
662     ),
663     'type' => array(
664       'type' => 'varchar',
665       'not null' => TRUE,
666       'length' => '32',
667       'default' => '',
668     ),
669     'callback' => array(
670       'type' => 'varchar',
671       'not null' => TRUE,
672       'length' => '255',
673       'default' => '',
674     ),
675     'parameters' => array(
676       'type' => 'blob',
677       'not null' => TRUE,
678       'size' => 'normal',
679     ),
680     'label' => array(
681       'type' => 'varchar',
682       'not null' => TRUE,
683       'length' => '255',
684       'default' => '0',
685     ),
686   ),
687   'primary key' => array(
688     'aid',
689   ),
690   'mysql_character_set' => 'utf8',
691 ));
692
693 $connection->insert('actions')
694 ->fields(array(
695   'aid',
696   'type',
697   'callback',
698   'parameters',
699   'label',
700 ))
701 ->values(array(
702   'aid' => '2',
703   'type' => 'comment',
704   'callback' => 'comment_unpublish_by_keyword_action',
705   'parameters' => 'a:1:{s:8:"keywords";a:1:{i:0;s:6:"drupal";}}',
706   'label' => 'Unpublish comment containing keyword(s)',
707 ))
708 ->values(array(
709   'aid' => '3',
710   'type' => 'node',
711   'callback' => 'node_assign_owner_action',
712   'parameters' => 'a:1:{s:9:"owner_uid";s:1:"2";}',
713   'label' => 'Change the author of content',
714 ))
715 ->values(array(
716   'aid' => '4',
717   'type' => 'node',
718   'callback' => 'node_unpublish_by_keyword_action',
719   'parameters' => 'a:1:{s:8:"keywords";a:1:{i:0;s:6:"drupal";}}',
720   'label' => 'Unpublish content containing keyword(s)',
721 ))
722 ->values(array(
723   'aid' => '5',
724   'type' => 'system',
725   'callback' => 'system_message_action',
726   'parameters' => 'a:1:{s:7:"message";s:21:"Drupal migration test";}',
727   'label' => 'Display a message to the user',
728 ))
729 ->values(array(
730   'aid' => '6',
731   'type' => 'system',
732   'callback' => 'system_send_email_action',
733   '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";}',
734   'label' => 'Send e-mail',
735 ))
736 ->values(array(
737   'aid' => '7',
738   'type' => 'system',
739   'callback' => 'system_goto_action',
740   'parameters' => 'a:1:{s:3:"url";s:22:"https://www.drupal.org";}',
741   'label' => 'Redirect to URL',
742 ))
743 ->values(array(
744   'aid' => 'comment_publish_action',
745   'type' => 'comment',
746   'callback' => 'comment_publish_action',
747   'parameters' => '',
748   'label' => 'Publish comment',
749 ))
750 ->values(array(
751   'aid' => 'comment_save_action',
752   'type' => 'comment',
753   'callback' => 'comment_save_action',
754   'parameters' => '',
755   'label' => 'Save comment',
756 ))
757 ->values(array(
758   'aid' => 'comment_unpublish_action',
759   'type' => 'comment',
760   'callback' => 'comment_unpublish_action',
761   'parameters' => '',
762   'label' => 'Unpublish comment',
763 ))
764 ->values(array(
765   'aid' => 'node_make_sticky_action',
766   'type' => 'node',
767   'callback' => 'node_make_sticky_action',
768   'parameters' => '',
769   'label' => 'Make content sticky',
770 ))
771 ->values(array(
772   'aid' => 'node_make_unsticky_action',
773   'type' => 'node',
774   'callback' => 'node_make_unsticky_action',
775   'parameters' => '',
776   'label' => 'Make content unsticky',
777 ))
778 ->values(array(
779   'aid' => 'node_promote_action',
780   'type' => 'node',
781   'callback' => 'node_promote_action',
782   'parameters' => '',
783   'label' => 'Promote content to front page',
784 ))
785 ->values(array(
786   'aid' => 'node_publish_action',
787   'type' => 'node',
788   'callback' => 'node_publish_action',
789   'parameters' => '',
790   'label' => 'Publish content',
791 ))
792 ->values(array(
793   'aid' => 'node_save_action',
794   'type' => 'node',
795   'callback' => 'node_save_action',
796   'parameters' => '',
797   'label' => 'Save content',
798 ))
799 ->values(array(
800   'aid' => 'node_unpromote_action',
801   'type' => 'node',
802   'callback' => 'node_unpromote_action',
803   'parameters' => '',
804   'label' => 'Remove content from front page',
805 ))
806 ->values(array(
807   'aid' => 'node_unpublish_action',
808   'type' => 'node',
809   'callback' => 'node_unpublish_action',
810   'parameters' => '',
811   'label' => 'Unpublish content',
812 ))
813 ->values(array(
814   'aid' => 'system_block_ip_action',
815   'type' => 'user',
816   'callback' => 'system_block_ip_action',
817   'parameters' => '',
818   'label' => 'Ban IP address of current user',
819 ))
820 ->values(array(
821   'aid' => 'user_block_user_action',
822   'type' => 'user',
823   'callback' => 'user_block_user_action',
824   'parameters' => '',
825   'label' => 'Block current user',
826 ))
827 ->execute();
828
829 $connection->schema()->createTable('aggregator_category', array(
830   'fields' => array(
831     'cid' => array(
832       'type' => 'serial',
833       'not null' => TRUE,
834       'size' => 'normal',
835     ),
836     'title' => array(
837       'type' => 'varchar',
838       'not null' => TRUE,
839       'length' => '255',
840       'default' => '',
841     ),
842     'description' => array(
843       'type' => 'text',
844       'not null' => TRUE,
845       'size' => 'normal',
846     ),
847     'block' => array(
848       'type' => 'int',
849       'not null' => TRUE,
850       'size' => 'normal',
851       'default' => '0',
852     ),
853   ),
854   'primary key' => array(
855     'cid',
856   ),
857   'mysql_character_set' => 'utf8',
858 ));
859
860 $connection->schema()->createTable('aggregator_category_feed', array(
861   'fields' => array(
862     'fid' => array(
863       'type' => 'int',
864       'not null' => TRUE,
865       'size' => 'normal',
866       'default' => '0',
867     ),
868     'cid' => array(
869       'type' => 'int',
870       'not null' => TRUE,
871       'size' => 'normal',
872       'default' => '0',
873     ),
874   ),
875   'primary key' => array(
876     'fid',
877     'cid',
878   ),
879   'mysql_character_set' => 'utf8',
880 ));
881
882 $connection->schema()->createTable('aggregator_category_item', array(
883   'fields' => array(
884     'iid' => array(
885       'type' => 'int',
886       'not null' => TRUE,
887       'size' => 'normal',
888       'default' => '0',
889     ),
890     'cid' => array(
891       'type' => 'int',
892       'not null' => TRUE,
893       'size' => 'normal',
894       'default' => '0',
895     ),
896   ),
897   'primary key' => array(
898     'iid',
899     'cid',
900   ),
901   'mysql_character_set' => 'utf8',
902 ));
903
904 $connection->schema()->createTable('aggregator_feed', array(
905   'fields' => array(
906     'fid' => array(
907       'type' => 'serial',
908       'not null' => TRUE,
909       'size' => 'normal',
910     ),
911     'title' => array(
912       'type' => 'varchar',
913       'not null' => TRUE,
914       'length' => '255',
915       'default' => '',
916     ),
917     'url' => array(
918       'type' => 'text',
919       'not null' => TRUE,
920       'size' => 'normal',
921     ),
922     'refresh' => array(
923       'type' => 'int',
924       'not null' => TRUE,
925       'size' => 'normal',
926       'default' => '0',
927     ),
928     'checked' => array(
929       'type' => 'int',
930       'not null' => TRUE,
931       'size' => 'normal',
932       'default' => '0',
933     ),
934     'queued' => array(
935       'type' => 'int',
936       'not null' => TRUE,
937       'size' => 'normal',
938       'default' => '0',
939     ),
940     'link' => array(
941       'type' => 'text',
942       'not null' => TRUE,
943       'size' => 'normal',
944     ),
945     'description' => array(
946       'type' => 'text',
947       'not null' => TRUE,
948       'size' => 'normal',
949     ),
950     'image' => array(
951       'type' => 'text',
952       'not null' => TRUE,
953       'size' => 'normal',
954     ),
955     'hash' => array(
956       'type' => 'varchar',
957       'not null' => TRUE,
958       'length' => '64',
959       'default' => '',
960     ),
961     'etag' => array(
962       'type' => 'varchar',
963       'not null' => TRUE,
964       'length' => '255',
965       'default' => '',
966     ),
967     'modified' => array(
968       'type' => 'int',
969       'not null' => TRUE,
970       'size' => 'normal',
971       'default' => '0',
972     ),
973     'block' => array(
974       'type' => 'int',
975       'not null' => TRUE,
976       'size' => 'normal',
977       'default' => '0',
978     ),
979   ),
980   'primary key' => array(
981     'fid',
982   ),
983   'mysql_character_set' => 'utf8',
984 ));
985
986 $connection->insert('aggregator_feed')
987 ->fields(array(
988   'fid',
989   'title',
990   'url',
991   'refresh',
992   'checked',
993   'queued',
994   'link',
995   'description',
996   'image',
997   'hash',
998   'etag',
999   'modified',
1000   'block',
1001 ))
1002 ->values(array(
1003   'fid' => '1',
1004   'title' => 'Know Your Meme',
1005   'url' => 'http://knowyourmeme.com/newsfeed.rss',
1006   'refresh' => '900',
1007   'checked' => '1444944970',
1008   'queued' => '0',
1009   'link' => 'http://knowyourmeme.com',
1010   'description' => 'New items added to the News Feed',
1011   'image' => '',
1012   'hash' => 'e6295b3ba81b24db62b41515494a7e9fb87979ff45045a1c946de5fa5abc9c52',
1013   'etag' => '"bad5e20e4993f31c869cffd22f1645b9"',
1014   'modified' => '0',
1015   'block' => '5',
1016 ))
1017 ->execute();
1018
1019 $connection->schema()->createTable('aggregator_item', array(
1020   'fields' => array(
1021     'iid' => array(
1022       'type' => 'serial',
1023       'not null' => TRUE,
1024       'size' => 'normal',
1025     ),
1026     'fid' => array(
1027       'type' => 'int',
1028       'not null' => TRUE,
1029       'size' => 'normal',
1030       'default' => '0',
1031     ),
1032     'title' => array(
1033       'type' => 'varchar',
1034       'not null' => TRUE,
1035       'length' => '255',
1036       'default' => '',
1037     ),
1038     'link' => array(
1039       'type' => 'text',
1040       'not null' => TRUE,
1041       'size' => 'normal',
1042     ),
1043     'author' => array(
1044       'type' => 'varchar',
1045       'not null' => TRUE,
1046       'length' => '255',
1047       'default' => '',
1048     ),
1049     'description' => array(
1050       'type' => 'text',
1051       'not null' => TRUE,
1052       'size' => 'normal',
1053     ),
1054     'timestamp' => array(
1055       'type' => 'int',
1056       'not null' => FALSE,
1057       'size' => 'normal',
1058     ),
1059     'guid' => array(
1060       'type' => 'text',
1061       'not null' => TRUE,
1062       'size' => 'normal',
1063     ),
1064   ),
1065   'primary key' => array(
1066     'iid',
1067   ),
1068   'mysql_character_set' => 'utf8',
1069 ));
1070
1071 $connection->insert('aggregator_item')
1072 ->fields(array(
1073   'iid',
1074   'fid',
1075   'title',
1076   'link',
1077   'author',
1078   'description',
1079   'timestamp',
1080   'guid',
1081 ))
1082 ->values(array(
1083   'iid' => '2',
1084   'fid' => '1',
1085   'title' => 'Fido, Take the Wheel',
1086   'link' => 'http://knowyourmeme.com/videos/127817-dogs',
1087   'author' => '',
1088   '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>',
1089   'timestamp' => '1444860534',
1090   'guid' => 'post:18816',
1091 ))
1092 ->values(array(
1093   'iid' => '3',
1094   'fid' => '1',
1095   'title' => 'One Punch Man Anime Premieres in Japan',
1096   'link' => 'http://knowyourmeme.com/memes/subcultures/one-punch-man',
1097   'author' => '',
1098   '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>',
1099   'timestamp' => '1444863415',
1100   'guid' => 'post:18819',
1101 ))
1102 ->values(array(
1103   'iid' => '4',
1104   'fid' => '1',
1105   'title' => '’Tis the Season to Be Forever Alone',
1106   'link' => 'http://knowyourmeme.com/photos/1029494-forever-alone',
1107   'author' => '',
1108   'description' => '<img alt="336" src="http://i2.kym-cdn.com/photos/images/newsfeed/001/029/494/336.jpg" />',
1109   'timestamp' => '1444864413',
1110   'guid' => 'post:18821',
1111 ))
1112 ->values(array(
1113   'iid' => '5',
1114   'fid' => '1',
1115   'title' => 'Legend of Zelda: Symphony of The Goddesses',
1116   'link' => 'http://knowyourmeme.com/videos/128124-the-legend-of-zelda',
1117   'author' => '',
1118   '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>',
1119   'timestamp' => '1444934645',
1120   'guid' => 'post:18824',
1121 ))
1122 ->values(array(
1123   'iid' => '6',
1124   'fid' => '1',
1125   'title' => '“Your Mom” Jokes',
1126   'link' => 'http://knowyourmeme.com/memes/your-mom-jokes',
1127   'author' => '',
1128   '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>',
1129   'timestamp' => '1444928716',
1130   'guid' => 'post:18823',
1131 ))
1132 ->values(array(
1133   'iid' => '7',
1134   'fid' => '1',
1135   'title' => 'DBZ Voice Actors Dub Over Classic Movies',
1136   'link' => 'http://knowyourmeme.com/videos/128169-dragon-ball',
1137   'author' => '',
1138   '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>',
1139   'timestamp' => '1444939569',
1140   'guid' => 'post:18826',
1141 ))
1142 ->values(array(
1143   'iid' => '8',
1144   'fid' => '1',
1145   'title' => 'Happy Birthday, Cure-chan!',
1146   'link' => 'http://knowyourmeme.com/memes/cure-chan',
1147   'author' => '',
1148   '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>',
1149   'timestamp' => '1444938083',
1150   'guid' => 'post:18825',
1151 ))
1152 ->values(array(
1153   'iid' => '9',
1154   'fid' => '1',
1155   'title' => 'That Face When Retweets Ain’t Coming In',
1156   'link' => 'http://knowyourmeme.com/photos/1029430-my-face-when',
1157   'author' => '',
1158   'description' => '<img alt="C51" src="http://i2.kym-cdn.com/news_feeds/icons/original/000/018/827/c51.jpg" />',
1159   'timestamp' => '1444940736',
1160   'guid' => 'post:18827',
1161 ))
1162 ->values(array(
1163   'iid' => '10',
1164   'fid' => '1',
1165   'title' => 'Back to the Future Stars Talk Film’s Predictions',
1166   'link' => 'http://knowyourmeme.com/videos/128173-back-to-the-future-day',
1167   'author' => '',
1168   '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>',
1169   'timestamp' => '1444943309',
1170   'guid' => 'post:18828',
1171 ))
1172 ->values(array(
1173   'iid' => '11',
1174   'fid' => '1',
1175   'title' => 'Chad Says Beta Things',
1176   'link' => 'http://knowyourmeme.com/memes/chad-says-beta-things',
1177   'author' => '',
1178   '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>',
1179   'timestamp' => '1444944831',
1180   'guid' => 'post:18829',
1181 ))
1182 ->execute();
1183
1184 $connection->schema()->createTable('authmap', array(
1185   'fields' => array(
1186     'aid' => array(
1187       'type' => 'serial',
1188       'not null' => TRUE,
1189       'size' => 'normal',
1190       'unsigned' => TRUE,
1191     ),
1192     'uid' => array(
1193       'type' => 'int',
1194       'not null' => TRUE,
1195       'size' => 'normal',
1196       'default' => '0',
1197     ),
1198     'authname' => array(
1199       'type' => 'varchar',
1200       'not null' => TRUE,
1201       'length' => '128',
1202       'default' => '',
1203     ),
1204     'module' => array(
1205       'type' => 'varchar',
1206       'not null' => TRUE,
1207       'length' => '128',
1208       'default' => '',
1209     ),
1210   ),
1211   'primary key' => array(
1212     'aid',
1213   ),
1214   'mysql_character_set' => 'utf8',
1215 ));
1216
1217 $connection->schema()->createTable('batch', array(
1218   'fields' => array(
1219     'bid' => array(
1220       'type' => 'int',
1221       'not null' => TRUE,
1222       'size' => 'normal',
1223       'unsigned' => TRUE,
1224     ),
1225     'token' => array(
1226       'type' => 'varchar',
1227       'not null' => TRUE,
1228       'length' => '64',
1229     ),
1230     'timestamp' => array(
1231       'type' => 'int',
1232       'not null' => TRUE,
1233       'size' => 'normal',
1234     ),
1235     'batch' => array(
1236       'type' => 'blob',
1237       'not null' => FALSE,
1238       'size' => 'normal',
1239     ),
1240   ),
1241   'primary key' => array(
1242     'bid',
1243   ),
1244   'mysql_character_set' => 'utf8',
1245 ));
1246
1247 $connection->schema()->createTable('block', array(
1248   'fields' => array(
1249     'bid' => array(
1250       'type' => 'serial',
1251       'not null' => TRUE,
1252       'size' => 'normal',
1253     ),
1254     'module' => array(
1255       'type' => 'varchar',
1256       'not null' => TRUE,
1257       'length' => '64',
1258       'default' => '',
1259     ),
1260     'delta' => array(
1261       'type' => 'varchar',
1262       'not null' => TRUE,
1263       'length' => '32',
1264       'default' => '0',
1265     ),
1266     'theme' => array(
1267       'type' => 'varchar',
1268       'not null' => TRUE,
1269       'length' => '64',
1270       'default' => '',
1271     ),
1272     'status' => array(
1273       'type' => 'int',
1274       'not null' => TRUE,
1275       'size' => 'normal',
1276       'default' => '0',
1277     ),
1278     'weight' => array(
1279       'type' => 'int',
1280       'not null' => TRUE,
1281       'size' => 'normal',
1282       'default' => '0',
1283     ),
1284     'region' => array(
1285       'type' => 'varchar',
1286       'not null' => TRUE,
1287       'length' => '64',
1288       'default' => '',
1289     ),
1290     'custom' => array(
1291       'type' => 'int',
1292       'not null' => TRUE,
1293       'size' => 'normal',
1294       'default' => '0',
1295     ),
1296     'visibility' => array(
1297       'type' => 'int',
1298       'not null' => TRUE,
1299       'size' => 'normal',
1300       'default' => '0',
1301     ),
1302     'pages' => array(
1303       'type' => 'text',
1304       'not null' => TRUE,
1305       'size' => 'normal',
1306     ),
1307     'title' => array(
1308       'type' => 'varchar',
1309       'not null' => TRUE,
1310       'length' => '255',
1311       'default' => '',
1312     ),
1313     'cache' => array(
1314       'type' => 'int',
1315       'not null' => TRUE,
1316       'size' => 'normal',
1317       'default' => '1',
1318     ),
1319   ),
1320   'primary key' => array(
1321     'bid',
1322   ),
1323   'mysql_character_set' => 'utf8',
1324 ));
1325
1326 $connection->insert('block')
1327 ->fields(array(
1328   'bid',
1329   'module',
1330   'delta',
1331   'theme',
1332   'status',
1333   'weight',
1334   'region',
1335   'custom',
1336   'visibility',
1337   'pages',
1338   'title',
1339   'cache',
1340 ))
1341 ->values(array(
1342   'bid' => '1',
1343   'module' => 'system',
1344   'delta' => 'main',
1345   'theme' => 'bartik',
1346   'status' => '1',
1347   'weight' => '0',
1348   'region' => 'content',
1349   'custom' => '0',
1350   'visibility' => '0',
1351   'pages' => '',
1352   'title' => '',
1353   'cache' => '-1',
1354 ))
1355 ->values(array(
1356   'bid' => '2',
1357   'module' => 'search',
1358   'delta' => 'form',
1359   'theme' => 'bartik',
1360   'status' => '1',
1361   'weight' => '-1',
1362   'region' => 'sidebar_first',
1363   'custom' => '0',
1364   'visibility' => '0',
1365   'pages' => '',
1366   'title' => '',
1367   'cache' => '-1',
1368 ))
1369 ->values(array(
1370   'bid' => '3',
1371   'module' => 'node',
1372   'delta' => 'recent',
1373   'theme' => 'seven',
1374   'status' => '0',
1375   'weight' => '10',
1376   'region' => '-1',
1377   'custom' => '0',
1378   'visibility' => '0',
1379   'pages' => '',
1380   'title' => '',
1381   'cache' => '-1',
1382 ))
1383 ->values(array(
1384   'bid' => '4',
1385   'module' => 'user',
1386   'delta' => 'login',
1387   'theme' => 'bartik',
1388   'status' => '1',
1389   'weight' => '0',
1390   'region' => 'sidebar_first',
1391   'custom' => '0',
1392   'visibility' => '0',
1393   'pages' => '',
1394   'title' => '',
1395   'cache' => '-1',
1396 ))
1397 ->values(array(
1398   'bid' => '5',
1399   'module' => 'system',
1400   'delta' => 'navigation',
1401   'theme' => 'bartik',
1402   'status' => '1',
1403   'weight' => '0',
1404   'region' => 'sidebar_first',
1405   'custom' => '0',
1406   'visibility' => '0',
1407   'pages' => '',
1408   'title' => '',
1409   'cache' => '-1',
1410 ))
1411 ->values(array(
1412   'bid' => '6',
1413   'module' => 'system',
1414   'delta' => 'powered-by',
1415   'theme' => 'bartik',
1416   'status' => '1',
1417   'weight' => '10',
1418   'region' => 'footer',
1419   'custom' => '0',
1420   'visibility' => '0',
1421   'pages' => '',
1422   'title' => '',
1423   'cache' => '-1',
1424 ))
1425 ->values(array(
1426   'bid' => '7',
1427   'module' => 'system',
1428   'delta' => 'help',
1429   'theme' => 'bartik',
1430   'status' => '1',
1431   'weight' => '0',
1432   'region' => 'help',
1433   'custom' => '0',
1434   'visibility' => '0',
1435   'pages' => '',
1436   'title' => '',
1437   'cache' => '-1',
1438 ))
1439 ->values(array(
1440   'bid' => '8',
1441   'module' => 'system',
1442   'delta' => 'main',
1443   'theme' => 'seven',
1444   'status' => '1',
1445   'weight' => '0',
1446   'region' => 'content',
1447   'custom' => '0',
1448   'visibility' => '0',
1449   'pages' => '',
1450   'title' => '',
1451   'cache' => '-1',
1452 ))
1453 ->values(array(
1454   'bid' => '9',
1455   'module' => 'system',
1456   'delta' => 'help',
1457   'theme' => 'seven',
1458   'status' => '1',
1459   'weight' => '0',
1460   'region' => 'help',
1461   'custom' => '0',
1462   'visibility' => '0',
1463   'pages' => '',
1464   'title' => '',
1465   'cache' => '-1',
1466 ))
1467 ->values(array(
1468   'bid' => '10',
1469   'module' => 'user',
1470   'delta' => 'login',
1471   'theme' => 'seven',
1472   'status' => '1',
1473   'weight' => '10',
1474   'region' => 'content',
1475   'custom' => '0',
1476   'visibility' => '0',
1477   'pages' => '',
1478   'title' => '',
1479   'cache' => '-1',
1480 ))
1481 ->values(array(
1482   'bid' => '11',
1483   'module' => 'user',
1484   'delta' => 'new',
1485   'theme' => 'seven',
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' => '12',
1497   'module' => 'search',
1498   'delta' => 'form',
1499   'theme' => 'seven',
1500   'status' => '0',
1501   'weight' => '-10',
1502   'region' => '-1',
1503   'custom' => '0',
1504   'visibility' => '0',
1505   'pages' => '',
1506   'title' => '',
1507   'cache' => '-1',
1508 ))
1509 ->values(array(
1510   'bid' => '13',
1511   'module' => 'comment',
1512   'delta' => 'recent',
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' => '14',
1525   'module' => 'node',
1526   'delta' => 'syndicate',
1527   'theme' => 'bartik',
1528   'status' => '0',
1529   'weight' => '0',
1530   'region' => '-1',
1531   'custom' => '0',
1532   'visibility' => '0',
1533   'pages' => '',
1534   'title' => '',
1535   'cache' => '-1',
1536 ))
1537 ->values(array(
1538   'bid' => '15',
1539   'module' => 'node',
1540   'delta' => 'recent',
1541   'theme' => 'bartik',
1542   'status' => '0',
1543   'weight' => '0',
1544   'region' => '-1',
1545   'custom' => '0',
1546   'visibility' => '0',
1547   'pages' => '',
1548   'title' => '',
1549   'cache' => '1',
1550 ))
1551 ->values(array(
1552   'bid' => '16',
1553   'module' => 'shortcut',
1554   'delta' => 'shortcuts',
1555   'theme' => 'bartik',
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' => '17',
1567   'module' => 'system',
1568   'delta' => 'management',
1569   'theme' => 'bartik',
1570   'status' => '0',
1571   'weight' => '0',
1572   'region' => '-1',
1573   'custom' => '0',
1574   'visibility' => '0',
1575   'pages' => '',
1576   'title' => '',
1577   'cache' => '-1',
1578 ))
1579 ->values(array(
1580   'bid' => '18',
1581   'module' => 'system',
1582   'delta' => 'user-menu',
1583   'theme' => 'bartik',
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' => '19',
1595   'module' => 'system',
1596   'delta' => 'main-menu',
1597   'theme' => 'bartik',
1598   'status' => '0',
1599   'weight' => '0',
1600   'region' => '-1',
1601   'custom' => '0',
1602   'visibility' => '0',
1603   'pages' => '',
1604   'title' => '',
1605   'cache' => '-1',
1606 ))
1607 ->values(array(
1608   'bid' => '20',
1609   'module' => 'user',
1610   'delta' => 'new',
1611   'theme' => 'bartik',
1612   'status' => '0',
1613   'weight' => '0',
1614   'region' => '-1',
1615   'custom' => '0',
1616   'visibility' => '0',
1617   'pages' => '',
1618   'title' => '',
1619   'cache' => '1',
1620 ))
1621 ->values(array(
1622   'bid' => '21',
1623   'module' => 'user',
1624   'delta' => 'online',
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' => '22',
1637   'module' => 'comment',
1638   'delta' => 'recent',
1639   'theme' => 'seven',
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' => '23',
1651   'module' => 'node',
1652   'delta' => 'syndicate',
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' => '24',
1665   'module' => 'shortcut',
1666   'delta' => 'shortcuts',
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' => '25',
1679   'module' => 'system',
1680   'delta' => 'powered-by',
1681   'theme' => 'seven',
1682   'status' => '0',
1683   'weight' => '10',
1684   'region' => '-1',
1685   'custom' => '0',
1686   'visibility' => '0',
1687   'pages' => '',
1688   'title' => '',
1689   'cache' => '-1',
1690 ))
1691 ->values(array(
1692   'bid' => '26',
1693   'module' => 'system',
1694   'delta' => 'navigation',
1695   'theme' => 'seven',
1696   'status' => '0',
1697   'weight' => '0',
1698   'region' => '-1',
1699   'custom' => '0',
1700   'visibility' => '0',
1701   'pages' => '',
1702   'title' => '',
1703   'cache' => '-1',
1704 ))
1705 ->values(array(
1706   'bid' => '27',
1707   'module' => 'system',
1708   'delta' => 'management',
1709   'theme' => 'seven',
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' => '28',
1721   'module' => 'system',
1722   'delta' => 'user-menu',
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 ->values(array(
1734   'bid' => '29',
1735   'module' => 'system',
1736   'delta' => 'main-menu',
1737   'theme' => 'seven',
1738   'status' => '0',
1739   'weight' => '0',
1740   'region' => '-1',
1741   'custom' => '0',
1742   'visibility' => '0',
1743   'pages' => '',
1744   'title' => '',
1745   'cache' => '-1',
1746 ))
1747 ->values(array(
1748   'bid' => '30',
1749   'module' => 'user',
1750   'delta' => 'online',
1751   'theme' => 'seven',
1752   'status' => '0',
1753   'weight' => '0',
1754   'region' => '-1',
1755   'custom' => '0',
1756   'visibility' => '0',
1757   'pages' => '',
1758   'title' => '',
1759   'cache' => '-1',
1760 ))
1761 ->values(array(
1762   'bid' => '31',
1763   'module' => 'blog',
1764   'delta' => 'recent',
1765   'theme' => 'bartik',
1766   'status' => '0',
1767   'weight' => '0',
1768   'region' => '-1',
1769   'custom' => '0',
1770   'visibility' => '0',
1771   'pages' => '',
1772   'title' => '',
1773   'cache' => '1',
1774 ))
1775 ->values(array(
1776   'bid' => '32',
1777   'module' => 'book',
1778   'delta' => 'navigation',
1779   'theme' => 'bartik',
1780   'status' => '0',
1781   'weight' => '0',
1782   'region' => '-1',
1783   'custom' => '0',
1784   'visibility' => '0',
1785   'pages' => '',
1786   'title' => '',
1787   'cache' => '5',
1788 ))
1789 ->values(array(
1790   'bid' => '33',
1791   'module' => 'locale',
1792   'delta' => 'language',
1793   'theme' => 'bartik',
1794   'status' => '0',
1795   'weight' => '0',
1796   'region' => '-1',
1797   'custom' => '0',
1798   'visibility' => '0',
1799   'pages' => '',
1800   'title' => '',
1801   'cache' => '-1',
1802 ))
1803 ->values(array(
1804   'bid' => '34',
1805   'module' => 'forum',
1806   'delta' => 'active',
1807   'theme' => 'bartik',
1808   'status' => '0',
1809   'weight' => '0',
1810   'region' => '-1',
1811   'custom' => '0',
1812   'visibility' => '0',
1813   'pages' => '',
1814   'title' => '',
1815   'cache' => '-2',
1816 ))
1817 ->values(array(
1818   'bid' => '35',
1819   'module' => 'forum',
1820   'delta' => 'new',
1821   'theme' => 'bartik',
1822   'status' => '0',
1823   'weight' => '0',
1824   'region' => '-1',
1825   'custom' => '0',
1826   'visibility' => '0',
1827   'pages' => '',
1828   'title' => '',
1829   'cache' => '-2',
1830 ))
1831 ->values(array(
1832   'bid' => '36',
1833   'module' => 'blog',
1834   'delta' => 'recent',
1835   'theme' => 'seven',
1836   'status' => '0',
1837   'weight' => '0',
1838   'region' => '-1',
1839   'custom' => '0',
1840   'visibility' => '0',
1841   'pages' => '',
1842   'title' => '',
1843   'cache' => '1',
1844 ))
1845 ->values(array(
1846   'bid' => '37',
1847   'module' => 'book',
1848   'delta' => 'navigation',
1849   'theme' => 'seven',
1850   'status' => '0',
1851   'weight' => '0',
1852   'region' => '-1',
1853   'custom' => '0',
1854   'visibility' => '0',
1855   'pages' => '',
1856   'title' => '',
1857   'cache' => '5',
1858 ))
1859 ->values(array(
1860   'bid' => '38',
1861   'module' => 'locale',
1862   'delta' => 'language',
1863   'theme' => 'seven',
1864   'status' => '0',
1865   'weight' => '0',
1866   'region' => '-1',
1867   'custom' => '0',
1868   'visibility' => '0',
1869   'pages' => '',
1870   'title' => '',
1871   'cache' => '-1',
1872 ))
1873 ->values(array(
1874   'bid' => '39',
1875   'module' => 'forum',
1876   'delta' => 'active',
1877   'theme' => 'seven',
1878   'status' => '0',
1879   'weight' => '0',
1880   'region' => '-1',
1881   'custom' => '0',
1882   'visibility' => '0',
1883   'pages' => '',
1884   'title' => '',
1885   'cache' => '-2',
1886 ))
1887 ->values(array(
1888   'bid' => '40',
1889   'module' => 'forum',
1890   'delta' => 'new',
1891   'theme' => 'seven',
1892   'status' => '0',
1893   'weight' => '0',
1894   'region' => '-1',
1895   'custom' => '0',
1896   'visibility' => '0',
1897   'pages' => '',
1898   'title' => '',
1899   'cache' => '-2',
1900 ))
1901 ->values(array(
1902   'bid' => '41',
1903   'module' => 'menu',
1904   'delta' => 'menu-test-menu',
1905   'theme' => 'bartik',
1906   'status' => '0',
1907   'weight' => '0',
1908   'region' => '-1',
1909   'custom' => '0',
1910   'visibility' => '0',
1911   'pages' => '',
1912   'title' => '',
1913   'cache' => '-1',
1914 ))
1915 ->values(array(
1916   'bid' => '42',
1917   'module' => 'statistics',
1918   'delta' => 'popular',
1919   'theme' => 'bartik',
1920   'status' => '0',
1921   'weight' => '0',
1922   'region' => '-1',
1923   'custom' => '0',
1924   'visibility' => '0',
1925   'pages' => '',
1926   'title' => '',
1927   'cache' => '-1',
1928 ))
1929 ->values(array(
1930   'bid' => '43',
1931   'module' => 'menu',
1932   'delta' => 'menu-test-menu',
1933   'theme' => 'seven',
1934   'status' => '0',
1935   'weight' => '0',
1936   'region' => '-1',
1937   'custom' => '0',
1938   'visibility' => '0',
1939   'pages' => '',
1940   'title' => '',
1941   'cache' => '-1',
1942 ))
1943 ->values(array(
1944   'bid' => '44',
1945   'module' => 'statistics',
1946   'delta' => 'popular',
1947   'theme' => 'seven',
1948   'status' => '0',
1949   'weight' => '0',
1950   'region' => '-1',
1951   'custom' => '0',
1952   'visibility' => '0',
1953   'pages' => '',
1954   'title' => '',
1955   'cache' => '-1',
1956 ))
1957 ->values(array(
1958   'bid' => '45',
1959   'module' => 'block',
1960   'delta' => '1',
1961   'theme' => 'bartik',
1962   'status' => '1',
1963   'weight' => '0',
1964   'region' => 'highlighted',
1965   'custom' => '0',
1966   'visibility' => '0',
1967   'pages' => '',
1968   'title' => 'Mildly amusing limerick of the day',
1969   'cache' => '-1',
1970 ))
1971 ->values(array(
1972   'bid' => '46',
1973   'module' => 'block',
1974   'delta' => '1',
1975   'theme' => 'seven',
1976   'status' => '0',
1977   'weight' => '0',
1978   'region' => '-1',
1979   'custom' => '0',
1980   'visibility' => '0',
1981   'pages' => '',
1982   'title' => 'Mildly amusing limerick of the day',
1983   'cache' => '-1',
1984 ))
1985 ->values(array(
1986   'bid' => '47',
1987   'module' => 'aggregator',
1988   'delta' => 'feed-1',
1989   'theme' => 'bartik',
1990   'status' => '0',
1991   'weight' => '0',
1992   'region' => '-1',
1993   'custom' => '0',
1994   'visibility' => '0',
1995   'pages' => '',
1996   'title' => '',
1997   'cache' => '1',
1998 ))
1999 ->values(array(
2000   'bid' => '48',
2001   'module' => 'aggregator',
2002   'delta' => 'feed-1',
2003   'theme' => 'seven',
2004   'status' => '0',
2005   'weight' => '0',
2006   'region' => '-1',
2007   'custom' => '0',
2008   'visibility' => '0',
2009   'pages' => '',
2010   'title' => '',
2011   'cache' => '1',
2012 ))
2013 ->execute();
2014
2015 $connection->schema()->createTable('block_custom', array(
2016   'fields' => array(
2017     'bid' => array(
2018       'type' => 'serial',
2019       'not null' => TRUE,
2020       'size' => 'normal',
2021       'unsigned' => TRUE,
2022     ),
2023     'body' => array(
2024       'type' => 'text',
2025       'not null' => FALSE,
2026       'size' => 'normal',
2027     ),
2028     'info' => array(
2029       'type' => 'varchar',
2030       'not null' => TRUE,
2031       'length' => '128',
2032       'default' => '',
2033     ),
2034     'format' => array(
2035       'type' => 'varchar',
2036       'not null' => FALSE,
2037       'length' => '255',
2038     ),
2039   ),
2040   'primary key' => array(
2041     'bid',
2042   ),
2043   'mysql_character_set' => 'utf8',
2044 ));
2045
2046 $connection->insert('block_custom')
2047 ->fields(array(
2048   'bid',
2049   'body',
2050   'info',
2051   'format',
2052 ))
2053 ->values(array(
2054   'bid' => '1',
2055   '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",
2056   'info' => 'Limerick',
2057   'format' => 'filtered_html',
2058 ))
2059 ->execute();
2060
2061 $connection->schema()->createTable('block_node_type', array(
2062   'fields' => array(
2063     'module' => array(
2064       'type' => 'varchar',
2065       'not null' => TRUE,
2066       'length' => '64',
2067     ),
2068     'delta' => array(
2069       'type' => 'varchar',
2070       'not null' => TRUE,
2071       'length' => '32',
2072     ),
2073     'type' => array(
2074       'type' => 'varchar',
2075       'not null' => TRUE,
2076       'length' => '32',
2077     ),
2078   ),
2079   'primary key' => array(
2080     'module',
2081     'delta',
2082     'type',
2083   ),
2084   'mysql_character_set' => 'utf8',
2085 ));
2086
2087 $connection->schema()->createTable('block_role', array(
2088   'fields' => array(
2089     'module' => array(
2090       'type' => 'varchar',
2091       'not null' => TRUE,
2092       'length' => '64',
2093     ),
2094     'delta' => array(
2095       'type' => 'varchar',
2096       'not null' => TRUE,
2097       'length' => '32',
2098     ),
2099     'rid' => array(
2100       'type' => 'int',
2101       'not null' => TRUE,
2102       'size' => 'normal',
2103       'unsigned' => TRUE,
2104     ),
2105   ),
2106   'primary key' => array(
2107     'module',
2108     'delta',
2109     'rid',
2110   ),
2111   'mysql_character_set' => 'utf8',
2112 ));
2113
2114 $connection->insert('block_role')
2115 ->fields(array(
2116   'module',
2117   'delta',
2118   'rid',
2119 ))
2120 ->values(array(
2121   'module' => 'block',
2122   'delta' => '1',
2123   'rid' => '2',
2124 ))
2125 ->execute();
2126
2127 $connection->schema()->createTable('blocked_ips', array(
2128   'fields' => array(
2129     'iid' => array(
2130       'type' => 'serial',
2131       'not null' => TRUE,
2132       'size' => 'normal',
2133       'unsigned' => TRUE,
2134     ),
2135     'ip' => array(
2136       'type' => 'varchar',
2137       'not null' => TRUE,
2138       'length' => '40',
2139       'default' => '',
2140     ),
2141   ),
2142   'primary key' => array(
2143     'iid',
2144   ),
2145   'mysql_character_set' => 'utf8',
2146 ));
2147
2148 $connection->insert('blocked_ips')
2149 ->fields(array(
2150   'iid',
2151   'ip',
2152 ))
2153 ->values(array(
2154   'iid' => '1',
2155   'ip' => '111.111.111.111',
2156 ))
2157 ->execute();
2158
2159 $connection->schema()->createTable('book', array(
2160   'fields' => array(
2161     'mlid' => array(
2162       'type' => 'int',
2163       'not null' => TRUE,
2164       'size' => 'normal',
2165       'default' => '0',
2166       'unsigned' => TRUE,
2167     ),
2168     'nid' => array(
2169       'type' => 'int',
2170       'not null' => TRUE,
2171       'size' => 'normal',
2172       'default' => '0',
2173       'unsigned' => TRUE,
2174     ),
2175     'bid' => array(
2176       'type' => 'int',
2177       'not null' => TRUE,
2178       'size' => 'normal',
2179       'default' => '0',
2180       'unsigned' => TRUE,
2181     ),
2182   ),
2183   'primary key' => array(
2184     'mlid',
2185   ),
2186   'mysql_character_set' => 'utf8',
2187 ));
2188
2189 $connection->insert('book')
2190   ->fields(array(
2191     'mlid',
2192     'nid',
2193     'bid',
2194   ))
2195   ->values(array(
2196     'mlid' => '480',
2197     'nid' => '4',
2198     'bid' => '4',
2199   ))
2200   ->values(array(
2201     'mlid' => '481',
2202     'nid' => '6',
2203     'bid' => '4',
2204   ))
2205   ->values(array(
2206     'mlid' => '482',
2207     'nid' => '2',
2208     'bid' => '4',
2209   ))
2210   ->values(array(
2211     'mlid' => '483',
2212     'nid' => '1',
2213     'bid' => '8',
2214   ))
2215   ->execute();
2216
2217 $connection->schema()->createTable('cache', array(
2218   'fields' => array(
2219     'cid' => array(
2220       'type' => 'varchar',
2221       'not null' => TRUE,
2222       'length' => '255',
2223       'default' => '',
2224     ),
2225     'data' => array(
2226       'type' => 'blob',
2227       'not null' => FALSE,
2228       'size' => 'normal',
2229     ),
2230     'expire' => array(
2231       'type' => 'int',
2232       'not null' => TRUE,
2233       'size' => 'normal',
2234       'default' => '0',
2235     ),
2236     'created' => array(
2237       'type' => 'int',
2238       'not null' => TRUE,
2239       'size' => 'normal',
2240       'default' => '0',
2241     ),
2242     'serialized' => array(
2243       'type' => 'int',
2244       'not null' => TRUE,
2245       'size' => 'normal',
2246       'default' => '0',
2247     ),
2248   ),
2249   'primary key' => array(
2250     'cid',
2251   ),
2252   'mysql_character_set' => 'utf8',
2253 ));
2254
2255 $connection->schema()->createTable('cache_block', array(
2256   'fields' => array(
2257     'cid' => array(
2258       'type' => 'varchar',
2259       'not null' => TRUE,
2260       'length' => '255',
2261       'default' => '',
2262     ),
2263     'data' => array(
2264       'type' => 'blob',
2265       'not null' => FALSE,
2266       'size' => 'normal',
2267     ),
2268     'expire' => array(
2269       'type' => 'int',
2270       'not null' => TRUE,
2271       'size' => 'normal',
2272       'default' => '0',
2273     ),
2274     'created' => array(
2275       'type' => 'int',
2276       'not null' => TRUE,
2277       'size' => 'normal',
2278       'default' => '0',
2279     ),
2280     'serialized' => array(
2281       'type' => 'int',
2282       'not null' => TRUE,
2283       'size' => 'normal',
2284       'default' => '0',
2285     ),
2286   ),
2287   'primary key' => array(
2288     'cid',
2289   ),
2290   'mysql_character_set' => 'utf8',
2291 ));
2292
2293 $connection->schema()->createTable('cache_bootstrap', array(
2294   'fields' => array(
2295     'cid' => array(
2296       'type' => 'varchar',
2297       'not null' => TRUE,
2298       'length' => '255',
2299       'default' => '',
2300     ),
2301     'data' => array(
2302       'type' => 'blob',
2303       'not null' => FALSE,
2304       'size' => 'normal',
2305     ),
2306     'expire' => array(
2307       'type' => 'int',
2308       'not null' => TRUE,
2309       'size' => 'normal',
2310       'default' => '0',
2311     ),
2312     'created' => array(
2313       'type' => 'int',
2314       'not null' => TRUE,
2315       'size' => 'normal',
2316       'default' => '0',
2317     ),
2318     'serialized' => array(
2319       'type' => 'int',
2320       'not null' => TRUE,
2321       'size' => 'normal',
2322       'default' => '0',
2323     ),
2324   ),
2325   'primary key' => array(
2326     'cid',
2327   ),
2328   'mysql_character_set' => 'utf8',
2329 ));
2330
2331 $connection->schema()->createTable('cache_field', array(
2332   'fields' => array(
2333     'cid' => array(
2334       'type' => 'varchar',
2335       'not null' => TRUE,
2336       'length' => '255',
2337       'default' => '',
2338     ),
2339     'data' => array(
2340       'type' => 'blob',
2341       'not null' => FALSE,
2342       'size' => 'normal',
2343     ),
2344     'expire' => array(
2345       'type' => 'int',
2346       'not null' => TRUE,
2347       'size' => 'normal',
2348       'default' => '0',
2349     ),
2350     'created' => array(
2351       'type' => 'int',
2352       'not null' => TRUE,
2353       'size' => 'normal',
2354       'default' => '0',
2355     ),
2356     'serialized' => array(
2357       'type' => 'int',
2358       'not null' => TRUE,
2359       'size' => 'normal',
2360       'default' => '0',
2361     ),
2362   ),
2363   'primary key' => array(
2364     'cid',
2365   ),
2366   'mysql_character_set' => 'utf8',
2367 ));
2368
2369 $connection->schema()->createTable('cache_filter', array(
2370   'fields' => array(
2371     'cid' => array(
2372       'type' => 'varchar',
2373       'not null' => TRUE,
2374       'length' => '255',
2375       'default' => '',
2376     ),
2377     'data' => array(
2378       'type' => 'blob',
2379       'not null' => FALSE,
2380       'size' => 'normal',
2381     ),
2382     'expire' => array(
2383       'type' => 'int',
2384       'not null' => TRUE,
2385       'size' => 'normal',
2386       'default' => '0',
2387     ),
2388     'created' => array(
2389       'type' => 'int',
2390       'not null' => TRUE,
2391       'size' => 'normal',
2392       'default' => '0',
2393     ),
2394     'serialized' => array(
2395       'type' => 'int',
2396       'not null' => TRUE,
2397       'size' => 'normal',
2398       'default' => '0',
2399     ),
2400   ),
2401   'primary key' => array(
2402     'cid',
2403   ),
2404   'mysql_character_set' => 'utf8',
2405 ));
2406
2407 $connection->schema()->createTable('cache_form', array(
2408   'fields' => array(
2409     'cid' => array(
2410       'type' => 'varchar',
2411       'not null' => TRUE,
2412       'length' => '255',
2413       'default' => '',
2414     ),
2415     'data' => array(
2416       'type' => 'blob',
2417       'not null' => FALSE,
2418       'size' => 'normal',
2419     ),
2420     'expire' => array(
2421       'type' => 'int',
2422       'not null' => TRUE,
2423       'size' => 'normal',
2424       'default' => '0',
2425     ),
2426     'created' => array(
2427       'type' => 'int',
2428       'not null' => TRUE,
2429       'size' => 'normal',
2430       'default' => '0',
2431     ),
2432     'serialized' => array(
2433       'type' => 'int',
2434       'not null' => TRUE,
2435       'size' => 'normal',
2436       'default' => '0',
2437     ),
2438   ),
2439   'primary key' => array(
2440     'cid',
2441   ),
2442   'mysql_character_set' => 'utf8',
2443 ));
2444
2445 $connection->schema()->createTable('cache_image', array(
2446   'fields' => array(
2447     'cid' => array(
2448       'type' => 'varchar',
2449       'not null' => TRUE,
2450       'length' => '255',
2451       'default' => '',
2452     ),
2453     'data' => array(
2454       'type' => 'blob',
2455       'not null' => FALSE,
2456       'size' => 'normal',
2457     ),
2458     'expire' => array(
2459       'type' => 'int',
2460       'not null' => TRUE,
2461       'size' => 'normal',
2462       'default' => '0',
2463     ),
2464     'created' => array(
2465       'type' => 'int',
2466       'not null' => TRUE,
2467       'size' => 'normal',
2468       'default' => '0',
2469     ),
2470     'serialized' => array(
2471       'type' => 'int',
2472       'not null' => TRUE,
2473       'size' => 'normal',
2474       'default' => '0',
2475     ),
2476   ),
2477   'primary key' => array(
2478     'cid',
2479   ),
2480   'mysql_character_set' => 'utf8',
2481 ));
2482
2483 $connection->schema()->createTable('cache_menu', array(
2484   'fields' => array(
2485     'cid' => array(
2486       'type' => 'varchar',
2487       'not null' => TRUE,
2488       'length' => '255',
2489       'default' => '',
2490     ),
2491     'data' => array(
2492       'type' => 'blob',
2493       'not null' => FALSE,
2494       'size' => 'normal',
2495     ),
2496     'expire' => array(
2497       'type' => 'int',
2498       'not null' => TRUE,
2499       'size' => 'normal',
2500       'default' => '0',
2501     ),
2502     'created' => array(
2503       'type' => 'int',
2504       'not null' => TRUE,
2505       'size' => 'normal',
2506       'default' => '0',
2507     ),
2508     'serialized' => array(
2509       'type' => 'int',
2510       'not null' => TRUE,
2511       'size' => 'normal',
2512       'default' => '0',
2513     ),
2514   ),
2515   'primary key' => array(
2516     'cid',
2517   ),
2518   'mysql_character_set' => 'utf8',
2519 ));
2520
2521 $connection->schema()->createTable('cache_page', array(
2522   'fields' => array(
2523     'cid' => array(
2524       'type' => 'varchar',
2525       'not null' => TRUE,
2526       'length' => '255',
2527       'default' => '',
2528     ),
2529     'data' => array(
2530       'type' => 'blob',
2531       'not null' => FALSE,
2532       'size' => 'normal',
2533     ),
2534     'expire' => array(
2535       'type' => 'int',
2536       'not null' => TRUE,
2537       'size' => 'normal',
2538       'default' => '0',
2539     ),
2540     'created' => array(
2541       'type' => 'int',
2542       'not null' => TRUE,
2543       'size' => 'normal',
2544       'default' => '0',
2545     ),
2546     'serialized' => array(
2547       'type' => 'int',
2548       'not null' => TRUE,
2549       'size' => 'normal',
2550       'default' => '0',
2551     ),
2552   ),
2553   'primary key' => array(
2554     'cid',
2555   ),
2556   'mysql_character_set' => 'utf8',
2557 ));
2558
2559 $connection->schema()->createTable('cache_path', array(
2560   'fields' => array(
2561     'cid' => array(
2562       'type' => 'varchar',
2563       'not null' => TRUE,
2564       'length' => '255',
2565       'default' => '',
2566     ),
2567     'data' => array(
2568       'type' => 'blob',
2569       'not null' => FALSE,
2570       'size' => 'normal',
2571     ),
2572     'expire' => array(
2573       'type' => 'int',
2574       'not null' => TRUE,
2575       'size' => 'normal',
2576       'default' => '0',
2577     ),
2578     'created' => array(
2579       'type' => 'int',
2580       'not null' => TRUE,
2581       'size' => 'normal',
2582       'default' => '0',
2583     ),
2584     'serialized' => array(
2585       'type' => 'int',
2586       'not null' => TRUE,
2587       'size' => 'normal',
2588       'default' => '0',
2589     ),
2590   ),
2591   'primary key' => array(
2592     'cid',
2593   ),
2594   'mysql_character_set' => 'utf8',
2595 ));
2596
2597 $connection->schema()->createTable('cache_update', array(
2598   'fields' => array(
2599     'cid' => array(
2600       'type' => 'varchar',
2601       'not null' => TRUE,
2602       'length' => '255',
2603       'default' => '',
2604     ),
2605     'data' => array(
2606       'type' => 'blob',
2607       'not null' => FALSE,
2608       'size' => 'normal',
2609     ),
2610     'expire' => array(
2611       'type' => 'int',
2612       'not null' => TRUE,
2613       'size' => 'normal',
2614       'default' => '0',
2615     ),
2616     'created' => array(
2617       'type' => 'int',
2618       'not null' => TRUE,
2619       'size' => 'normal',
2620       'default' => '0',
2621     ),
2622     'serialized' => array(
2623       'type' => 'int',
2624       'not null' => TRUE,
2625       'size' => 'normal',
2626       'default' => '0',
2627     ),
2628   ),
2629   'primary key' => array(
2630     'cid',
2631   ),
2632   'mysql_character_set' => 'utf8',
2633 ));
2634
2635 $connection->schema()->createTable('cache_views', array(
2636   'fields' => array(
2637     'cid' => array(
2638       'type' => 'varchar',
2639       'not null' => TRUE,
2640       'length' => '255',
2641       'default' => '',
2642     ),
2643     'data' => array(
2644       'type' => 'blob',
2645       'not null' => FALSE,
2646       'size' => 'normal',
2647     ),
2648     'expire' => array(
2649       'type' => 'int',
2650       'not null' => TRUE,
2651       'size' => 'normal',
2652       'default' => '0',
2653     ),
2654     'created' => array(
2655       'type' => 'int',
2656       'not null' => TRUE,
2657       'size' => 'normal',
2658       'default' => '0',
2659     ),
2660     'serialized' => array(
2661       'type' => 'int',
2662       'not null' => TRUE,
2663       'size' => 'normal',
2664       'default' => '0',
2665     ),
2666   ),
2667   'primary key' => array(
2668     'cid',
2669   ),
2670   'mysql_character_set' => 'utf8',
2671 ));
2672
2673 $connection->schema()->createTable('cache_views_data', array(
2674   'fields' => array(
2675     'cid' => array(
2676       'type' => 'varchar',
2677       'not null' => TRUE,
2678       'length' => '255',
2679       'default' => '',
2680     ),
2681     'data' => array(
2682       'type' => 'blob',
2683       'not null' => FALSE,
2684       'size' => 'normal',
2685     ),
2686     'expire' => array(
2687       'type' => 'int',
2688       'not null' => TRUE,
2689       'size' => 'normal',
2690       'default' => '0',
2691     ),
2692     'created' => array(
2693       'type' => 'int',
2694       'not null' => TRUE,
2695       'size' => 'normal',
2696       'default' => '0',
2697     ),
2698     'serialized' => array(
2699       'type' => 'int',
2700       'not null' => TRUE,
2701       'size' => 'normal',
2702       'default' => '1',
2703     ),
2704   ),
2705   'primary key' => array(
2706     'cid',
2707   ),
2708   'mysql_character_set' => 'utf8',
2709 ));
2710
2711 $connection->schema()->createTable('comment', array(
2712   'fields' => array(
2713     'cid' => array(
2714       'type' => 'serial',
2715       'not null' => TRUE,
2716       'size' => 'normal',
2717     ),
2718     'pid' => array(
2719       'type' => 'int',
2720       'not null' => TRUE,
2721       'size' => 'normal',
2722       'default' => '0',
2723     ),
2724     'nid' => array(
2725       'type' => 'int',
2726       'not null' => TRUE,
2727       'size' => 'normal',
2728       'default' => '0',
2729     ),
2730     'uid' => array(
2731       'type' => 'int',
2732       'not null' => TRUE,
2733       'size' => 'normal',
2734       'default' => '0',
2735     ),
2736     'subject' => array(
2737       'type' => 'varchar',
2738       'not null' => TRUE,
2739       'length' => '64',
2740       'default' => '',
2741     ),
2742     'hostname' => array(
2743       'type' => 'varchar',
2744       'not null' => TRUE,
2745       'length' => '128',
2746       'default' => '',
2747     ),
2748     'created' => array(
2749       'type' => 'int',
2750       'not null' => TRUE,
2751       'size' => 'normal',
2752       'default' => '0',
2753     ),
2754     'changed' => array(
2755       'type' => 'int',
2756       'not null' => TRUE,
2757       'size' => 'normal',
2758       'default' => '0',
2759     ),
2760     'status' => array(
2761       'type' => 'int',
2762       'not null' => TRUE,
2763       'size' => 'normal',
2764       'default' => '1',
2765       'unsigned' => TRUE,
2766     ),
2767     'thread' => array(
2768       'type' => 'varchar',
2769       'not null' => TRUE,
2770       'length' => '255',
2771     ),
2772     'name' => array(
2773       'type' => 'varchar',
2774       'not null' => FALSE,
2775       'length' => '60',
2776     ),
2777     'mail' => array(
2778       'type' => 'varchar',
2779       'not null' => FALSE,
2780       'length' => '64',
2781     ),
2782     'homepage' => array(
2783       'type' => 'varchar',
2784       'not null' => FALSE,
2785       'length' => '255',
2786     ),
2787     'language' => array(
2788       'type' => 'varchar',
2789       'not null' => TRUE,
2790       'length' => '12',
2791       'default' => '',
2792     ),
2793   ),
2794   'primary key' => array(
2795     'cid',
2796   ),
2797   'mysql_character_set' => 'utf8',
2798 ));
2799
2800 $connection->insert('comment')
2801 ->fields(array(
2802   'cid',
2803   'pid',
2804   'nid',
2805   'uid',
2806   'subject',
2807   'hostname',
2808   'created',
2809   'changed',
2810   'status',
2811   'thread',
2812   'name',
2813   'mail',
2814   'homepage',
2815   'language',
2816 ))
2817 ->values(array(
2818   'cid' => '1',
2819   'pid' => '0',
2820   'nid' => '1',
2821   'uid' => '1',
2822   'subject' => 'A comment',
2823   'hostname' => '2001:db8:ffff:ffff:ffff:ffff:ffff:ffff',
2824   'created' => '1421727536',
2825   'changed' => '1421727536',
2826   'status' => '1',
2827   'thread' => '01/',
2828   'name' => 'admin',
2829   'mail' => '',
2830   'homepage' => '',
2831   'language' => 'en',
2832 ))
2833 ->values(array(
2834   'cid' => '2',
2835   'pid' => '0',
2836   'nid' => '2',
2837   'uid' => '1',
2838   'subject' => 'TNG',
2839   'hostname' => '127.0.0.1',
2840   'created' => '1532789252',
2841   'changed' => '1532789252',
2842   'status' => '1',
2843   'thread' => '01/',
2844   'name' => 'admin',
2845   'mail' => '',
2846   'homepage' => '',
2847   'language' => 'en',
2848 ))
2849 ->values(array(
2850   'cid' => '3',
2851   'pid' => '0',
2852   'nid' => '3',
2853   'uid' => '1',
2854   'subject' => 'Comment to IS translation',
2855   'hostname' => '46.132.185.242',
2856   'created' => '1533031490',
2857   'changed' => '1533031490',
2858   'status' => '1',
2859   'thread' => '01/',
2860   'name' => 'admin',
2861   'mail' => '',
2862   'homepage' => '',
2863   'language' => 'is',
2864 ))
2865 ->execute();
2866
2867 $connection->schema()->createTable('contact', array(
2868   'fields' => array(
2869     'cid' => array(
2870       'type' => 'serial',
2871       'not null' => TRUE,
2872       'size' => 'normal',
2873       'unsigned' => TRUE,
2874     ),
2875     'category' => array(
2876       'type' => 'varchar',
2877       'not null' => TRUE,
2878       'length' => '255',
2879       'default' => '',
2880     ),
2881     'recipients' => array(
2882       'type' => 'text',
2883       'not null' => TRUE,
2884       'size' => 'normal',
2885     ),
2886     'reply' => array(
2887       'type' => 'text',
2888       'not null' => TRUE,
2889       'size' => 'normal',
2890     ),
2891     'weight' => array(
2892       'type' => 'int',
2893       'not null' => TRUE,
2894       'size' => 'normal',
2895       'default' => '0',
2896     ),
2897     'selected' => array(
2898       'type' => 'int',
2899       'not null' => TRUE,
2900       'size' => 'normal',
2901       'default' => '0',
2902     ),
2903   ),
2904   'primary key' => array(
2905     'cid',
2906   ),
2907   'mysql_character_set' => 'utf8',
2908 ));
2909
2910 $connection->insert('contact')
2911 ->fields(array(
2912   'cid',
2913   'category',
2914   'recipients',
2915   'reply',
2916   'weight',
2917   'selected',
2918 ))
2919 ->values(array(
2920   'cid' => '1',
2921   'category' => 'Website testing',
2922   'recipients' => 'joseph@flattandsons.com',
2923   'reply' => '',
2924   'weight' => '0',
2925   'selected' => '1',
2926 ))
2927 ->execute();
2928
2929 $connection->schema()->createTable('ctools_css_cache', array(
2930   'fields' => array(
2931     'cid' => array(
2932       'type' => 'varchar',
2933       'not null' => TRUE,
2934       'length' => '128',
2935     ),
2936     'filename' => array(
2937       'type' => 'varchar',
2938       'not null' => FALSE,
2939       'length' => '255',
2940     ),
2941     'css' => array(
2942       'type' => 'text',
2943       'not null' => FALSE,
2944       'size' => 'normal',
2945     ),
2946     'filter' => array(
2947       'type' => 'int',
2948       'not null' => FALSE,
2949       'size' => 'normal',
2950     ),
2951   ),
2952   'primary key' => array(
2953     'cid',
2954   ),
2955   'mysql_character_set' => 'utf8',
2956 ));
2957
2958 $connection->schema()->createTable('ctools_object_cache', array(
2959   'fields' => array(
2960     'sid' => array(
2961       'type' => 'varchar',
2962       'not null' => TRUE,
2963       'length' => '64',
2964     ),
2965     'name' => array(
2966       'type' => 'varchar',
2967       'not null' => TRUE,
2968       'length' => '128',
2969     ),
2970     'obj' => array(
2971       'type' => 'varchar',
2972       'not null' => TRUE,
2973       'length' => '32',
2974     ),
2975     'updated' => array(
2976       'type' => 'int',
2977       'not null' => TRUE,
2978       'size' => 'normal',
2979       'default' => '0',
2980       'unsigned' => TRUE,
2981     ),
2982     'data' => array(
2983       'type' => 'blob',
2984       'not null' => FALSE,
2985       'size' => 'normal',
2986     ),
2987   ),
2988   'primary key' => array(
2989     'sid',
2990     'name',
2991     'obj',
2992   ),
2993   'mysql_character_set' => 'utf8',
2994 ));
2995
2996 $connection->schema()->createTable('date_format_locale', array(
2997   'fields' => array(
2998     'format' => array(
2999       'type' => 'varchar',
3000       'not null' => TRUE,
3001       'length' => '100',
3002       'binary' => TRUE,
3003     ),
3004     'type' => array(
3005       'type' => 'varchar',
3006       'not null' => TRUE,
3007       'length' => '64',
3008     ),
3009     'language' => array(
3010       'type' => 'varchar',
3011       'not null' => TRUE,
3012       'length' => '12',
3013     ),
3014   ),
3015   'primary key' => array(
3016     'type',
3017     'language',
3018   ),
3019   'mysql_character_set' => 'utf8',
3020 ));
3021
3022 $connection->schema()->createTable('date_format_type', array(
3023   'fields' => array(
3024     'type' => array(
3025       'type' => 'varchar',
3026       'not null' => TRUE,
3027       'length' => '64',
3028     ),
3029     'title' => array(
3030       'type' => 'varchar',
3031       'not null' => TRUE,
3032       'length' => '255',
3033     ),
3034     'locked' => array(
3035       'type' => 'int',
3036       'not null' => TRUE,
3037       'size' => 'normal',
3038       'default' => '0',
3039     ),
3040   ),
3041   'primary key' => array(
3042     'type',
3043   ),
3044   'mysql_character_set' => 'utf8',
3045 ));
3046
3047 $connection->insert('date_format_type')
3048 ->fields(array(
3049   'type',
3050   'title',
3051   'locked',
3052 ))
3053 ->values(array(
3054   'type' => 'long',
3055   'title' => 'Long',
3056   'locked' => '1',
3057 ))
3058 ->values(array(
3059   'type' => 'medium',
3060   'title' => 'Medium',
3061   'locked' => '1',
3062 ))
3063 ->values(array(
3064   'type' => 'short',
3065   'title' => 'Short',
3066   'locked' => '1',
3067 ))
3068 ->execute();
3069
3070 $connection->schema()->createTable('date_formats', array(
3071   'fields' => array(
3072     'dfid' => array(
3073       'type' => 'serial',
3074       'not null' => TRUE,
3075       'size' => 'normal',
3076       'unsigned' => TRUE,
3077     ),
3078     'format' => array(
3079       'type' => 'varchar',
3080       'not null' => TRUE,
3081       'length' => '100',
3082     ),
3083     'type' => array(
3084       'type' => 'varchar',
3085       'not null' => TRUE,
3086       'length' => '64',
3087     ),
3088     'locked' => array(
3089       'type' => 'int',
3090       'not null' => TRUE,
3091       'size' => 'normal',
3092       'default' => '0',
3093     ),
3094   ),
3095   'primary key' => array(
3096     'dfid',
3097   ),
3098   'mysql_character_set' => 'utf8',
3099 ));
3100
3101 $connection->insert('date_formats')
3102 ->fields(array(
3103   'dfid',
3104   'format',
3105   'type',
3106   'locked',
3107 ))
3108 ->values(array(
3109   'dfid' => '1',
3110   'format' => 'Y-m-d H:i',
3111   'type' => 'short',
3112   'locked' => '1',
3113 ))
3114 ->values(array(
3115   'dfid' => '2',
3116   'format' => 'm/d/Y - H:i',
3117   'type' => 'short',
3118   'locked' => '1',
3119 ))
3120 ->values(array(
3121   'dfid' => '3',
3122   'format' => 'd/m/Y - H:i',
3123   'type' => 'short',
3124   'locked' => '1',
3125 ))
3126 ->values(array(
3127   'dfid' => '4',
3128   'format' => 'Y/m/d - H:i',
3129   'type' => 'short',
3130   'locked' => '1',
3131 ))
3132 ->values(array(
3133   'dfid' => '5',
3134   'format' => 'd.m.Y - H:i',
3135   'type' => 'short',
3136   'locked' => '1',
3137 ))
3138 ->values(array(
3139   'dfid' => '6',
3140   'format' => 'm/d/Y - g:ia',
3141   'type' => 'short',
3142   'locked' => '1',
3143 ))
3144 ->values(array(
3145   'dfid' => '7',
3146   'format' => 'd/m/Y - g:ia',
3147   'type' => 'short',
3148   'locked' => '1',
3149 ))
3150 ->values(array(
3151   'dfid' => '8',
3152   'format' => 'Y/m/d - g:ia',
3153   'type' => 'short',
3154   'locked' => '1',
3155 ))
3156 ->values(array(
3157   'dfid' => '9',
3158   'format' => 'M j Y - H:i',
3159   'type' => 'short',
3160   'locked' => '1',
3161 ))
3162 ->values(array(
3163   'dfid' => '10',
3164   'format' => 'j M Y - H:i',
3165   'type' => 'short',
3166   'locked' => '1',
3167 ))
3168 ->values(array(
3169   'dfid' => '11',
3170   'format' => 'Y M j - H:i',
3171   'type' => 'short',
3172   'locked' => '1',
3173 ))
3174 ->values(array(
3175   'dfid' => '12',
3176   'format' => 'M j Y - g:ia',
3177   'type' => 'short',
3178   'locked' => '1',
3179 ))
3180 ->values(array(
3181   'dfid' => '13',
3182   'format' => 'j M Y - g:ia',
3183   'type' => 'short',
3184   'locked' => '1',
3185 ))
3186 ->values(array(
3187   'dfid' => '14',
3188   'format' => 'Y M j - g:ia',
3189   'type' => 'short',
3190   'locked' => '1',
3191 ))
3192 ->values(array(
3193   'dfid' => '15',
3194   'format' => 'D, Y-m-d H:i',
3195   'type' => 'medium',
3196   'locked' => '1',
3197 ))
3198 ->values(array(
3199   'dfid' => '16',
3200   'format' => 'D, m/d/Y - H:i',
3201   'type' => 'medium',
3202   'locked' => '1',
3203 ))
3204 ->values(array(
3205   'dfid' => '17',
3206   'format' => 'D, d/m/Y - H:i',
3207   'type' => 'medium',
3208   'locked' => '1',
3209 ))
3210 ->values(array(
3211   'dfid' => '18',
3212   'format' => 'D, Y/m/d - H:i',
3213   'type' => 'medium',
3214   'locked' => '1',
3215 ))
3216 ->values(array(
3217   'dfid' => '19',
3218   'format' => 'F j, Y - H:i',
3219   'type' => 'medium',
3220   'locked' => '1',
3221 ))
3222 ->values(array(
3223   'dfid' => '20',
3224   'format' => 'j F, Y - H:i',
3225   'type' => 'medium',
3226   'locked' => '1',
3227 ))
3228 ->values(array(
3229   'dfid' => '21',
3230   'format' => 'Y, F j - H:i',
3231   'type' => 'medium',
3232   'locked' => '1',
3233 ))
3234 ->values(array(
3235   'dfid' => '22',
3236   'format' => 'D, m/d/Y - g:ia',
3237   'type' => 'medium',
3238   'locked' => '1',
3239 ))
3240 ->values(array(
3241   'dfid' => '23',
3242   'format' => 'D, d/m/Y - g:ia',
3243   'type' => 'medium',
3244   'locked' => '1',
3245 ))
3246 ->values(array(
3247   'dfid' => '24',
3248   'format' => 'D, Y/m/d - g:ia',
3249   'type' => 'medium',
3250   'locked' => '1',
3251 ))
3252 ->values(array(
3253   'dfid' => '25',
3254   'format' => 'F j, Y - g:ia',
3255   'type' => 'medium',
3256   'locked' => '1',
3257 ))
3258 ->values(array(
3259   'dfid' => '26',
3260   'format' => 'j F Y - g:ia',
3261   'type' => 'medium',
3262   'locked' => '1',
3263 ))
3264 ->values(array(
3265   'dfid' => '27',
3266   'format' => 'Y, F j - g:ia',
3267   'type' => 'medium',
3268   'locked' => '1',
3269 ))
3270 ->values(array(
3271   'dfid' => '28',
3272   'format' => 'j. F Y - G:i',
3273   'type' => 'medium',
3274   'locked' => '1',
3275 ))
3276 ->values(array(
3277   'dfid' => '29',
3278   'format' => 'l, F j, Y - H:i',
3279   'type' => 'long',
3280   'locked' => '1',
3281 ))
3282 ->values(array(
3283   'dfid' => '30',
3284   'format' => 'l, j F, Y - H:i',
3285   'type' => 'long',
3286   'locked' => '1',
3287 ))
3288 ->values(array(
3289   'dfid' => '31',
3290   'format' => 'l, Y,  F j - H:i',
3291   'type' => 'long',
3292   'locked' => '1',
3293 ))
3294 ->values(array(
3295   'dfid' => '32',
3296   'format' => 'l, F j, Y - g:ia',
3297   'type' => 'long',
3298   'locked' => '1',
3299 ))
3300 ->values(array(
3301   'dfid' => '33',
3302   'format' => 'l, j F Y - g:ia',
3303   'type' => 'long',
3304   'locked' => '1',
3305 ))
3306 ->values(array(
3307   'dfid' => '34',
3308   'format' => 'l, Y,  F j - g:ia',
3309   'type' => 'long',
3310   'locked' => '1',
3311 ))
3312 ->values(array(
3313   'dfid' => '35',
3314   'format' => 'l, j. F Y - G:i',
3315   'type' => 'long',
3316   'locked' => '1',
3317 ))
3318 ->values(array(
3319   'dfid' => '36',
3320   'format' => 'r',
3321   'type' => 'custom',
3322   'locked' => '0',
3323 ))
3324 ->execute();
3325
3326 $connection->schema()->createTable('entity_translation', array(
3327   'fields' => array(
3328     'entity_type' => array(
3329       'type' => 'varchar',
3330       'not null' => TRUE,
3331       'length' => '128',
3332       'default' => '',
3333     ),
3334     'entity_id' => array(
3335       'type' => 'int',
3336       'not null' => TRUE,
3337       'size' => 'normal',
3338       'unsigned' => TRUE,
3339     ),
3340     'revision_id' => array(
3341       'type' => 'int',
3342       'not null' => TRUE,
3343       'size' => 'normal',
3344       'unsigned' => TRUE,
3345     ),
3346     'language' => array(
3347       'type' => 'varchar',
3348       'not null' => TRUE,
3349       'length' => '32',
3350       'default' => '',
3351     ),
3352     'source' => array(
3353       'type' => 'varchar',
3354       'not null' => TRUE,
3355       'length' => '32',
3356       'default' => '',
3357     ),
3358     'uid' => array(
3359       'type' => 'int',
3360       'not null' => TRUE,
3361       'size' => 'normal',
3362       'default' => '0',
3363     ),
3364     'status' => array(
3365       'type' => 'int',
3366       'not null' => TRUE,
3367       'size' => 'normal',
3368       'default' => '1',
3369     ),
3370     'translate' => array(
3371       'type' => 'int',
3372       'not null' => TRUE,
3373       'size' => 'normal',
3374       'default' => '0',
3375     ),
3376     'created' => array(
3377       'type' => 'int',
3378       'not null' => TRUE,
3379       'size' => 'normal',
3380       'default' => '0',
3381     ),
3382     'changed' => array(
3383       'type' => 'int',
3384       'not null' => TRUE,
3385       'size' => 'normal',
3386       'default' => '0',
3387     ),
3388   ),
3389   'primary key' => array(
3390     'entity_type',
3391     'entity_id',
3392     'language',
3393   ),
3394   'mysql_character_set' => 'utf8',
3395 ));
3396
3397 $connection->insert('entity_translation')
3398 ->fields(array(
3399   'entity_type',
3400   'entity_id',
3401   'revision_id',
3402   'language',
3403   'source',
3404   'uid',
3405   'status',
3406   'translate',
3407   'created',
3408   'changed',
3409 ))
3410 ->values(array(
3411   'entity_type' => 'comment',
3412   'entity_id' => '1',
3413   'revision_id' => '1',
3414   'language' => 'en',
3415   'source' => '',
3416   'uid' => '1',
3417   'status' => '1',
3418   'translate' => '0',
3419   'created' => '1421727536',
3420   'changed' => '1421727536',
3421 ))
3422 ->values(array(
3423   'entity_type' => 'comment',
3424   'entity_id' => '1',
3425   'revision_id' => '1',
3426   'language' => 'fr',
3427   'source' => 'en',
3428   'uid' => '1',
3429   'status' => '0',
3430   'translate' => '0',
3431   'created' => '1531837764',
3432   'changed' => '1531837764',
3433 ))
3434 ->values(array(
3435   'entity_type' => 'comment',
3436   'entity_id' => '1',
3437   'revision_id' => '1',
3438   'language' => 'is',
3439   'source' => 'en',
3440   'uid' => '2',
3441   'status' => '1',
3442   'translate' => '1',
3443   'created' => '1531838064',
3444   'changed' => '1531838064',
3445 ))
3446 ->values(array(
3447   'entity_type' => 'node',
3448   'entity_id' => '1',
3449   'revision_id' => '1',
3450   'language' => 'en',
3451   'source' => '',
3452   'uid' => '1',
3453   'status' => '1',
3454   'translate' => '0',
3455   'created' => '1529615790',
3456   'changed' => '1529615790',
3457 ))
3458 ->values(array(
3459   'entity_type' => 'node',
3460   'entity_id' => '1',
3461   'revision_id' => '1',
3462   'language' => 'fr',
3463   'source' => 'en',
3464   'uid' => '2',
3465   'status' => '1',
3466   'translate' => '1',
3467   'created' => '1529615802',
3468   'changed' => '1529615802',
3469 ))
3470 ->values(array(
3471   'entity_type' => 'node',
3472   'entity_id' => '1',
3473   'revision_id' => '1',
3474   'language' => 'is',
3475   'source' => 'en',
3476   'uid' => '1',
3477   'status' => '0',
3478   'translate' => '0',
3479   'created' => '1529615813',
3480   'changed' => '1529615813',
3481 ))
3482 ->values(array(
3483   'entity_type' => 'taxonomy_term',
3484   'entity_id' => '4',
3485   'revision_id' => '4',
3486   'language' => 'en',
3487   'source' => '',
3488   'uid' => '1',
3489   'status' => '1',
3490   'translate' => '0',
3491   'created' => '1531922259',
3492   'changed' => '1531922259',
3493 ))
3494 ->values(array(
3495   'entity_type' => 'taxonomy_term',
3496   'entity_id' => '4',
3497   'revision_id' => '4',
3498   'language' => 'fr',
3499   'source' => 'en',
3500   'uid' => '2',
3501   'status' => '1',
3502   'translate' => '1',
3503   'created' => '1531922267',
3504   'changed' => '1531922268',
3505 ))
3506 ->values(array(
3507   'entity_type' => 'taxonomy_term',
3508   'entity_id' => '4',
3509   'revision_id' => '4',
3510   'language' => 'is',
3511   'source' => 'en',
3512   'uid' => '1',
3513   'status' => '0',
3514   'translate' => '0',
3515   'created' => '1531922278',
3516   'changed' => '1531922279',
3517 ))
3518 ->values(array(
3519   'entity_type' => 'user',
3520   'entity_id' => '2',
3521   'revision_id' => '2',
3522   'language' => 'en',
3523   'source' => '',
3524   'uid' => '1',
3525   'status' => '1',
3526   'translate' => '0',
3527   'created' => '1527594929',
3528   'changed' => '1527594929',
3529 ))
3530 ->values(array(
3531   'entity_type' => 'user',
3532   'entity_id' => '2',
3533   'revision_id' => '2',
3534   'language' => 'fr',
3535   'source' => 'en',
3536   'uid' => '1',
3537   'status' => '0',
3538   'translate' => '0',
3539   'created' => '1531663916',
3540   'changed' => '1531663916',
3541 ))
3542 ->values(array(
3543   'entity_type' => 'user',
3544   'entity_id' => '2',
3545   'revision_id' => '2',
3546   'language' => 'is',
3547   'source' => 'en',
3548   'uid' => '2',
3549   'status' => '1',
3550   'translate' => '1',
3551   'created' => '1531663925',
3552   'changed' => '1531663925',
3553 ))
3554 ->execute();
3555
3556 $connection->schema()->createTable('entity_translation_revision', array(
3557   'fields' => array(
3558     'entity_type' => array(
3559       'type' => 'varchar',
3560       'not null' => TRUE,
3561       'length' => '128',
3562       'default' => '',
3563     ),
3564     'entity_id' => array(
3565       'type' => 'int',
3566       'not null' => TRUE,
3567       'size' => 'normal',
3568       'unsigned' => TRUE,
3569     ),
3570     'revision_id' => array(
3571       'type' => 'int',
3572       'not null' => TRUE,
3573       'size' => 'normal',
3574       'unsigned' => TRUE,
3575     ),
3576     'language' => array(
3577       'type' => 'varchar',
3578       'not null' => TRUE,
3579       'length' => '32',
3580       'default' => '',
3581     ),
3582     'source' => array(
3583       'type' => 'varchar',
3584       'not null' => TRUE,
3585       'length' => '32',
3586       'default' => '',
3587     ),
3588     'uid' => array(
3589       'type' => 'int',
3590       'not null' => TRUE,
3591       'size' => 'normal',
3592       'default' => '0',
3593     ),
3594     'status' => array(
3595       'type' => 'int',
3596       'not null' => TRUE,
3597       'size' => 'normal',
3598       'default' => '1',
3599     ),
3600     'translate' => array(
3601       'type' => 'int',
3602       'not null' => TRUE,
3603       'size' => 'normal',
3604       'default' => '0',
3605     ),
3606     'created' => array(
3607       'type' => 'int',
3608       'not null' => TRUE,
3609       'size' => 'normal',
3610       'default' => '0',
3611     ),
3612     'changed' => array(
3613       'type' => 'int',
3614       'not null' => TRUE,
3615       'size' => 'normal',
3616       'default' => '0',
3617     ),
3618   ),
3619   'primary key' => array(
3620     'entity_type',
3621     'revision_id',
3622     'language',
3623   ),
3624   'indexes' => array(
3625     'revision_id' => array(
3626       'revision_id',
3627     ),
3628   ),
3629   'mysql_character_set' => 'utf8',
3630 ));
3631
3632 $connection->schema()->createTable('field_config', array(
3633   'fields' => array(
3634     'id' => array(
3635       'type' => 'serial',
3636       'not null' => TRUE,
3637       'size' => 'normal',
3638     ),
3639     'field_name' => array(
3640       'type' => 'varchar',
3641       'not null' => TRUE,
3642       'length' => '32',
3643     ),
3644     'type' => array(
3645       'type' => 'varchar',
3646       'not null' => TRUE,
3647       'length' => '128',
3648     ),
3649     'module' => array(
3650       'type' => 'varchar',
3651       'not null' => TRUE,
3652       'length' => '128',
3653       'default' => '',
3654     ),
3655     'active' => array(
3656       'type' => 'int',
3657       'not null' => TRUE,
3658       'size' => 'normal',
3659       'default' => '0',
3660     ),
3661     'storage_type' => array(
3662       'type' => 'varchar',
3663       'not null' => TRUE,
3664       'length' => '128',
3665     ),
3666     'storage_module' => array(
3667       'type' => 'varchar',
3668       'not null' => TRUE,
3669       'length' => '128',
3670       'default' => '',
3671     ),
3672     'storage_active' => array(
3673       'type' => 'int',
3674       'not null' => TRUE,
3675       'size' => 'normal',
3676       'default' => '0',
3677     ),
3678     'locked' => array(
3679       'type' => 'int',
3680       'not null' => TRUE,
3681       'size' => 'normal',
3682       'default' => '0',
3683     ),
3684     'data' => array(
3685       'type' => 'blob',
3686       'not null' => TRUE,
3687       'size' => 'normal',
3688     ),
3689     'cardinality' => array(
3690       'type' => 'int',
3691       'not null' => TRUE,
3692       'size' => 'normal',
3693       'default' => '0',
3694     ),
3695     'translatable' => array(
3696       'type' => 'int',
3697       'not null' => TRUE,
3698       'size' => 'normal',
3699       'default' => '0',
3700     ),
3701     'deleted' => array(
3702       'type' => 'int',
3703       'not null' => TRUE,
3704       'size' => 'normal',
3705       'default' => '0',
3706     ),
3707   ),
3708   'primary key' => array(
3709     'id',
3710   ),
3711   'mysql_character_set' => 'utf8',
3712 ));
3713
3714 $connection->insert('field_config')
3715 ->fields(array(
3716   'id',
3717   'field_name',
3718   'type',
3719   'module',
3720   'active',
3721   'storage_type',
3722   'storage_module',
3723   'storage_active',
3724   'locked',
3725   'data',
3726   'cardinality',
3727   'translatable',
3728   'deleted',
3729 ))
3730 ->values(array(
3731   'id' => '1',
3732   'field_name' => 'comment_body',
3733   'type' => 'text_long',
3734   'module' => 'text',
3735   'active' => '1',
3736   'storage_type' => 'field_sql_storage',
3737   'storage_module' => 'field_sql_storage',
3738   'storage_active' => '1',
3739   'locked' => '0',
3740   'data' => 'a: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";}}}',
3741   'cardinality' => '1',
3742   'translatable' => '0',
3743   'deleted' => '0',
3744 ))
3745 ->values(array(
3746   'id' => '2',
3747   'field_name' => 'body',
3748   'type' => 'text_with_summary',
3749   'module' => 'text',
3750   'active' => '1',
3751   'storage_type' => 'field_sql_storage',
3752   'storage_module' => 'field_sql_storage',
3753   'storage_active' => '1',
3754   'locked' => '0',
3755   'data' => 'a: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";}}}',
3756   'cardinality' => '1',
3757   'translatable' => '0',
3758   'deleted' => '0',
3759 ))
3760 ->values(array(
3761   'id' => '3',
3762   'field_name' => 'field_tags',
3763   'type' => 'taxonomy_term_reference',
3764   'module' => 'taxonomy',
3765   'active' => '1',
3766   'storage_type' => 'field_sql_storage',
3767   'storage_module' => 'field_sql_storage',
3768   'storage_active' => '1',
3769   'locked' => '0',
3770   'data' => 'a: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";}}}',
3771   'cardinality' => '-1',
3772   'translatable' => '0',
3773   'deleted' => '0',
3774 ))
3775 ->values(array(
3776   'id' => '4',
3777   'field_name' => 'field_image',
3778   'type' => 'image',
3779   'module' => 'image',
3780   'active' => '1',
3781   'storage_type' => 'field_sql_storage',
3782   'storage_module' => 'field_sql_storage',
3783   'storage_active' => '1',
3784   'locked' => '0',
3785   'data' => 'a: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";}}}}',
3786   'cardinality' => '1',
3787   'translatable' => '0',
3788   'deleted' => '0',
3789 ))
3790 ->values(array(
3791   'id' => '5',
3792   'field_name' => 'taxonomy_forums',
3793   'type' => 'taxonomy_term_reference',
3794   'module' => 'taxonomy',
3795   'active' => '1',
3796   'storage_type' => 'field_sql_storage',
3797   'storage_module' => 'field_sql_storage',
3798   'storage_active' => '1',
3799   'locked' => '0',
3800   'data' => 'a: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";}}}',
3801   'cardinality' => '1',
3802   'translatable' => '0',
3803   'deleted' => '0',
3804 ))
3805 ->values(array(
3806   'id' => '6',
3807   'field_name' => 'field_boolean',
3808   'type' => 'list_boolean',
3809   'module' => 'list',
3810   'active' => '1',
3811   'storage_type' => 'field_sql_storage',
3812   'storage_module' => 'field_sql_storage',
3813   'storage_active' => '1',
3814   'locked' => '0',
3815   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
3816   'cardinality' => '1',
3817   'translatable' => '0',
3818   'deleted' => '0',
3819 ))
3820 ->values(array(
3821   'id' => '7',
3822   'field_name' => 'field_email',
3823   'type' => 'email',
3824   'module' => 'email',
3825   'active' => '1',
3826   'storage_type' => 'field_sql_storage',
3827   'storage_module' => 'field_sql_storage',
3828   'storage_active' => '1',
3829   'locked' => '0',
3830   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
3831   'cardinality' => '-1',
3832   'translatable' => '0',
3833   'deleted' => '0',
3834 ))
3835 ->values(array(
3836   'id' => '8',
3837   'field_name' => 'field_phone',
3838   'type' => 'phone',
3839   'module' => 'phone',
3840   'active' => '1',
3841   'storage_type' => 'field_sql_storage',
3842   'storage_module' => 'field_sql_storage',
3843   'storage_active' => '1',
3844   'locked' => '0',
3845   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s: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";}',
3846   'cardinality' => '1',
3847   'translatable' => '0',
3848   'deleted' => '0',
3849 ))
3850 ->values(array(
3851   'id' => '9',
3852   'field_name' => 'field_date',
3853   'type' => 'datetime',
3854   'module' => 'date',
3855   'active' => '1',
3856   'storage_type' => 'field_sql_storage',
3857   'storage_module' => 'field_sql_storage',
3858   'storage_active' => '1',
3859   'locked' => '0',
3860   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
3861   'cardinality' => '1',
3862   'translatable' => '0',
3863   'deleted' => '0',
3864 ))
3865 ->values(array(
3866   'id' => '10',
3867   'field_name' => 'field_date_with_end_time',
3868   'type' => 'datestamp',
3869   'module' => 'date',
3870   'active' => '1',
3871   'storage_type' => 'field_sql_storage',
3872   'storage_module' => 'field_sql_storage',
3873   'storage_active' => '1',
3874   'locked' => '0',
3875   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
3876   'cardinality' => '1',
3877   'translatable' => '0',
3878   'deleted' => '0',
3879 ))
3880 ->values(array(
3881   'id' => '11',
3882   'field_name' => 'field_file',
3883   'type' => 'file',
3884   'module' => 'file',
3885   'active' => '1',
3886   'storage_type' => 'field_sql_storage',
3887   'storage_module' => 'field_sql_storage',
3888   'storage_active' => '1',
3889   'locked' => '0',
3890   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s: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";}',
3891   'cardinality' => '1',
3892   'translatable' => '0',
3893   'deleted' => '0',
3894 ))
3895 ->values(array(
3896   'id' => '12',
3897   'field_name' => 'field_float',
3898   'type' => 'number_float',
3899   'module' => 'number',
3900   'active' => '1',
3901   'storage_type' => 'field_sql_storage',
3902   'storage_module' => 'field_sql_storage',
3903   'storage_active' => '1',
3904   'locked' => '0',
3905   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
3906   'cardinality' => '1',
3907   'translatable' => '0',
3908   'deleted' => '0',
3909 ))
3910 ->values(array(
3911   'id' => '13',
3912   'field_name' => 'field_images',
3913   'type' => 'image',
3914   'module' => 'image',
3915   'active' => '1',
3916   'storage_type' => 'field_sql_storage',
3917   'storage_module' => 'field_sql_storage',
3918   'storage_active' => '1',
3919   'locked' => '0',
3920   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
3921   'cardinality' => '1',
3922   'translatable' => '0',
3923   'deleted' => '0',
3924 ))
3925 ->values(array(
3926   'id' => '14',
3927   'field_name' => 'field_integer',
3928   'type' => 'number_integer',
3929   'module' => 'number',
3930   'active' => '1',
3931   'storage_type' => 'field_sql_storage',
3932   'storage_module' => 'field_sql_storage',
3933   'storage_active' => '1',
3934   'locked' => '0',
3935   'data' => 'a:7:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:23:"entity_translation_sync";b:0;}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:24:"field_data_field_integer";a:1:{s:5:"value";s:19:"field_integer_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:28:"field_revision_field_integer";a:1:{s:5:"value";s:19:"field_integer_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:2:"14";}',
3936   'cardinality' => '1',
3937   'translatable' => '1',
3938   'deleted' => '0',
3939 ))
3940 ->values(array(
3941   'id' => '15',
3942   'field_name' => 'field_link',
3943   'type' => 'link_field',
3944   'module' => 'link',
3945   'active' => '1',
3946   'storage_type' => 'field_sql_storage',
3947   'storage_module' => 'field_sql_storage',
3948   'storage_active' => '1',
3949   'locked' => '0',
3950   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
3951   'cardinality' => '1',
3952   'translatable' => '0',
3953   'deleted' => '0',
3954 ))
3955 ->values(array(
3956   'id' => '16',
3957   'field_name' => 'field_text_list',
3958   'type' => 'list_text',
3959   'module' => 'list',
3960   'active' => '1',
3961   'storage_type' => 'field_sql_storage',
3962   'storage_module' => 'field_sql_storage',
3963   'storage_active' => '1',
3964   'locked' => '0',
3965   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
3966   'cardinality' => '3',
3967   'translatable' => '0',
3968   'deleted' => '0',
3969 ))
3970 ->values(array(
3971   'id' => '17',
3972   'field_name' => 'field_integer_list',
3973   'type' => 'list_integer',
3974   'module' => 'list',
3975   'active' => '1',
3976   'storage_type' => 'field_sql_storage',
3977   'storage_module' => 'field_sql_storage',
3978   'storage_active' => '1',
3979   'locked' => '0',
3980   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
3981   'cardinality' => '1',
3982   'translatable' => '0',
3983   'deleted' => '0',
3984 ))
3985 ->values(array(
3986   'id' => '18',
3987   'field_name' => 'field_long_text',
3988   'type' => 'text_with_summary',
3989   'module' => 'text',
3990   'active' => '1',
3991   'storage_type' => 'field_sql_storage',
3992   'storage_module' => 'field_sql_storage',
3993   'storage_active' => '1',
3994   'locked' => '0',
3995   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s: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";}',
3996   'cardinality' => '1',
3997   'translatable' => '0',
3998   'deleted' => '0',
3999 ))
4000 ->values(array(
4001   'id' => '20',
4002   'field_name' => 'field_term_reference',
4003   'type' => 'taxonomy_term_reference',
4004   'module' => 'taxonomy',
4005   'active' => '1',
4006   'storage_type' => 'field_sql_storage',
4007   'storage_module' => 'field_sql_storage',
4008   'storage_active' => '1',
4009   'locked' => '0',
4010   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
4011   'cardinality' => '1',
4012   'translatable' => '0',
4013   'deleted' => '0',
4014 ))
4015 ->values(array(
4016   'id' => '21',
4017   'field_name' => 'field_text',
4018   'type' => 'text',
4019   'module' => 'text',
4020   'active' => '1',
4021   'storage_type' => 'field_sql_storage',
4022   'storage_module' => 'field_sql_storage',
4023   'storage_active' => '1',
4024   'locked' => '0',
4025   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
4026   'cardinality' => '1',
4027   'translatable' => '0',
4028   'deleted' => '0',
4029 ))
4030 ->values(array(
4031   'id' => '22',
4032   'field_name' => 'field_node_entityreference',
4033   'type' => 'entityreference',
4034   'module' => 'entityreference',
4035   'active' => '1',
4036   'storage_type' => 'field_sql_storage',
4037   'storage_module' => 'field_sql_storage',
4038   'storage_active' => '1',
4039   'locked' => '0',
4040   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
4041   'cardinality' => '-1',
4042   'translatable' => '0',
4043   'deleted' => '0',
4044 ))
4045 ->values(array(
4046   'id' => '23',
4047   'field_name' => 'field_user_entityreference',
4048   'type' => 'entityreference',
4049   'module' => 'entityreference',
4050   'active' => '1',
4051   'storage_type' => 'field_sql_storage',
4052   'storage_module' => 'field_sql_storage',
4053   'storage_active' => '1',
4054   'locked' => '0',
4055   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
4056   'cardinality' => '1',
4057   'translatable' => '0',
4058   'deleted' => '0',
4059 ))
4060 ->values(array(
4061   'id' => '24',
4062   'field_name' => 'field_term_entityreference',
4063   'type' => 'entityreference',
4064   'module' => 'entityreference',
4065   'active' => '1',
4066   'storage_type' => 'field_sql_storage',
4067   'storage_module' => 'field_sql_storage',
4068   'storage_active' => '1',
4069   'locked' => '0',
4070   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
4071   'cardinality' => '-1',
4072   'translatable' => '0',
4073   'deleted' => '0',
4074 ))
4075 ->values(array(
4076   'id' => '25',
4077   'field_name' => 'field_private_file',
4078   'type' => 'file',
4079   'module' => 'file',
4080   'active' => '1',
4081   'storage_type' => 'field_sql_storage',
4082   'storage_module' => 'field_sql_storage',
4083   'storage_active' => '1',
4084   'locked' => '0',
4085   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
4086   'cardinality' => '1',
4087   'translatable' => '0',
4088   'deleted' => '0',
4089 ))
4090 ->values(array(
4091   'id' => '26',
4092   'field_name' => 'field_text_plain',
4093   'type' => 'text',
4094   'module' => 'text',
4095   'active' => '1',
4096   'storage_type' => 'field_sql_storage',
4097   'storage_module' => 'field_sql_storage',
4098   'storage_active' => '1',
4099   'locked' => '0',
4100   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
4101   'cardinality' => '1',
4102   'translatable' => '0',
4103   'deleted' => '0',
4104 ))
4105 ->values(array(
4106   'id' => '27',
4107   'field_name' => 'field_text_filtered',
4108   'type' => 'text',
4109   'module' => 'text',
4110   'active' => '1',
4111   'storage_type' => 'field_sql_storage',
4112   'storage_module' => 'field_sql_storage',
4113   'storage_active' => '1',
4114   'locked' => '0',
4115   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
4116   'cardinality' => '1',
4117   'translatable' => '0',
4118   'deleted' => '0',
4119 ))
4120 ->values(array(
4121   'id' => '28',
4122   'field_name' => 'field_text_plain_filtered',
4123   'type' => 'text',
4124   'module' => 'text',
4125   'active' => '1',
4126   'storage_type' => 'field_sql_storage',
4127   'storage_module' => 'field_sql_storage',
4128   'storage_active' => '1',
4129   'locked' => '0',
4130   'data' => 'a: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";}',
4131   'cardinality' => '1',
4132   'translatable' => '0',
4133   'deleted' => '0',
4134 ))
4135 ->values(array(
4136   'id' => '29',
4137   'field_name' => 'field_text_long_plain',
4138   'type' => 'text_long',
4139   'module' => 'text',
4140   'active' => '1',
4141   'storage_type' => 'field_sql_storage',
4142   'storage_module' => 'field_sql_storage',
4143   'storage_active' => '1',
4144   'locked' => '0',
4145   'data' => 'a: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";}',
4146   'cardinality' => '1',
4147   'translatable' => '0',
4148   'deleted' => '0',
4149 ))
4150 ->values(array(
4151   'id' => '30',
4152   'field_name' => 'field_text_long_filtered',
4153   'type' => 'text_long',
4154   'module' => 'text',
4155   'active' => '1',
4156   'storage_type' => 'field_sql_storage',
4157   'storage_module' => 'field_sql_storage',
4158   'storage_active' => '1',
4159   'locked' => '0',
4160   'data' => 'a: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";}',
4161   'cardinality' => '1',
4162   'translatable' => '0',
4163   'deleted' => '0',
4164 ))
4165 ->values(array(
4166   'id' => '31',
4167   'field_name' => 'field_text_long_plain_filtered',
4168   'type' => 'text_long',
4169   'module' => 'text',
4170   'active' => '1',
4171   'storage_type' => 'field_sql_storage',
4172   'storage_module' => 'field_sql_storage',
4173   'storage_active' => '1',
4174   'locked' => '0',
4175   'data' => 'a: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";}',
4176   'cardinality' => '1',
4177   'translatable' => '0',
4178   'deleted' => '0',
4179 ))
4180 ->values(array(
4181   'id' => '32',
4182   'field_name' => 'field_text_sum_plain',
4183   'type' => 'text_with_summary',
4184   'module' => 'text',
4185   'active' => '1',
4186   'storage_type' => 'field_sql_storage',
4187   'storage_module' => 'field_sql_storage',
4188   'storage_active' => '1',
4189   'locked' => '0',
4190   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
4191   'cardinality' => '1',
4192   'translatable' => '0',
4193   'deleted' => '0',
4194 ))
4195 ->values(array(
4196   'id' => '33',
4197   'field_name' => 'field_text_sum_filtered',
4198   'type' => 'text_with_summary',
4199   'module' => 'text',
4200   'active' => '1',
4201   'storage_type' => 'field_sql_storage',
4202   'storage_module' => 'field_sql_storage',
4203   'storage_active' => '1',
4204   'locked' => '0',
4205   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
4206   'cardinality' => '1',
4207   'translatable' => '0',
4208   'deleted' => '0',
4209 ))
4210 ->values(array(
4211   'id' => '34',
4212   'field_name' => 'field_text_sum_plain_filtered',
4213   'type' => 'text_with_summary',
4214   'module' => 'text',
4215   'active' => '1',
4216   'storage_type' => 'field_sql_storage',
4217   'storage_module' => 'field_sql_storage',
4218   'storage_active' => '1',
4219   'locked' => '0',
4220   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a: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";}',
4221   'cardinality' => '1',
4222   'translatable' => '0',
4223   'deleted' => '0',
4224 ))
4225 ->values(array(
4226   'id' => '35',
4227   'field_name' => 'field_datetime_without_time',
4228   'type' => 'datetime',
4229   'module' => 'date',
4230   'active' => '1',
4231   'storage_type' => 'field_sql_storage',
4232   'storage_module' => 'field_sql_storage',
4233   'storage_active' => '1',
4234   'locked' => '0',
4235   'data' => 'a:7:{s:12:"translatable";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";}',
4236   'cardinality' => '1',
4237   'translatable' => '0',
4238   'deleted' => '0',
4239 ))
4240 ->values(array(
4241   'id' => '36',
4242   'field_name' => 'field_date_without_time',
4243   'type' => 'date',
4244   'module' => 'date',
4245   'active' => '1',
4246   'storage_type' => 'field_sql_storage',
4247   'storage_module' => 'field_sql_storage',
4248   'storage_active' => '1',
4249   'locked' => '0',
4250   'data' => 'a:7:{s:12:"translatable";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";}',
4251   'cardinality' => '1',
4252   'translatable' => '0',
4253   'deleted' => '0',
4254 ))
4255 ->values(array(
4256   'id' => '37',
4257   'field_name' => 'field_float_list',
4258   'type' => 'list_float',
4259   'module' => 'list',
4260   'active' => '1',
4261   'storage_type' => 'field_sql_storage',
4262   'storage_module' => 'field_sql_storage',
4263   'storage_active' => '1',
4264   'locked' => '0',
4265   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:14:"allowed_values";a:2:{s:6:"3.1416";s:2:"Pi";s:6:"6.2832";s:3:"Tau";}s:23:"allowed_values_function";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:27:"field_data_field_float_list";a:1:{s:5:"value";s:22:"field_float_list_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:31:"field_revision_field_float_list";a:1:{s:5:"value";s:22:"field_float_list_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:2:"id";s:2:"37";}',
4266   'cardinality' => '1',
4267   'translatable' => '0',
4268   'deleted' => '0',
4269 ))
4270 ->values(array(
4271   'id' => '38',
4272   'field_name' => 'field_reference',
4273   'type' => 'entityreference',
4274   'module' => 'entityreference',
4275   'active' => '1',
4276   'storage_type' => 'field_sql_storage',
4277   'storage_module' => 'field_sql_storage',
4278   'storage_active' => '1',
4279   'locked' => '0',
4280   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:11:"target_type";s:4:"node";s:7:"handler";s:4:"base";s:16:"handler_settings";a:2:{s:14:"target_bundles";a:1:{s:7:"article";s:7:"article";}s:4:"sort";a:1:{s:4:"type";s:4:"none";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:26:"field_data_field_reference";a:1:{s:9:"target_id";s:25:"field_reference_target_id";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:30:"field_revision_field_reference";a:1:{s:9:"target_id";s:25:"field_reference_target_id";}}}}}s:12:"foreign keys";a:1:{s:4:"node";a:2:{s:5:"table";s:4:"node";s:7:"columns";a:1:{s:9:"target_id";s:3:"nid";}}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:2:"id";s:2:"37";}',
4281   'cardinality' => '1',
4282   'translatable' => '0',
4283   'deleted' => '0',
4284 ))
4285 ->values(array(
4286   'id' => '39',
4287   'field_name' => 'field_reference_2',
4288   'type' => 'entityreference',
4289   'module' => 'entityreference',
4290   'active' => '1',
4291   'storage_type' => 'field_sql_storage',
4292   'storage_module' => 'field_sql_storage',
4293   'storage_active' => '1',
4294   'locked' => '0',
4295   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:11:"target_type";s:4:"node";s:7:"handler";s:4:"base";s:16:"handler_settings";a:2:{s:14:"target_bundles";a:1:{s:7:"article";s:7:"article";}s:4:"sort";a:1:{s:4:"type";s:4:"none";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:28:"field_data_field_reference_2";a:1:{s:9:"target_id";s:27:"field_reference_2_target_id";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:32:"field_revision_field_reference_2";a:1:{s:9:"target_id";s:27:"field_reference_2_target_id";}}}}}s:12:"foreign keys";a:1:{s:4:"node";a:2:{s:5:"table";s:4:"node";s:7:"columns";a:1:{s:9:"target_id";s:3:"nid";}}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:2:"id";s:2:"39";}',
4296   'cardinality' => '1',
4297   'translatable' => '0',
4298   'deleted' => '0',
4299 ))
4300 ->values(array(
4301   'id' => '40',
4302   'field_name' => 'title_field',
4303   'type' => 'text',
4304   'module' => 'text',
4305   'active' => '1',
4306   'storage_type' => 'field_sql_storage',
4307   'storage_module' => 'field_sql_storage',
4308   'storage_active' => '1',
4309   'locked' => '0',
4310   'data' => 'a:6:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:10:"max_length";i:255;s:23:"entity_translation_sync";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}',
4311   'cardinality' => '1',
4312   'translatable' => '1',
4313   'deleted' => '0',
4314 ))
4315 ->values(array(
4316   'id' => '41',
4317   'field_name' => 'subject_field',
4318   'type' => 'text',
4319   'module' => 'text',
4320   'active' => '1',
4321   'storage_type' => 'field_sql_storage',
4322   'storage_module' => 'field_sql_storage',
4323   'storage_active' => '1',
4324   'locked' => '0',
4325   'data' => 'a:6:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:10:"max_length";i:255;s:23:"entity_translation_sync";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}',
4326   'cardinality' => '1',
4327   'translatable' => '1',
4328   'deleted' => '0',
4329 ))
4330 ->values(array(
4331   'id' => '42',
4332   'field_name' => 'name_field',
4333   'type' => 'text',
4334   'module' => 'text',
4335   'active' => '1',
4336   'storage_type' => 'field_sql_storage',
4337   'storage_module' => 'field_sql_storage',
4338   'storage_active' => '1',
4339   'locked' => '0',
4340   'data' => 'a:6:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:10:"max_length";i:255;s:23:"entity_translation_sync";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}',
4341   'cardinality' => '1',
4342   'translatable' => '1',
4343   'deleted' => '0',
4344 ))
4345 ->values(array(
4346   'id' => '43',
4347   'field_name' => 'description_field',
4348   'type' => 'text_with_summary',
4349   'module' => 'text',
4350   'active' => '1',
4351   'storage_type' => 'field_sql_storage',
4352   'storage_module' => 'field_sql_storage',
4353   'storage_active' => '1',
4354   'locked' => '0',
4355   'data' => 'a:6:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:23:"entity_translation_sync";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}',
4356   'cardinality' => '1',
4357   'translatable' => '1',
4358   'deleted' => '0',
4359 ))
4360 ->execute();
4361
4362 $connection->schema()->createTable('field_config_instance', array(
4363   'fields' => array(
4364     'id' => array(
4365       'type' => 'serial',
4366       'not null' => TRUE,
4367       'size' => 'normal',
4368     ),
4369     'field_id' => array(
4370       'type' => 'int',
4371       'not null' => TRUE,
4372       'size' => 'normal',
4373     ),
4374     'field_name' => array(
4375       'type' => 'varchar',
4376       'not null' => TRUE,
4377       'length' => '32',
4378       'default' => '',
4379     ),
4380     'entity_type' => array(
4381       'type' => 'varchar',
4382       'not null' => TRUE,
4383       'length' => '32',
4384       'default' => '',
4385     ),
4386     'bundle' => array(
4387       'type' => 'varchar',
4388       'not null' => TRUE,
4389       'length' => '128',
4390       'default' => '',
4391     ),
4392     'data' => array(
4393       'type' => 'blob',
4394       'not null' => TRUE,
4395       'size' => 'normal',
4396     ),
4397     'deleted' => array(
4398       'type' => 'int',
4399       'not null' => TRUE,
4400       'size' => 'normal',
4401       'default' => '0',
4402     ),
4403   ),
4404   'primary key' => array(
4405     'id',
4406   ),
4407   'mysql_character_set' => 'utf8',
4408 ));
4409
4410 $connection->insert('field_config_instance')
4411 ->fields(array(
4412   'id',
4413   'field_id',
4414   'field_name',
4415   'entity_type',
4416   'bundle',
4417   'data',
4418   'deleted',
4419 ))
4420 ->values(array(
4421   'id' => '1',
4422   'field_id' => '1',
4423   'field_name' => 'comment_body',
4424   'entity_type' => 'comment',
4425   'bundle' => 'comment_node_page',
4426   '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:"";}',
4427   'deleted' => '0',
4428 ))
4429 ->values(array(
4430   'id' => '2',
4431   'field_id' => '2',
4432   'field_name' => 'body',
4433   'entity_type' => 'node',
4434   'bundle' => 'page',
4435   '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:"";}',
4436   'deleted' => '0',
4437 ))
4438 ->values(array(
4439   'id' => '3',
4440   'field_id' => '1',
4441   'field_name' => 'comment_body',
4442   'entity_type' => 'comment',
4443   'bundle' => 'comment_node_article',
4444   '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:"";}',
4445   'deleted' => '0',
4446 ))
4447 ->values(array(
4448   'id' => '4',
4449   'field_id' => '2',
4450   'field_name' => 'body',
4451   'entity_type' => 'node',
4452   'bundle' => 'article',
4453   '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:"";}',
4454   'deleted' => '0',
4455 ))
4456 ->values(array(
4457   'id' => '5',
4458   'field_id' => '3',
4459   'field_name' => 'field_tags',
4460   'entity_type' => 'node',
4461   'bundle' => 'article',
4462   '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;}',
4463   'deleted' => '0',
4464 ))
4465 ->values(array(
4466   'id' => '6',
4467   'field_id' => '4',
4468   'field_name' => 'field_image',
4469   'entity_type' => 'node',
4470   'bundle' => 'article',
4471   '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";}}}',
4472   'deleted' => '0',
4473 ))
4474 ->values(array(
4475   'id' => '7',
4476   'field_id' => '1',
4477   'field_name' => 'comment_body',
4478   'entity_type' => 'comment',
4479   'bundle' => 'comment_node_blog',
4480   '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:"";}',
4481   'deleted' => '0',
4482 ))
4483 ->values(array(
4484   'id' => '8',
4485   'field_id' => '2',
4486   'field_name' => 'body',
4487   'entity_type' => 'node',
4488   'bundle' => 'blog',
4489   '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:"";}',
4490   'deleted' => '0',
4491 ))
4492 ->values(array(
4493   'id' => '9',
4494   'field_id' => '1',
4495   'field_name' => 'comment_body',
4496   'entity_type' => 'comment',
4497   'bundle' => 'comment_node_book',
4498   '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:"";}',
4499   'deleted' => '0',
4500 ))
4501 ->values(array(
4502   'id' => '10',
4503   'field_id' => '2',
4504   'field_name' => 'body',
4505   'entity_type' => 'node',
4506   'bundle' => 'book',
4507   '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:"";}',
4508   'deleted' => '0',
4509 ))
4510 ->values(array(
4511   'id' => '11',
4512   'field_id' => '5',
4513   'field_name' => 'taxonomy_forums',
4514   'entity_type' => 'node',
4515   'bundle' => 'forum',
4516   '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:"";}',
4517   'deleted' => '0',
4518 ))
4519 ->values(array(
4520   'id' => '12',
4521   'field_id' => '1',
4522   'field_name' => 'comment_body',
4523   'entity_type' => 'comment',
4524   'bundle' => 'comment_node_forum',
4525   '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:"";}',
4526   'deleted' => '0',
4527 ))
4528 ->values(array(
4529   'id' => '13',
4530   'field_id' => '2',
4531   'field_name' => 'body',
4532   'entity_type' => 'node',
4533   'bundle' => 'forum',
4534   '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:"";}',
4535   'deleted' => '0',
4536 ))
4537 ->values(array(
4538   'id' => '14',
4539   'field_id' => '1',
4540   'field_name' => 'comment_body',
4541   'entity_type' => 'comment',
4542   'bundle' => 'comment_node_test_content_type',
4543   '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:"";}',
4544   'deleted' => '0',
4545 ))
4546 ->values(array(
4547   'id' => '16',
4548   'field_id' => '6',
4549   'field_name' => 'field_boolean',
4550   'entity_type' => 'node',
4551   'bundle' => 'test_content_type',
4552   '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;}}}',
4553   'deleted' => '0',
4554 ))
4555 ->values(array(
4556   'id' => '17',
4557   'field_id' => '7',
4558   'field_name' => 'field_email',
4559   'entity_type' => 'node',
4560   'bundle' => 'test_content_type',
4561   '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";}}}',
4562   'deleted' => '0',
4563 ))
4564 ->values(array(
4565   'id' => '18',
4566   'field_id' => '8',
4567   'field_name' => 'field_phone',
4568   'entity_type' => 'node',
4569   'bundle' => 'test_content_type',
4570   '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;}',
4571   'deleted' => '0',
4572 ))
4573 ->values(array(
4574   'id' => '19',
4575   'field_id' => '9',
4576   'field_name' => 'field_date',
4577   'entity_type' => 'node',
4578   'bundle' => 'test_content_type',
4579   '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:"";}',
4580   'deleted' => '0',
4581 ))
4582 ->values(array(
4583   'id' => '20',
4584   'field_id' => '10',
4585   'field_name' => 'field_date_with_end_time',
4586   'entity_type' => 'node',
4587   'bundle' => 'test_content_type',
4588   '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:"";}',
4589   'deleted' => '0',
4590 ))
4591 ->values(array(
4592   'id' => '21',
4593   'field_id' => '11',
4594   'field_name' => 'field_file',
4595   'entity_type' => 'node',
4596   'bundle' => 'test_content_type',
4597   '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:"";}',
4598   'deleted' => '0',
4599 ))
4600 ->values(array(
4601   'id' => '22',
4602   'field_id' => '12',
4603   'field_name' => 'field_float',
4604   'entity_type' => 'node',
4605   'bundle' => 'test_content_type',
4606   '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";}}}',
4607   'deleted' => '0',
4608 ))
4609 ->values(array(
4610   'id' => '23',
4611   'field_id' => '13',
4612   'field_name' => 'field_images',
4613   'entity_type' => 'node',
4614   'bundle' => 'test_content_type',
4615   '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:"";}',
4616   'deleted' => '0',
4617 ))
4618 ->values(array(
4619   'id' => '24',
4620   'field_id' => '14',
4621   'field_name' => 'field_integer',
4622   'entity_type' => 'node',
4623   'bundle' => 'test_content_type',
4624   '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;}',
4625   'deleted' => '0',
4626 ))
4627 ->values(array(
4628   'id' => '25',
4629   'field_id' => '15',
4630   'field_name' => 'field_link',
4631   'entity_type' => 'node',
4632   'bundle' => 'test_content_type',
4633   '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;}',
4634   'deleted' => '0',
4635 ))
4636 ->values(array(
4637   'id' => '26',
4638   'field_id' => '16',
4639   'field_name' => 'field_text_list',
4640   'entity_type' => 'node',
4641   'bundle' => 'test_content_type',
4642   '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;}',
4643   'deleted' => '0',
4644 ))
4645 ->values(array(
4646   'id' => '27',
4647   'field_id' => '17',
4648   'field_name' => 'field_integer_list',
4649   'entity_type' => 'node',
4650   'bundle' => 'test_content_type',
4651   '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;}',
4652   'deleted' => '0',
4653 ))
4654 ->values(array(
4655   'id' => '28',
4656   'field_id' => '18',
4657   'field_name' => 'field_long_text',
4658   'entity_type' => 'node',
4659   'bundle' => 'test_content_type',
4660   '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;}',
4661   'deleted' => '0',
4662 ))
4663 ->values(array(
4664   'id' => '30',
4665   'field_id' => '20',
4666   'field_name' => 'field_term_reference',
4667   'entity_type' => 'node',
4668   'bundle' => 'test_content_type',
4669   '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;}',
4670   'deleted' => '0',
4671 ))
4672 ->values(array(
4673   'id' => '31',
4674   'field_id' => '21',
4675   'field_name' => 'field_text',
4676   'entity_type' => 'node',
4677   'bundle' => 'test_content_type',
4678   '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;}',
4679   'deleted' => '0',
4680 ))
4681 ->values(array(
4682   'id' => '32',
4683   'field_id' => '14',
4684   'field_name' => 'field_integer',
4685   'entity_type' => 'comment',
4686   'bundle' => 'comment_node_test_content_type',
4687   '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;}',
4688   'deleted' => '0',
4689 ))
4690 ->values(array(
4691   'id' => '33',
4692   'field_id' => '11',
4693   'field_name' => 'field_file',
4694   'entity_type' => 'user',
4695   'bundle' => 'user',
4696   '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:"";}',
4697   'deleted' => '0',
4698 ))
4699 ->values(array(
4700   'id' => '34',
4701   'field_id' => '15',
4702   'field_name' => 'field_link',
4703   'entity_type' => 'node',
4704   'bundle' => 'article',
4705   '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;}',
4706   'deleted' => '0',
4707 ))
4708 ->values(array(
4709   'id' => '35',
4710   'field_id' => '14',
4711   'field_name' => 'field_integer',
4712   'entity_type' => 'taxonomy_term',
4713   'bundle' => 'test_vocabulary',
4714   '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;}',
4715   'deleted' => '0',
4716 ))
4717 ->values(array(
4718   'id' => '36',
4719   'field_id' => '14',
4720   'field_name' => 'field_integer',
4721   'entity_type' => 'user',
4722   'bundle' => 'user',
4723   '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;}',
4724   'deleted' => '0',
4725 ))
4726 ->values(array(
4727   'id' => '37',
4728   'field_id' => '15',
4729   'field_name' => 'field_link',
4730   'entity_type' => 'node',
4731   'bundle' => 'blog',
4732   '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;}',
4733   'deleted' => '0',
4734 ))
4735 ->values(array(
4736   'id' => '38',
4737   'field_id' => '22',
4738   'field_name' => 'field_node_entityreference',
4739   'entity_type' => 'node',
4740   'bundle' => 'test_content_type',
4741   '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;}',
4742   'deleted' => '0',
4743 ))
4744 ->values(array(
4745   'id' => '39',
4746   'field_id' => '23',
4747   'field_name' => 'field_user_entityreference',
4748   'entity_type' => 'node',
4749   'bundle' => 'test_content_type',
4750   '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;}',
4751   'deleted' => '0',
4752 ))
4753 ->values(array(
4754   'id' => '40',
4755   'field_id' => '24',
4756   'field_name' => 'field_term_entityreference',
4757   'entity_type' => 'node',
4758   'bundle' => 'test_content_type',
4759   '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;}',
4760   'deleted' => '0',
4761 ))
4762 ->values(array(
4763   'id' => '41',
4764   'field_id' => '20',
4765   'field_name' => 'field_term_reference',
4766   'entity_type' => 'taxonomy_term',
4767   'bundle' => 'test_vocabulary',
4768   '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;}',
4769   'deleted' => '0',
4770 ))
4771 ->values(array(
4772   'id' => '42',
4773   'field_id' => '25',
4774   'field_name' => 'field_private_file',
4775   'entity_type' => 'node',
4776   'bundle' => 'test_content_type',
4777   '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:"";}',
4778   'deleted' => '0',
4779 ))
4780 ->values(array(
4781   'id' => '43',
4782   'field_id' => '26',
4783   'field_name' => 'field_text_plain',
4784   'entity_type' => 'node',
4785   'bundle' => 'article',
4786   '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;}',
4787   'deleted' => '0',
4788 ))
4789 ->values(array(
4790   'id' => '44',
4791   'field_id' => '27',
4792   'field_name' => 'field_text_filtered',
4793   'entity_type' => 'node',
4794   'bundle' => 'article',
4795   '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;}',
4796   'deleted' => '0',
4797 ))
4798 ->values(array(
4799   'id' => '45',
4800   'field_id' => '28',
4801   'field_name' => 'field_text_plain_filtered',
4802   'entity_type' => 'node',
4803   'bundle' => 'article',
4804   '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;}',
4805   'deleted' => '0',
4806 ))
4807 ->values(array(
4808   'id' => '46',
4809   'field_id' => '29',
4810   'field_name' => 'field_text_long_plain',
4811   'entity_type' => 'node',
4812   'bundle' => 'article',
4813   '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;}',
4814   'deleted' => '0',
4815 ))
4816 ->values(array(
4817   'id' => '47',
4818   'field_id' => '30',
4819   'field_name' => 'field_text_long_filtered',
4820   'entity_type' => 'node',
4821   'bundle' => 'article',
4822   '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;}',
4823   'deleted' => '0',
4824 ))
4825 ->values(array(
4826   'id' => '48',
4827   'field_id' => '31',
4828   'field_name' => 'field_text_long_plain_filtered',
4829   'entity_type' => 'node',
4830   'bundle' => 'article',
4831   '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;}',
4832   'deleted' => '0',
4833 ))
4834 ->values(array(
4835   'id' => '49',
4836   'field_id' => '32',
4837   'field_name' => 'field_text_sum_plain',
4838   'entity_type' => 'node',
4839   'bundle' => 'article',
4840   '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;}',
4841   'deleted' => '0',
4842 ))
4843 ->values(array(
4844   'id' => '50',
4845   'field_id' => '33',
4846   'field_name' => 'field_text_sum_filtered',
4847   'entity_type' => 'node',
4848   'bundle' => 'article',
4849   '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;}',
4850   'deleted' => '0',
4851 ))
4852 ->values(array(
4853   'id' => '51',
4854   'field_id' => '34',
4855   'field_name' => 'field_text_sum_plain_filtered',
4856   'entity_type' => 'node',
4857   'bundle' => 'article',
4858   '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;}',
4859   'deleted' => '0',
4860 ))
4861 ->values(array(
4862   'id' => '52',
4863   'field_id' => '26',
4864   'field_name' => 'field_text_plain',
4865   'entity_type' => 'node',
4866   'bundle' => 'page',
4867   '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;}',
4868   'deleted' => '0',
4869 ))
4870 ->values(array(
4871   'id' => '53',
4872   'field_id' => '27',
4873   'field_name' => 'field_text_filtered',
4874   'entity_type' => 'node',
4875   'bundle' => 'page',
4876   '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;}',
4877   'deleted' => '0',
4878 ))
4879 ->values(array(
4880   'id' => '54',
4881   'field_id' => '28',
4882   'field_name' => 'field_text_plain_filtered',
4883   'entity_type' => 'node',
4884   'bundle' => 'page',
4885   '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;}',
4886   'deleted' => '0',
4887 ))
4888 ->values(array(
4889   'id' => '55',
4890   'field_id' => '29',
4891   'field_name' => 'field_text_long_plain',
4892   'entity_type' => 'node',
4893   'bundle' => 'page',
4894   '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;}',
4895   'deleted' => '0',
4896 ))
4897 ->values(array(
4898   'id' => '56',
4899   'field_id' => '30',
4900   'field_name' => 'field_text_long_filtered',
4901   'entity_type' => 'node',
4902   'bundle' => 'page',
4903   '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;}',
4904   'deleted' => '0',
4905 ))
4906 ->values(array(
4907   'id' => '57',
4908   'field_id' => '31',
4909   'field_name' => 'field_text_long_plain_filtered',
4910   'entity_type' => 'node',
4911   'bundle' => 'page',
4912   '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;}',
4913   'deleted' => '0',
4914 ))
4915 ->values(array(
4916   'id' => '58',
4917   'field_id' => '32',
4918   'field_name' => 'field_text_sum_plain',
4919   'entity_type' => 'node',
4920   'bundle' => 'page',
4921   '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;}',
4922   'deleted' => '0',
4923 ))
4924 ->values(array(
4925   'id' => '59',
4926   'field_id' => '33',
4927   'field_name' => 'field_text_sum_filtered',
4928   'entity_type' => 'node',
4929   'bundle' => 'page',
4930   '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;}',
4931   'deleted' => '0',
4932 ))
4933 ->values(array(
4934   'id' => '60',
4935   'field_id' => '34',
4936   'field_name' => 'field_text_sum_plain_filtered',
4937   'entity_type' => 'node',
4938   'bundle' => 'page',
4939   '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;}',
4940   'deleted' => '0',
4941 ))
4942 ->values(array(
4943   'id' => '61',
4944   'field_id' => '35',
4945   'field_name' => 'field_datetime_without_time',
4946   'entity_type' => 'node',
4947   'bundle' => 'test_content_type',
4948   '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:"";}',
4949   'deleted' => '0',
4950 ))
4951 ->values(array(
4952   'id' => '62',
4953   'field_id' => '36',
4954   'field_name' => 'field_date_without_time',
4955   'entity_type' => 'node',
4956   'bundle' => 'test_content_type',
4957   '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:"";}',
4958   'deleted' => '0',
4959 ))
4960 ->values(array(
4961   'id' => '63',
4962   'field_id' => '37',
4963   'field_name' => 'field_float_list',
4964   'entity_type' => 'node',
4965   'bundle' => 'test_content_type',
4966   'data' => 'a:7:{s:5:"label";s:10:"Float List";s:6:"widget";a:5:{s:6:"weight";s:2:"20";s:4:"type";s:14:"options_select";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"list_default";s:8:"settings";a:0:{}s:6:"module";s:4:"list";s:6:"weight";i:19;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4967   'deleted' => '0',
4968 ))
4969 ->values(array(
4970   'id' => '64',
4971   'field_id' => '38',
4972   'field_name' => 'field_reference',
4973   'entity_type' => 'node',
4974   'bundle' => 'article',
4975   'data' => 'a:7:{s:5:"label";s:9:"Reference";s:6:"widget";a:5:{s:6:"weight";s:2:"20";s:4:"type";s:14:"options_select";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:21:"entityreference_label";s:6:"weight";s:2:"20";s:8:"settings";a:2:{s:13:"bypass_access";i:0;s:4:"link";i:1;}s:6:"module";s:15:"entityreference";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4976   'deleted' => '0',
4977 ))
4978 ->values(array(
4979   'id' => '65',
4980   'field_id' => '39',
4981   'field_name' => 'field_reference_2',
4982   'entity_type' => 'node',
4983   'bundle' => 'article',
4984   'data' => 'a:6:{s:5:"label";s:11:"Reference 2";s:6:"widget";a:4:{s:4:"type";s:14:"options_select";s:6:"weight";s:2:"21";s:8:"settings";a:0:{}s:6:"module";s:7:"options";}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:21:"entityreference_label";s:8:"settings";a:2:{s:4:"link";b:0;s:13:"bypass_access";b:0;}s:6:"module";s:15:"entityreference";s:6:"weight";i:21;}}s:8:"required";b:0;s:11:"description";s:0:"";}',
4985   'deleted' => '0',
4986 ))
4987 ->values(array(
4988   'id' => '66',
4989   'field_id' => '38',
4990   'field_name' => 'field_reference',
4991   'entity_type' => 'user',
4992   'bundle' => 'user',
4993   'data' => 'a:7:{s:5:"label";s:9:"Reference";s:6:"widget";a:5:{s:6:"weight";s:2:"11";s:4:"type";s:14:"options_select";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:2:{s:18:"user_register_form";i:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:21:"entityreference_label";s:8:"settings";a:2:{s:4:"link";b:0;s:13:"bypass_access";b:0;}s:6:"module";s:15:"entityreference";s:6:"weight";i:9;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4994   'deleted' => '0',
4995 ))
4996 ->values(array(
4997   'id' => '67',
4998   'field_id' => '40',
4999   'field_name' => 'title_field',
5000   'entity_type' => 'node',
5001   'bundle' => 'test_content_type',
5002   'data' => 'a:6:{s:5:"label";s:5:"Title";s:11:"description";s:0:"";s:8:"required";b:1;s:8:"settings";a:4:{s:15:"text_processing";i:0;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:14:"text_textfield";s:8:"settings";a:1:{s:4:"size";i:60;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:20;}}}',
5003   'deleted' => '0',
5004 ))
5005 ->values(array(
5006   'id' => '68',
5007   'field_id' => '41',
5008   'field_name' => 'subject_field',
5009   'entity_type' => 'comment',
5010   'bundle' => 'comment_node_article',
5011   'data' => 'a:6:{s:5:"label";s:7:"Subject";s:11:"description";s:0:"";s:8:"required";b:1;s:8:"settings";a:4:{s:15:"text_processing";i:0;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:14:"text_textfield";s:8:"settings";a:1:{s:4:"size";i:60;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:1;}}}',
5012   'deleted' => '0',
5013 ))
5014 ->values(array(
5015   'id' => '69',
5016   'field_id' => '42',
5017   'field_name' => 'name_field',
5018   'entity_type' => 'taxonomy_term',
5019   'bundle' => 'test_vocabulary',
5020   'data' => 'a:6:{s:5:"label";s:4:"Name";s:11:"description";s:0:"";s:8:"required";b:1;s:8:"settings";a:4:{s:15:"text_processing";i:0;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:14:"text_textfield";s:8:"settings";a:1:{s:4:"size";i:60;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:14;}}}',
5021   'deleted' => '0',
5022 ))
5023 ->values(array(
5024   'id' => '70',
5025   'field_id' => '43',
5026   'field_name' => 'description_field',
5027   'entity_type' => 'taxonomy_term',
5028   'bundle' => 'test_vocabulary',
5029   'data' => 'a:6:{s:8:"required";b:0;s:5:"label";s:11:"Description";s:11:"description";s:0:"";s:8:"settings";a:5:{s:15:"text_processing";i:1;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:15:"display_summary";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:26:"text_textarea_with_summary";s:8:"settings";a:2:{s:4:"rows";i:20;s:12:"summary_rows";i:5;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:15;}}}',
5030   'deleted' => '0',
5031 ))
5032 ->values(array(
5033   'id' => '71',
5034   'field_id' => '41',
5035   'field_name' => 'subject_field',
5036   'entity_type' => 'comment',
5037   'bundle' => 'comment_node_test_content_type',
5038   'data' => 'a:6:{s:5:"label";s:7:"Subject";s:11:"description";s:0:"";s:8:"required";b:1;s:8:"settings";a:4:{s:15:"text_processing";i:0;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:14:"text_textfield";s:8:"settings";a:1:{s:4:"size";i:60;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:1;}}}',
5039   'deleted' => '0',
5040 ))
5041 ->execute();
5042
5043 $connection->schema()->createTable('field_data_body', array(
5044   'fields' => array(
5045     'entity_type' => array(
5046       'type' => 'varchar',
5047       'not null' => TRUE,
5048       'length' => '128',
5049       'default' => '',
5050     ),
5051     'bundle' => array(
5052       'type' => 'varchar',
5053       'not null' => TRUE,
5054       'length' => '128',
5055       'default' => '',
5056     ),
5057     'deleted' => array(
5058       'type' => 'int',
5059       'not null' => TRUE,
5060       'size' => 'normal',
5061       'default' => '0',
5062     ),
5063     'entity_id' => array(
5064       'type' => 'int',
5065       'not null' => TRUE,
5066       'size' => 'normal',
5067       'unsigned' => TRUE,
5068     ),
5069     'revision_id' => array(
5070       'type' => 'int',
5071       'not null' => FALSE,
5072       'size' => 'normal',
5073       'unsigned' => TRUE,
5074     ),
5075     'language' => array(
5076       'type' => 'varchar',
5077       'not null' => TRUE,
5078       'length' => '32',
5079       'default' => '',
5080     ),
5081     'delta' => array(
5082       'type' => 'int',
5083       'not null' => TRUE,
5084       'size' => 'normal',
5085       'unsigned' => TRUE,
5086     ),
5087     'body_value' => array(
5088       'type' => 'text',
5089       'not null' => FALSE,
5090       'size' => 'normal',
5091     ),
5092     'body_summary' => array(
5093       'type' => 'text',
5094       'not null' => FALSE,
5095       'size' => 'normal',
5096     ),
5097     'body_format' => array(
5098       'type' => 'varchar',
5099       'not null' => FALSE,
5100       'length' => '255',
5101     ),
5102   ),
5103   'primary key' => array(
5104     'entity_type',
5105     'deleted',
5106     'entity_id',
5107     'language',
5108     'delta',
5109   ),
5110   'mysql_character_set' => 'utf8',
5111 ));
5112
5113 $connection->insert('field_data_body')
5114 ->fields(array(
5115   'entity_type',
5116   'bundle',
5117   'deleted',
5118   'entity_id',
5119   'revision_id',
5120   'language',
5121   'delta',
5122   'body_value',
5123   'body_summary',
5124   'body_format',
5125 ))
5126 ->values(array(
5127   'entity_type' => 'node',
5128   'bundle' => 'article',
5129   'deleted' => '0',
5130   'entity_id' => '2',
5131   'revision_id' => '2',
5132   'language' => 'und',
5133   'delta' => '0',
5134   'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
5135   'body_summary' => '',
5136   'body_format' => 'filtered_html',
5137 ))
5138 ->values(array(
5139   'entity_type' => 'node',
5140   'bundle' => 'article',
5141   'deleted' => '0',
5142   'entity_id' => '3',
5143   'revision_id' => '3',
5144   'language' => 'und',
5145   'delta' => '0',
5146   'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
5147   'body_summary' => '',
5148   'body_format' => 'filtered_html',
5149 ))
5150 ->execute();
5151
5152 $connection->schema()->createTable('field_data_comment_body', array(
5153   'fields' => array(
5154     'entity_type' => array(
5155       'type' => 'varchar',
5156       'not null' => TRUE,
5157       'length' => '128',
5158       'default' => '',
5159     ),
5160     'bundle' => array(
5161       'type' => 'varchar',
5162       'not null' => TRUE,
5163       'length' => '128',
5164       'default' => '',
5165     ),
5166     'deleted' => array(
5167       'type' => 'int',
5168       'not null' => TRUE,
5169       'size' => 'normal',
5170       'default' => '0',
5171     ),
5172     'entity_id' => array(
5173       'type' => 'int',
5174       'not null' => TRUE,
5175       'size' => 'normal',
5176       'unsigned' => TRUE,
5177     ),
5178     'revision_id' => array(
5179       'type' => 'int',
5180       'not null' => FALSE,
5181       'size' => 'normal',
5182       'unsigned' => TRUE,
5183     ),
5184     'language' => array(
5185       'type' => 'varchar',
5186       'not null' => TRUE,
5187       'length' => '32',
5188       'default' => '',
5189     ),
5190     'delta' => array(
5191       'type' => 'int',
5192       'not null' => TRUE,
5193       'size' => 'normal',
5194       'unsigned' => TRUE,
5195     ),
5196     'comment_body_value' => array(
5197       'type' => 'text',
5198       'not null' => FALSE,
5199       'size' => 'normal',
5200     ),
5201     'comment_body_format' => array(
5202       'type' => 'varchar',
5203       'not null' => FALSE,
5204       'length' => '255',
5205     ),
5206   ),
5207   'primary key' => array(
5208     'entity_type',
5209     'deleted',
5210     'entity_id',
5211     'language',
5212     'delta',
5213   ),
5214   'mysql_character_set' => 'utf8',
5215 ));
5216
5217 $connection->insert('field_data_comment_body')
5218 ->fields(array(
5219   'entity_type',
5220   'bundle',
5221   'deleted',
5222   'entity_id',
5223   'revision_id',
5224   'language',
5225   'delta',
5226   'comment_body_value',
5227   'comment_body_format',
5228 ))
5229 ->values(array(
5230   'entity_type' => 'comment',
5231   'bundle' => 'comment_node_test_content_type',
5232   'deleted' => '0',
5233   'entity_id' => '1',
5234   'revision_id' => '1',
5235   'language' => 'und',
5236   'delta' => '0',
5237   'comment_body_value' => 'This is a comment',
5238   'comment_body_format' => 'filtered_html',
5239 ))
5240 ->values(array(
5241   'entity_type' => 'comment',
5242   'bundle' => 'comment_node_article',
5243   'deleted' => '0',
5244   'entity_id' => '2',
5245   'revision_id' => '2',
5246   'language' => 'und',
5247   'delta' => '0',
5248   'comment_body_value' => 'TNG is better than DS9.',
5249   'comment_body_format' => 'filtered_html',
5250 ))
5251 ->values(array(
5252   'entity_type' => 'comment',
5253   'bundle' => 'comment_node_article',
5254   'deleted' => '0',
5255   'entity_id' => '3',
5256   'revision_id' => '3',
5257   'language' => 'und',
5258   'delta' => '0',
5259   'comment_body_value' => 'This is a comment to an Icelandic translation.',
5260   'comment_body_format' => 'filtered_html',
5261 ))
5262 ->execute();
5263
5264 $connection->schema()->createTable('field_data_description_field', array(
5265   'fields' => array(
5266     'entity_type' => array(
5267       'type' => 'varchar',
5268       'not null' => TRUE,
5269       'length' => '128',
5270       'default' => '',
5271     ),
5272     'bundle' => array(
5273       'type' => 'varchar',
5274       'not null' => TRUE,
5275       'length' => '128',
5276       'default' => '',
5277     ),
5278     'deleted' => array(
5279       'type' => 'int',
5280       'not null' => TRUE,
5281       'size' => 'tiny',
5282       'default' => '0',
5283     ),
5284     'entity_id' => array(
5285       'type' => 'int',
5286       'not null' => TRUE,
5287       'size' => 'normal',
5288       'unsigned' => TRUE,
5289     ),
5290     'revision_id' => array(
5291       'type' => 'int',
5292       'not null' => FALSE,
5293       'size' => 'normal',
5294       'unsigned' => TRUE,
5295     ),
5296     'language' => array(
5297       'type' => 'varchar',
5298       'not null' => TRUE,
5299       'length' => '32',
5300       'default' => '',
5301     ),
5302     'delta' => array(
5303       'type' => 'int',
5304       'not null' => TRUE,
5305       'size' => 'normal',
5306       'unsigned' => TRUE,
5307     ),
5308     'description_field_value' => array(
5309       'type' => 'text',
5310       'not null' => FALSE,
5311       'size' => 'big',
5312     ),
5313     'description_field_summary' => array(
5314       'type' => 'text',
5315       'not null' => FALSE,
5316       'size' => 'big',
5317     ),
5318     'description_field_format' => array(
5319       'type' => 'varchar',
5320       'not null' => FALSE,
5321       'length' => '255',
5322     ),
5323   ),
5324   'primary key' => array(
5325     'entity_type',
5326     'entity_id',
5327     'deleted',
5328     'delta',
5329     'language',
5330   ),
5331   'indexes' => array(
5332     'entity_type' => array(
5333       'entity_type',
5334     ),
5335     'bundle' => array(
5336       'bundle',
5337     ),
5338     'deleted' => array(
5339       'deleted',
5340     ),
5341     'entity_id' => array(
5342       'entity_id',
5343     ),
5344     'revision_id' => array(
5345       'revision_id',
5346     ),
5347     'language' => array(
5348       'language',
5349     ),
5350     'description_field_format' => array(
5351       'description_field_format',
5352     ),
5353   ),
5354   'mysql_character_set' => 'utf8',
5355 ));
5356
5357 $connection->insert('field_data_description_field')
5358 ->fields(array(
5359   'entity_type',
5360   'bundle',
5361   'deleted',
5362   'entity_id',
5363   'revision_id',
5364   'language',
5365   'delta',
5366   'description_field_value',
5367   'description_field_summary',
5368   'description_field_format',
5369 ))
5370 ->values(array(
5371   'entity_type' => 'taxonomy_term',
5372   'bundle' => 'test_vocabulary',
5373   'deleted' => '0',
5374   'entity_id' => '2',
5375   'revision_id' => '2',
5376   'language' => 'en',
5377   'delta' => '0',
5378   'description_field_value' => 'The first term. (This is a real field!)',
5379   'description_field_summary' => '',
5380   'description_field_format' => 'filtered_html',
5381 ))
5382 ->values(array(
5383   'entity_type' => 'taxonomy_term',
5384   'bundle' => 'test_vocabulary',
5385   'deleted' => '0',
5386   'entity_id' => '3',
5387   'revision_id' => '3',
5388   'language' => 'en',
5389   'delta' => '0',
5390   'description_field_value' => 'The second term.',
5391   'description_field_summary' => '',
5392   'description_field_format' => 'filtered_html',
5393 ))
5394 ->values(array(
5395   'entity_type' => 'taxonomy_term',
5396   'bundle' => 'test_vocabulary',
5397   'deleted' => '0',
5398   'entity_id' => '4',
5399   'revision_id' => '4',
5400   'language' => 'en',
5401   'delta' => '0',
5402   'description_field_value' => 'The third term in plain old English.',
5403   'description_field_summary' => '',
5404   'description_field_format' => 'full_html',
5405 ))
5406 ->values(array(
5407   'entity_type' => 'taxonomy_term',
5408   'bundle' => 'test_vocabulary',
5409   'deleted' => '0',
5410   'entity_id' => '4',
5411   'revision_id' => '4',
5412   'language' => 'fr',
5413   'delta' => '0',
5414   'description_field_value' => 'The third term en français s\'il vous plaît.',
5415   'description_field_summary' => '',
5416   'description_field_format' => 'filtered_html',
5417 ))
5418 ->values(array(
5419   'entity_type' => 'taxonomy_term',
5420   'bundle' => 'test_vocabulary',
5421   'deleted' => '0',
5422   'entity_id' => '4',
5423   'revision_id' => '4',
5424   'language' => 'is',
5425   'delta' => '0',
5426   'description_field_value' => 'The third term á íslensku.',
5427   'description_field_summary' => '',
5428   'description_field_format' => 'plain_text',
5429 ))
5430 ->execute();
5431
5432 $connection->schema()->createTable('field_data_field_boolean', array(
5433   'fields' => array(
5434     'entity_type' => array(
5435       'type' => 'varchar',
5436       'not null' => TRUE,
5437       'length' => '128',
5438       'default' => '',
5439     ),
5440     'bundle' => array(
5441       'type' => 'varchar',
5442       'not null' => TRUE,
5443       'length' => '128',
5444       'default' => '',
5445     ),
5446     'deleted' => array(
5447       'type' => 'int',
5448       'not null' => TRUE,
5449       'size' => 'normal',
5450       'default' => '0',
5451     ),
5452     'entity_id' => array(
5453       'type' => 'int',
5454       'not null' => TRUE,
5455       'size' => 'normal',
5456       'unsigned' => TRUE,
5457     ),
5458     'revision_id' => array(
5459       'type' => 'int',
5460       'not null' => FALSE,
5461       'size' => 'normal',
5462       'unsigned' => TRUE,
5463     ),
5464     'language' => array(
5465       'type' => 'varchar',
5466       'not null' => TRUE,
5467       'length' => '32',
5468       'default' => '',
5469     ),
5470     'delta' => array(
5471       'type' => 'int',
5472       'not null' => TRUE,
5473       'size' => 'normal',
5474       'unsigned' => TRUE,
5475     ),
5476     'field_boolean_value' => array(
5477       'type' => 'int',
5478       'not null' => FALSE,
5479       'size' => 'normal',
5480     ),
5481   ),
5482   'primary key' => array(
5483     'entity_type',
5484     'deleted',
5485     'entity_id',
5486     'language',
5487     'delta',
5488   ),
5489   'mysql_character_set' => 'utf8',
5490 ));
5491
5492 $connection->insert('field_data_field_boolean')
5493 ->fields(array(
5494   'entity_type',
5495   'bundle',
5496   'deleted',
5497   'entity_id',
5498   'revision_id',
5499   'language',
5500   'delta',
5501   'field_boolean_value',
5502 ))
5503 ->values(array(
5504   'entity_type' => 'node',
5505   'bundle' => 'test_content_type',
5506   'deleted' => '0',
5507   'entity_id' => '1',
5508   'revision_id' => '1',
5509   'language' => 'und',
5510   'delta' => '0',
5511   'field_boolean_value' => '1',
5512 ))
5513 ->execute();
5514
5515 $connection->schema()->createTable('field_data_field_date', array(
5516   'fields' => array(
5517     'entity_type' => array(
5518       'type' => 'varchar',
5519       'not null' => TRUE,
5520       'length' => '128',
5521       'default' => '',
5522     ),
5523     'bundle' => array(
5524       'type' => 'varchar',
5525       'not null' => TRUE,
5526       'length' => '128',
5527       'default' => '',
5528     ),
5529     'deleted' => array(
5530       'type' => 'int',
5531       'not null' => TRUE,
5532       'size' => 'normal',
5533       'default' => '0',
5534     ),
5535     'entity_id' => array(
5536       'type' => 'int',
5537       'not null' => TRUE,
5538       'size' => 'normal',
5539       'unsigned' => TRUE,
5540     ),
5541     'revision_id' => array(
5542       'type' => 'int',
5543       'not null' => FALSE,
5544       'size' => 'normal',
5545       'unsigned' => TRUE,
5546     ),
5547     'language' => array(
5548       'type' => 'varchar',
5549       'not null' => TRUE,
5550       'length' => '32',
5551       'default' => '',
5552     ),
5553     'delta' => array(
5554       'type' => 'int',
5555       'not null' => TRUE,
5556       'size' => 'normal',
5557       'unsigned' => TRUE,
5558     ),
5559     'field_date_value' => array(
5560       'type' => 'varchar',
5561       'not null' => FALSE,
5562       'length' => '100',
5563     ),
5564   ),
5565   'primary key' => array(
5566     'entity_type',
5567     'deleted',
5568     'entity_id',
5569     'language',
5570     'delta',
5571   ),
5572   'mysql_character_set' => 'utf8',
5573 ));
5574
5575 $connection->insert('field_data_field_date')
5576 ->fields(array(
5577   'entity_type',
5578   'bundle',
5579   'deleted',
5580   'entity_id',
5581   'revision_id',
5582   'language',
5583   'delta',
5584   'field_date_value',
5585 ))
5586 ->values(array(
5587   'entity_type' => 'node',
5588   'bundle' => 'test_content_type',
5589   'deleted' => '0',
5590   'entity_id' => '1',
5591   'revision_id' => '1',
5592   'language' => 'und',
5593   'delta' => '0',
5594   'field_date_value' => '2015-01-20 04:15:00',
5595 ))
5596 ->execute();
5597
5598 $connection->schema()->createTable('field_data_field_date_with_end_time', array(
5599   'fields' => array(
5600     'entity_type' => array(
5601       'type' => 'varchar',
5602       'not null' => TRUE,
5603       'length' => '128',
5604       'default' => '',
5605     ),
5606     'bundle' => array(
5607       'type' => 'varchar',
5608       'not null' => TRUE,
5609       'length' => '128',
5610       'default' => '',
5611     ),
5612     'deleted' => array(
5613       'type' => 'int',
5614       'not null' => TRUE,
5615       'size' => 'normal',
5616       'default' => '0',
5617     ),
5618     'entity_id' => array(
5619       'type' => 'int',
5620       'not null' => TRUE,
5621       'size' => 'normal',
5622       'unsigned' => TRUE,
5623     ),
5624     'revision_id' => array(
5625       'type' => 'int',
5626       'not null' => FALSE,
5627       'size' => 'normal',
5628       'unsigned' => TRUE,
5629     ),
5630     'language' => array(
5631       'type' => 'varchar',
5632       'not null' => TRUE,
5633       'length' => '32',
5634       'default' => '',
5635     ),
5636     'delta' => array(
5637       'type' => 'int',
5638       'not null' => TRUE,
5639       'size' => 'normal',
5640       'unsigned' => TRUE,
5641     ),
5642     'field_date_with_end_time_value' => array(
5643       'type' => 'int',
5644       'not null' => FALSE,
5645       'size' => 'normal',
5646     ),
5647     'field_date_with_end_time_value2' => array(
5648       'type' => 'int',
5649       'not null' => FALSE,
5650       'size' => 'normal',
5651     ),
5652   ),
5653   'primary key' => array(
5654     'entity_type',
5655     'deleted',
5656     'entity_id',
5657     'language',
5658     'delta',
5659   ),
5660   'mysql_character_set' => 'utf8',
5661 ));
5662
5663 $connection->insert('field_data_field_date_with_end_time')
5664 ->fields(array(
5665   'entity_type',
5666   'bundle',
5667   'deleted',
5668   'entity_id',
5669   'revision_id',
5670   'language',
5671   'delta',
5672   'field_date_with_end_time_value',
5673   'field_date_with_end_time_value2',
5674 ))
5675 ->values(array(
5676   'entity_type' => 'node',
5677   'bundle' => 'test_content_type',
5678   'deleted' => '0',
5679   'entity_id' => '1',
5680   'revision_id' => '1',
5681   'language' => 'und',
5682   'delta' => '0',
5683   'field_date_with_end_time_value' => '1421727300',
5684   'field_date_with_end_time_value2' => '1421727300',
5685 ))
5686 ->execute();
5687
5688 $connection->schema()->createTable('field_data_field_datetime_without_time', array(
5689   'fields' => array(
5690     'entity_type' => array(
5691       'type' => 'varchar',
5692       'not null' => TRUE,
5693       'length' => '128',
5694       'default' => '',
5695     ),
5696     'bundle' => array(
5697       'type' => 'varchar',
5698       'not null' => TRUE,
5699       'length' => '128',
5700       'default' => '',
5701     ),
5702     'deleted' => array(
5703       'type' => 'int',
5704       'not null' => TRUE,
5705       'size' => 'normal',
5706       'default' => '0',
5707     ),
5708     'entity_id' => array(
5709       'type' => 'int',
5710       'not null' => TRUE,
5711       'size' => 'normal',
5712       'unsigned' => TRUE,
5713     ),
5714     'revision_id' => array(
5715       'type' => 'int',
5716       'not null' => FALSE,
5717       'size' => 'normal',
5718       'unsigned' => TRUE,
5719     ),
5720     'language' => array(
5721       'type' => 'varchar',
5722       'not null' => TRUE,
5723       'length' => '32',
5724       'default' => '',
5725     ),
5726     'delta' => array(
5727       'type' => 'int',
5728       'not null' => TRUE,
5729       'size' => 'normal',
5730       'unsigned' => TRUE,
5731     ),
5732     'field_datetime_without_time_value' => array(
5733       'mysql_type' => 'datetime',
5734       'pgsql_type' => 'timestamp without time zone',
5735       'sqlite_type' => 'varchar',
5736       'sqlsrv_type' => 'smalldatetime',
5737       'not null' => FALSE,
5738     ),
5739   ),
5740   'primary key' => array(
5741     'entity_type',
5742     'deleted',
5743     'entity_id',
5744     'language',
5745     'delta',
5746   ),
5747   'mysql_character_set' => 'utf8',
5748 ));
5749
5750 $connection->insert('field_data_field_datetime_without_time')
5751 ->fields(array(
5752   'entity_type',
5753   'bundle',
5754   'deleted',
5755   'entity_id',
5756   'revision_id',
5757   'language',
5758   'delta',
5759   'field_datetime_without_time_value',
5760 ))
5761 ->values(array(
5762   'entity_type' => 'node',
5763   'bundle' => 'test_content_type',
5764   'deleted' => '0',
5765   'entity_id' => '1',
5766   'revision_id' => '1',
5767   'language' => 'und',
5768   'delta' => '0',
5769   'field_datetime_without_time_value' => '2015-01-20 00:00:00',
5770 ))
5771 ->execute();
5772
5773 $connection->schema()->createTable('field_data_field_date_without_time', array(
5774   'fields' => array(
5775     'entity_type' => array(
5776       'type' => 'varchar',
5777       'not null' => TRUE,
5778       'length' => '128',
5779       'default' => '',
5780     ),
5781     'bundle' => array(
5782       'type' => 'varchar',
5783       'not null' => TRUE,
5784       'length' => '128',
5785       'default' => '',
5786     ),
5787     'deleted' => array(
5788       'type' => 'int',
5789       'not null' => TRUE,
5790       'size' => 'normal',
5791       'default' => '0',
5792     ),
5793     'entity_id' => array(
5794       'type' => 'int',
5795       'not null' => TRUE,
5796       'size' => 'normal',
5797       'unsigned' => TRUE,
5798     ),
5799     'revision_id' => array(
5800       'type' => 'int',
5801       'not null' => FALSE,
5802       'size' => 'normal',
5803       'unsigned' => TRUE,
5804     ),
5805     'language' => array(
5806       'type' => 'varchar',
5807       'not null' => TRUE,
5808       'length' => '32',
5809       'default' => '',
5810     ),
5811     'delta' => array(
5812       'type' => 'int',
5813       'not null' => TRUE,
5814       'size' => 'normal',
5815       'unsigned' => TRUE,
5816     ),
5817     'field_date_without_time_value' => array(
5818       'type' => 'varchar',
5819       'not null' => FALSE,
5820       'length' => '100',
5821     ),
5822   ),
5823   'primary key' => array(
5824     'entity_type',
5825     'deleted',
5826     'entity_id',
5827     'language',
5828     'delta',
5829   ),
5830   'mysql_character_set' => 'utf8',
5831 ));
5832
5833 $connection->insert('field_data_field_date_without_time')
5834 ->fields(array(
5835   'entity_type',
5836   'bundle',
5837   'deleted',
5838   'entity_id',
5839   'revision_id',
5840   'language',
5841   'delta',
5842   'field_date_without_time_value',
5843 ))
5844 ->values(array(
5845   'entity_type' => 'node',
5846   'bundle' => 'test_content_type',
5847   'deleted' => '0',
5848   'entity_id' => '1',
5849   'revision_id' => '1',
5850   'language' => 'und',
5851   'delta' => '0',
5852   'field_date_without_time_value' => '2015-01-20T00:00:00',
5853 ))
5854 ->execute();
5855
5856 $connection->schema()->createTable('field_data_field_email', array(
5857   'fields' => array(
5858     'entity_type' => array(
5859       'type' => 'varchar',
5860       'not null' => TRUE,
5861       'length' => '128',
5862       'default' => '',
5863     ),
5864     'bundle' => array(
5865       'type' => 'varchar',
5866       'not null' => TRUE,
5867       'length' => '128',
5868       'default' => '',
5869     ),
5870     'deleted' => array(
5871       'type' => 'int',
5872       'not null' => TRUE,
5873       'size' => 'normal',
5874       'default' => '0',
5875     ),
5876     'entity_id' => array(
5877       'type' => 'int',
5878       'not null' => TRUE,
5879       'size' => 'normal',
5880       'unsigned' => TRUE,
5881     ),
5882     'revision_id' => array(
5883       'type' => 'int',
5884       'not null' => FALSE,
5885       'size' => 'normal',
5886       'unsigned' => TRUE,
5887     ),
5888     'language' => array(
5889       'type' => 'varchar',
5890       'not null' => TRUE,
5891       'length' => '32',
5892       'default' => '',
5893     ),
5894     'delta' => array(
5895       'type' => 'int',
5896       'not null' => TRUE,
5897       'size' => 'normal',
5898       'unsigned' => TRUE,
5899     ),
5900     'field_email_email' => array(
5901       'type' => 'varchar',
5902       'not null' => FALSE,
5903       'length' => '255',
5904     ),
5905   ),
5906   'primary key' => array(
5907     'entity_type',
5908     'deleted',
5909     'entity_id',
5910     'language',
5911     'delta',
5912   ),
5913   'mysql_character_set' => 'utf8',
5914 ));
5915
5916 $connection->insert('field_data_field_email')
5917 ->fields(array(
5918   'entity_type',
5919   'bundle',
5920   'deleted',
5921   'entity_id',
5922   'revision_id',
5923   'language',
5924   'delta',
5925   'field_email_email',
5926 ))
5927 ->values(array(
5928   'entity_type' => 'node',
5929   'bundle' => 'test_content_type',
5930   'deleted' => '0',
5931   'entity_id' => '1',
5932   'revision_id' => '1',
5933   'language' => 'und',
5934   'delta' => '0',
5935   'field_email_email' => 'default@example.com',
5936 ))
5937 ->values(array(
5938   'entity_type' => 'node',
5939   'bundle' => 'test_content_type',
5940   'deleted' => '0',
5941   'entity_id' => '1',
5942   'revision_id' => '1',
5943   'language' => 'und',
5944   'delta' => '1',
5945   'field_email_email' => 'another@example.com',
5946 ))
5947 ->execute();
5948
5949 $connection->schema()->createTable('field_data_field_file', array(
5950   'fields' => array(
5951     'entity_type' => array(
5952       'type' => 'varchar',
5953       'not null' => TRUE,
5954       'length' => '128',
5955       'default' => '',
5956     ),
5957     'bundle' => array(
5958       'type' => 'varchar',
5959       'not null' => TRUE,
5960       'length' => '128',
5961       'default' => '',
5962     ),
5963     'deleted' => array(
5964       'type' => 'int',
5965       'not null' => TRUE,
5966       'size' => 'normal',
5967       'default' => '0',
5968     ),
5969     'entity_id' => array(
5970       'type' => 'int',
5971       'not null' => TRUE,
5972       'size' => 'normal',
5973       'unsigned' => TRUE,
5974     ),
5975     'revision_id' => array(
5976       'type' => 'int',
5977       'not null' => FALSE,
5978       'size' => 'normal',
5979       'unsigned' => TRUE,
5980     ),
5981     'language' => array(
5982       'type' => 'varchar',
5983       'not null' => TRUE,
5984       'length' => '32',
5985       'default' => '',
5986     ),
5987     'delta' => array(
5988       'type' => 'int',
5989       'not null' => TRUE,
5990       'size' => 'normal',
5991       'unsigned' => TRUE,
5992     ),
5993     'field_file_fid' => array(
5994       'type' => 'int',
5995       'not null' => FALSE,
5996       'size' => 'normal',
5997       'unsigned' => TRUE,
5998     ),
5999     'field_file_display' => array(
6000       'type' => 'int',
6001       'not null' => TRUE,
6002       'size' => 'normal',
6003       'default' => '1',
6004       'unsigned' => TRUE,
6005     ),
6006     'field_file_description' => array(
6007       'type' => 'text',
6008       'not null' => FALSE,
6009       'size' => 'normal',
6010     ),
6011   ),
6012   'primary key' => array(
6013     'entity_type',
6014     'deleted',
6015     'entity_id',
6016     'language',
6017     'delta',
6018   ),
6019   'mysql_character_set' => 'utf8',
6020 ));
6021
6022 $connection->insert('field_data_field_file')
6023 ->fields(array(
6024   'entity_type',
6025   'bundle',
6026   'deleted',
6027   'entity_id',
6028   'revision_id',
6029   'language',
6030   'delta',
6031   'field_file_fid',
6032   'field_file_display',
6033   'field_file_description',
6034 ))
6035 ->values(array(
6036   'entity_type' => 'node',
6037   'bundle' => 'test_content_type',
6038   'deleted' => '0',
6039   'entity_id' => '1',
6040   'revision_id' => '1',
6041   'language' => 'und',
6042   'delta' => '0',
6043   'field_file_fid' => '2',
6044   'field_file_display' => '1',
6045   'field_file_description' => 'file desc',
6046 ))
6047 ->values(array(
6048   'entity_type' => 'user',
6049   'bundle' => 'user',
6050   'deleted' => '0',
6051   'entity_id' => '2',
6052   'revision_id' => '2',
6053   'language' => 'und',
6054   'delta' => '0',
6055   'field_file_fid' => '2',
6056   'field_file_display' => '1',
6057   'field_file_description' => 'file desc',
6058 ))
6059 ->execute();
6060
6061 $connection->schema()->createTable('field_data_field_float', array(
6062   'fields' => array(
6063     'entity_type' => array(
6064       'type' => 'varchar',
6065       'not null' => TRUE,
6066       'length' => '128',
6067       'default' => '',
6068     ),
6069     'bundle' => array(
6070       'type' => 'varchar',
6071       'not null' => TRUE,
6072       'length' => '128',
6073       'default' => '',
6074     ),
6075     'deleted' => array(
6076       'type' => 'int',
6077       'not null' => TRUE,
6078       'size' => 'normal',
6079       'default' => '0',
6080     ),
6081     'entity_id' => array(
6082       'type' => 'int',
6083       'not null' => TRUE,
6084       'size' => 'normal',
6085       'unsigned' => TRUE,
6086     ),
6087     'revision_id' => array(
6088       'type' => 'int',
6089       'not null' => FALSE,
6090       'size' => 'normal',
6091       'unsigned' => TRUE,
6092     ),
6093     'language' => array(
6094       'type' => 'varchar',
6095       'not null' => TRUE,
6096       'length' => '32',
6097       'default' => '',
6098     ),
6099     'delta' => array(
6100       'type' => 'int',
6101       'not null' => TRUE,
6102       'size' => 'normal',
6103       'unsigned' => TRUE,
6104     ),
6105     'field_float_value' => array(
6106       'type' => 'numeric',
6107       'not null' => FALSE,
6108       'precision' => '10',
6109       'scale' => '0',
6110     ),
6111   ),
6112   'primary key' => array(
6113     'entity_type',
6114     'deleted',
6115     'entity_id',
6116     'language',
6117     'delta',
6118   ),
6119   'mysql_character_set' => 'utf8',
6120 ));
6121
6122 $connection->insert('field_data_field_float')
6123 ->fields(array(
6124   'entity_type',
6125   'bundle',
6126   'deleted',
6127   'entity_id',
6128   'revision_id',
6129   'language',
6130   'delta',
6131   'field_float_value',
6132 ))
6133 ->values(array(
6134   'entity_type' => 'node',
6135   'bundle' => 'test_content_type',
6136   'deleted' => '0',
6137   'entity_id' => '1',
6138   'revision_id' => '1',
6139   'language' => 'und',
6140   'delta' => '0',
6141   'field_float_value' => '1',
6142 ))
6143 ->execute();
6144
6145 $connection->schema()->createTable('field_data_field_float_list', array(
6146   'fields' => array(
6147     'entity_type' => array(
6148       'type' => 'varchar',
6149       'not null' => TRUE,
6150       'length' => '128',
6151       'default' => '',
6152     ),
6153     'bundle' => array(
6154       'type' => 'varchar',
6155       'not null' => TRUE,
6156       'length' => '128',
6157       'default' => '',
6158     ),
6159     'deleted' => array(
6160       'type' => 'int',
6161       'not null' => TRUE,
6162       'size' => 'tiny',
6163       'default' => '0',
6164     ),
6165     'entity_id' => array(
6166       'type' => 'int',
6167       'not null' => TRUE,
6168       'size' => 'normal',
6169       'unsigned' => TRUE,
6170     ),
6171     'revision_id' => array(
6172       'type' => 'int',
6173       'not null' => FALSE,
6174       'size' => 'normal',
6175       'unsigned' => TRUE,
6176     ),
6177     'language' => array(
6178       'type' => 'varchar',
6179       'not null' => TRUE,
6180       'length' => '32',
6181       'default' => '',
6182     ),
6183     'delta' => array(
6184       'type' => 'int',
6185       'not null' => TRUE,
6186       'size' => 'normal',
6187       'unsigned' => TRUE,
6188     ),
6189     'field_float_list_value' => array(
6190       'type' => 'float',
6191       'not null' => FALSE,
6192       'size' => 'normal',
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_float_list_value' => array(
6222       'field_float_list_value',
6223     ),
6224   ),
6225   'mysql_character_set' => 'utf8',
6226 ));
6227
6228 $connection->insert('field_data_field_float_list')
6229 ->fields(array(
6230   'entity_type',
6231   'bundle',
6232   'deleted',
6233   'entity_id',
6234   'revision_id',
6235   'language',
6236   'delta',
6237   'field_float_list_value',
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_float_list_value' => '3.1416',
6248 ))
6249 ->execute();
6250
6251 $connection->schema()->createTable('field_data_field_image', array(
6252   'fields' => array(
6253     'entity_type' => array(
6254       'type' => 'varchar',
6255       'not null' => TRUE,
6256       'length' => '128',
6257       'default' => '',
6258     ),
6259     'bundle' => array(
6260       'type' => 'varchar',
6261       'not null' => TRUE,
6262       'length' => '128',
6263       'default' => '',
6264     ),
6265     'deleted' => array(
6266       'type' => 'int',
6267       'not null' => TRUE,
6268       'size' => 'normal',
6269       'default' => '0',
6270     ),
6271     'entity_id' => array(
6272       'type' => 'int',
6273       'not null' => TRUE,
6274       'size' => 'normal',
6275       'unsigned' => TRUE,
6276     ),
6277     'revision_id' => array(
6278       'type' => 'int',
6279       'not null' => FALSE,
6280       'size' => 'normal',
6281       'unsigned' => TRUE,
6282     ),
6283     'language' => array(
6284       'type' => 'varchar',
6285       'not null' => TRUE,
6286       'length' => '32',
6287       'default' => '',
6288     ),
6289     'delta' => array(
6290       'type' => 'int',
6291       'not null' => TRUE,
6292       'size' => 'normal',
6293       'unsigned' => TRUE,
6294     ),
6295     'field_image_fid' => array(
6296       'type' => 'int',
6297       'not null' => FALSE,
6298       'size' => 'normal',
6299       'unsigned' => TRUE,
6300     ),
6301     'field_image_alt' => array(
6302       'type' => 'varchar',
6303       'not null' => FALSE,
6304       'length' => '512',
6305     ),
6306     'field_image_title' => array(
6307       'type' => 'varchar',
6308       'not null' => FALSE,
6309       'length' => '1024',
6310     ),
6311     'field_image_width' => array(
6312       'type' => 'int',
6313       'not null' => FALSE,
6314       'size' => 'normal',
6315       'unsigned' => TRUE,
6316     ),
6317     'field_image_height' => array(
6318       'type' => 'int',
6319       'not null' => FALSE,
6320       'size' => 'normal',
6321       'unsigned' => TRUE,
6322     ),
6323   ),
6324   'primary key' => array(
6325     'entity_type',
6326     'deleted',
6327     'entity_id',
6328     'language',
6329     'delta',
6330   ),
6331   'mysql_character_set' => 'utf8',
6332 ));
6333
6334 $connection->schema()->createTable('field_data_field_images', array(
6335   'fields' => array(
6336     'entity_type' => array(
6337       'type' => 'varchar',
6338       'not null' => TRUE,
6339       'length' => '128',
6340       'default' => '',
6341     ),
6342     'bundle' => array(
6343       'type' => 'varchar',
6344       'not null' => TRUE,
6345       'length' => '128',
6346       'default' => '',
6347     ),
6348     'deleted' => array(
6349       'type' => 'int',
6350       'not null' => TRUE,
6351       'size' => 'normal',
6352       'default' => '0',
6353     ),
6354     'entity_id' => array(
6355       'type' => 'int',
6356       'not null' => TRUE,
6357       'size' => 'normal',
6358       'unsigned' => TRUE,
6359     ),
6360     'revision_id' => array(
6361       'type' => 'int',
6362       'not null' => FALSE,
6363       'size' => 'normal',
6364       'unsigned' => TRUE,
6365     ),
6366     'language' => array(
6367       'type' => 'varchar',
6368       'not null' => TRUE,
6369       'length' => '32',
6370       'default' => '',
6371     ),
6372     'delta' => array(
6373       'type' => 'int',
6374       'not null' => TRUE,
6375       'size' => 'normal',
6376       'unsigned' => TRUE,
6377     ),
6378     'field_images_fid' => array(
6379       'type' => 'int',
6380       'not null' => FALSE,
6381       'size' => 'normal',
6382       'unsigned' => TRUE,
6383     ),
6384     'field_images_alt' => array(
6385       'type' => 'varchar',
6386       'not null' => FALSE,
6387       'length' => '512',
6388     ),
6389     'field_images_title' => array(
6390       'type' => 'varchar',
6391       'not null' => FALSE,
6392       'length' => '1024',
6393     ),
6394     'field_images_width' => array(
6395       'type' => 'int',
6396       'not null' => FALSE,
6397       'size' => 'normal',
6398       'unsigned' => TRUE,
6399     ),
6400     'field_images_height' => array(
6401       'type' => 'int',
6402       'not null' => FALSE,
6403       'size' => 'normal',
6404       'unsigned' => TRUE,
6405     ),
6406   ),
6407   'primary key' => array(
6408     'entity_type',
6409     'deleted',
6410     'entity_id',
6411     'language',
6412     'delta',
6413   ),
6414   'mysql_character_set' => 'utf8',
6415 ));
6416
6417 $connection->insert('field_data_field_images')
6418 ->fields(array(
6419   'entity_type',
6420   'bundle',
6421   'deleted',
6422   'entity_id',
6423   'revision_id',
6424   'language',
6425   'delta',
6426   'field_images_fid',
6427   'field_images_alt',
6428   'field_images_title',
6429   'field_images_width',
6430   'field_images_height',
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_images_fid' => '1',
6441   'field_images_alt' => 'alt text',
6442   'field_images_title' => 'title text',
6443   'field_images_width' => '93',
6444   'field_images_height' => '93',
6445 ))
6446 ->execute();
6447
6448 $connection->schema()->createTable('field_data_field_integer', array(
6449   'fields' => array(
6450     'entity_type' => array(
6451       'type' => 'varchar',
6452       'not null' => TRUE,
6453       'length' => '128',
6454       'default' => '',
6455     ),
6456     'bundle' => array(
6457       'type' => 'varchar',
6458       'not null' => TRUE,
6459       'length' => '128',
6460       'default' => '',
6461     ),
6462     'deleted' => array(
6463       'type' => 'int',
6464       'not null' => TRUE,
6465       'size' => 'normal',
6466       'default' => '0',
6467     ),
6468     'entity_id' => array(
6469       'type' => 'int',
6470       'not null' => TRUE,
6471       'size' => 'normal',
6472       'unsigned' => TRUE,
6473     ),
6474     'revision_id' => array(
6475       'type' => 'int',
6476       'not null' => FALSE,
6477       'size' => 'normal',
6478       'unsigned' => TRUE,
6479     ),
6480     'language' => array(
6481       'type' => 'varchar',
6482       'not null' => TRUE,
6483       'length' => '32',
6484       'default' => '',
6485     ),
6486     'delta' => array(
6487       'type' => 'int',
6488       'not null' => TRUE,
6489       'size' => 'normal',
6490       'unsigned' => TRUE,
6491     ),
6492     'field_integer_value' => array(
6493       'type' => 'int',
6494       'not null' => FALSE,
6495       'size' => 'normal',
6496     ),
6497   ),
6498   'primary key' => array(
6499     'entity_type',
6500     'deleted',
6501     'entity_id',
6502     'language',
6503     'delta',
6504   ),
6505   'mysql_character_set' => 'utf8',
6506 ));
6507
6508 $connection->insert('field_data_field_integer')
6509 ->fields(array(
6510   'entity_type',
6511   'bundle',
6512   'deleted',
6513   'entity_id',
6514   'revision_id',
6515   'language',
6516   'delta',
6517   'field_integer_value',
6518 ))
6519 ->values(array(
6520   'entity_type' => 'comment',
6521   'bundle' => 'comment_node_test_content_type',
6522   'deleted' => '0',
6523   'entity_id' => '1',
6524   'revision_id' => '1',
6525   'language' => 'en',
6526   'delta' => '0',
6527   'field_integer_value' => '1000000',
6528 ))
6529 ->values(array(
6530   'entity_type' => 'comment',
6531   'bundle' => 'comment_node_test_content_type',
6532   'deleted' => '0',
6533   'entity_id' => '1',
6534   'revision_id' => '1',
6535   'language' => 'fr',
6536   'delta' => '0',
6537   'field_integer_value' => '2000000',
6538 ))
6539 ->values(array(
6540   'entity_type' => 'comment',
6541   'bundle' => 'comment_node_test_content_type',
6542   'deleted' => '0',
6543   'entity_id' => '1',
6544   'revision_id' => '1',
6545   'language' => 'is',
6546   'delta' => '0',
6547   'field_integer_value' => '3000000',
6548 ))
6549 ->values(array(
6550   'entity_type' => 'node',
6551   'bundle' => 'test_content_type',
6552   'deleted' => '0',
6553   'entity_id' => '1',
6554   'revision_id' => '1',
6555   'language' => 'en',
6556   'delta' => '0',
6557   'field_integer_value' => '5',
6558 ))
6559 ->values(array(
6560   'entity_type' => 'node',
6561   'bundle' => 'test_content_type',
6562   'deleted' => '0',
6563   'entity_id' => '1',
6564   'revision_id' => '1',
6565   'language' => 'fr',
6566   'delta' => '0',
6567   'field_integer_value' => '6',
6568 ))
6569 ->values(array(
6570   'entity_type' => 'node',
6571   'bundle' => 'test_content_type',
6572   'deleted' => '0',
6573   'entity_id' => '1',
6574   'revision_id' => '1',
6575   'language' => 'is',
6576   'delta' => '0',
6577   'field_integer_value' => '7',
6578 ))
6579 ->values(array(
6580   'entity_type' => 'user',
6581   'bundle' => 'user',
6582   'deleted' => '0',
6583   'entity_id' => '2',
6584   'revision_id' => '2',
6585   'language' => 'en',
6586   'delta' => '0',
6587   'field_integer_value' => '99',
6588 ))
6589 ->values(array(
6590   'entity_type' => 'user',
6591   'bundle' => 'user',
6592   'deleted' => '0',
6593   'entity_id' => '2',
6594   'revision_id' => '2',
6595   'language' => 'fr',
6596   'delta' => '0',
6597   'field_integer_value' => '9',
6598 ))
6599 ->values(array(
6600   'entity_type' => 'user',
6601   'bundle' => 'user',
6602   'deleted' => '0',
6603   'entity_id' => '2',
6604   'revision_id' => '2',
6605   'language' => 'is',
6606   'delta' => '0',
6607   'field_integer_value' => '1',
6608 ))
6609 ->values(array(
6610   'entity_type' => 'taxonomy_term',
6611   'bundle' => 'test_vocabulary',
6612   'deleted' => '0',
6613   'entity_id' => '4',
6614   'revision_id' => '4',
6615   'language' => 'en',
6616   'delta' => '0',
6617   'field_integer_value' => '6',
6618 ))
6619 ->values(array(
6620   'entity_type' => 'taxonomy_term',
6621   'bundle' => 'test_vocabulary',
6622   'deleted' => '0',
6623   'entity_id' => '4',
6624   'revision_id' => '4',
6625   'language' => 'fr',
6626   'delta' => '0',
6627   'field_integer_value' => '5',
6628 ))
6629 ->values(array(
6630   'entity_type' => 'taxonomy_term',
6631   'bundle' => 'test_vocabulary',
6632   'deleted' => '0',
6633   'entity_id' => '4',
6634   'revision_id' => '4',
6635   'language' => 'is',
6636   'delta' => '0',
6637   'field_integer_value' => '4',
6638 ))
6639 ->execute();
6640
6641 $connection->schema()->createTable('field_data_field_integer_list', array(
6642   'fields' => array(
6643     'entity_type' => array(
6644       'type' => 'varchar',
6645       'not null' => TRUE,
6646       'length' => '128',
6647       'default' => '',
6648     ),
6649     'bundle' => array(
6650       'type' => 'varchar',
6651       'not null' => TRUE,
6652       'length' => '128',
6653       'default' => '',
6654     ),
6655     'deleted' => array(
6656       'type' => 'int',
6657       'not null' => TRUE,
6658       'size' => 'normal',
6659       'default' => '0',
6660     ),
6661     'entity_id' => array(
6662       'type' => 'int',
6663       'not null' => TRUE,
6664       'size' => 'normal',
6665       'unsigned' => TRUE,
6666     ),
6667     'revision_id' => array(
6668       'type' => 'int',
6669       'not null' => FALSE,
6670       'size' => 'normal',
6671       'unsigned' => TRUE,
6672     ),
6673     'language' => array(
6674       'type' => 'varchar',
6675       'not null' => TRUE,
6676       'length' => '32',
6677       'default' => '',
6678     ),
6679     'delta' => array(
6680       'type' => 'int',
6681       'not null' => TRUE,
6682       'size' => 'normal',
6683       'unsigned' => TRUE,
6684     ),
6685     'field_integer_list_value' => array(
6686       'type' => 'int',
6687       'not null' => FALSE,
6688       'size' => 'normal',
6689     ),
6690   ),
6691   'primary key' => array(
6692     'entity_type',
6693     'deleted',
6694     'entity_id',
6695     'language',
6696     'delta',
6697   ),
6698   'mysql_character_set' => 'utf8',
6699 ));
6700
6701 $connection->insert('field_data_field_integer_list')
6702 ->fields(array(
6703   'entity_type',
6704   'bundle',
6705   'deleted',
6706   'entity_id',
6707   'revision_id',
6708   'language',
6709   'delta',
6710   'field_integer_list_value',
6711 ))
6712 ->values(array(
6713   'entity_type' => 'node',
6714   'bundle' => 'test_content_type',
6715   'deleted' => '0',
6716   'entity_id' => '1',
6717   'revision_id' => '1',
6718   'language' => 'und',
6719   'delta' => '0',
6720   'field_integer_list_value' => '7',
6721 ))
6722 ->execute();
6723
6724 $connection->schema()->createTable('field_data_field_link', array(
6725   'fields' => array(
6726     'entity_type' => array(
6727       'type' => 'varchar',
6728       'not null' => TRUE,
6729       'length' => '128',
6730       'default' => '',
6731     ),
6732     'bundle' => array(
6733       'type' => 'varchar',
6734       'not null' => TRUE,
6735       'length' => '128',
6736       'default' => '',
6737     ),
6738     'deleted' => array(
6739       'type' => 'int',
6740       'not null' => TRUE,
6741       'size' => 'normal',
6742       'default' => '0',
6743     ),
6744     'entity_id' => array(
6745       'type' => 'int',
6746       'not null' => TRUE,
6747       'size' => 'normal',
6748       'unsigned' => TRUE,
6749     ),
6750     'revision_id' => array(
6751       'type' => 'int',
6752       'not null' => FALSE,
6753       'size' => 'normal',
6754       'unsigned' => TRUE,
6755     ),
6756     'language' => array(
6757       'type' => 'varchar',
6758       'not null' => TRUE,
6759       'length' => '32',
6760       'default' => '',
6761     ),
6762     'delta' => array(
6763       'type' => 'int',
6764       'not null' => TRUE,
6765       'size' => 'normal',
6766       'unsigned' => TRUE,
6767     ),
6768     'field_link_url' => array(
6769       'type' => 'varchar',
6770       'not null' => FALSE,
6771       'length' => '2048',
6772     ),
6773     'field_link_title' => array(
6774       'type' => 'varchar',
6775       'not null' => FALSE,
6776       'length' => '255',
6777     ),
6778     'field_link_attributes' => array(
6779       'type' => 'text',
6780       'not null' => FALSE,
6781       'size' => 'normal',
6782     ),
6783   ),
6784   'primary key' => array(
6785     'entity_type',
6786     'deleted',
6787     'entity_id',
6788     'language',
6789     'delta',
6790   ),
6791   'mysql_character_set' => 'utf8',
6792 ));
6793
6794 $connection->insert('field_data_field_link')
6795 ->fields(array(
6796   'entity_type',
6797   'bundle',
6798   'deleted',
6799   'entity_id',
6800   'revision_id',
6801   'language',
6802   'delta',
6803   'field_link_url',
6804   'field_link_title',
6805   'field_link_attributes',
6806 ))
6807 ->values(array(
6808   'entity_type' => 'node',
6809   'bundle' => 'test_content_type',
6810   'deleted' => '0',
6811   'entity_id' => '1',
6812   'revision_id' => '1',
6813   'language' => 'und',
6814   'delta' => '0',
6815   'field_link_url' => 'http://google.com',
6816   'field_link_title' => 'Click Here',
6817   'field_link_attributes' => 'a:1:{s:5:"title";s:10:"Click Here";}',
6818 ))
6819 ->values(array(
6820   'entity_type' => 'node',
6821   'bundle' => 'article',
6822   'deleted' => '0',
6823   'entity_id' => '2',
6824   'revision_id' => '2',
6825   'language' => 'und',
6826   'delta' => '0',
6827   'field_link_url' => '<front>',
6828   'field_link_title' => 'Home',
6829   'field_link_attributes' => 'a:0:{}',
6830 ))
6831 ->values(array(
6832   'entity_type' => 'node',
6833   'bundle' => 'article',
6834   'deleted' => '0',
6835   'entity_id' => '3',
6836   'revision_id' => '3',
6837   'language' => 'und',
6838   'delta' => '0',
6839   'field_link_url' => '<front>',
6840   'field_link_title' => 'Home',
6841   'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
6842 ))
6843 ->execute();
6844
6845 $connection->schema()->createTable('field_data_field_long_text', array(
6846   'fields' => array(
6847     'entity_type' => array(
6848       'type' => 'varchar',
6849       'not null' => TRUE,
6850       'length' => '128',
6851       'default' => '',
6852     ),
6853     'bundle' => array(
6854       'type' => 'varchar',
6855       'not null' => TRUE,
6856       'length' => '128',
6857       'default' => '',
6858     ),
6859     'deleted' => array(
6860       'type' => 'int',
6861       'not null' => TRUE,
6862       'size' => 'normal',
6863       'default' => '0',
6864     ),
6865     'entity_id' => array(
6866       'type' => 'int',
6867       'not null' => TRUE,
6868       'size' => 'normal',
6869       'unsigned' => TRUE,
6870     ),
6871     'revision_id' => array(
6872       'type' => 'int',
6873       'not null' => FALSE,
6874       'size' => 'normal',
6875       'unsigned' => TRUE,
6876     ),
6877     'language' => array(
6878       'type' => 'varchar',
6879       'not null' => TRUE,
6880       'length' => '32',
6881       'default' => '',
6882     ),
6883     'delta' => array(
6884       'type' => 'int',
6885       'not null' => TRUE,
6886       'size' => 'normal',
6887       'unsigned' => TRUE,
6888     ),
6889     'field_long_text_value' => array(
6890       'type' => 'text',
6891       'not null' => FALSE,
6892       'size' => 'normal',
6893     ),
6894     'field_long_text_summary' => array(
6895       'type' => 'text',
6896       'not null' => FALSE,
6897       'size' => 'normal',
6898     ),
6899     'field_long_text_format' => array(
6900       'type' => 'varchar',
6901       'not null' => FALSE,
6902       'length' => '255',
6903     ),
6904   ),
6905   'primary key' => array(
6906     'entity_type',
6907     'deleted',
6908     'entity_id',
6909     'language',
6910     'delta',
6911   ),
6912   'mysql_character_set' => 'utf8',
6913 ));
6914
6915 $connection->schema()->createTable('field_data_field_node_entityreference', array(
6916   'fields' => array(
6917     'entity_type' => array(
6918       'type' => 'varchar',
6919       'not null' => TRUE,
6920       'length' => '128',
6921       'default' => '',
6922     ),
6923     'bundle' => array(
6924       'type' => 'varchar',
6925       'not null' => TRUE,
6926       'length' => '128',
6927       'default' => '',
6928     ),
6929     'deleted' => array(
6930       'type' => 'int',
6931       'not null' => TRUE,
6932       'size' => 'tiny',
6933       'default' => '0',
6934     ),
6935     'entity_id' => array(
6936       'type' => 'int',
6937       'not null' => TRUE,
6938       'size' => 'normal',
6939       'unsigned' => TRUE,
6940     ),
6941     'revision_id' => array(
6942       'type' => 'int',
6943       'not null' => FALSE,
6944       'size' => 'normal',
6945       'unsigned' => TRUE,
6946     ),
6947     'language' => array(
6948       'type' => 'varchar',
6949       'not null' => TRUE,
6950       'length' => '32',
6951       'default' => '',
6952     ),
6953     'delta' => array(
6954       'type' => 'int',
6955       'not null' => TRUE,
6956       'size' => 'normal',
6957       'unsigned' => TRUE,
6958     ),
6959     'field_node_entityreference_target_id' => array(
6960       'type' => 'int',
6961       'not null' => TRUE,
6962       'size' => 'normal',
6963       'unsigned' => TRUE,
6964     ),
6965   ),
6966   'primary key' => array(
6967     'entity_type',
6968     'entity_id',
6969     'deleted',
6970     'delta',
6971     'language',
6972   ),
6973   'indexes' => array(
6974     'entity_type' => array(
6975       'entity_type',
6976     ),
6977     'bundle' => array(
6978       'bundle',
6979     ),
6980     'deleted' => array(
6981       'deleted',
6982     ),
6983     'entity_id' => array(
6984       'entity_id',
6985     ),
6986     'revision_id' => array(
6987       'revision_id',
6988     ),
6989     'language' => array(
6990       'language',
6991     ),
6992     'field_node_entityreference_target_id' => array(
6993       'field_node_entityreference_target_id',
6994     ),
6995   ),
6996   'mysql_character_set' => 'utf8',
6997 ));
6998
6999 $connection->insert('field_data_field_node_entityreference')
7000 ->fields(array(
7001   'entity_type',
7002   'bundle',
7003   'deleted',
7004   'entity_id',
7005   'revision_id',
7006   'language',
7007   'delta',
7008   'field_node_entityreference_target_id',
7009 ))
7010 ->values(array(
7011   'entity_type' => 'node',
7012   'bundle' => 'test_content_type',
7013   'deleted' => '0',
7014   'entity_id' => '1',
7015   'revision_id' => '1',
7016   'language' => 'und',
7017   'delta' => '0',
7018   'field_node_entityreference_target_id' => '2',
7019 ))
7020 ->execute();
7021
7022 $connection->schema()->createTable('field_data_field_phone', array(
7023   'fields' => array(
7024     'entity_type' => array(
7025       'type' => 'varchar',
7026       'not null' => TRUE,
7027       'length' => '128',
7028       'default' => '',
7029     ),
7030     'bundle' => array(
7031       'type' => 'varchar',
7032       'not null' => TRUE,
7033       'length' => '128',
7034       'default' => '',
7035     ),
7036     'deleted' => array(
7037       'type' => 'int',
7038       'not null' => TRUE,
7039       'size' => 'normal',
7040       'default' => '0',
7041     ),
7042     'entity_id' => array(
7043       'type' => 'int',
7044       'not null' => TRUE,
7045       'size' => 'normal',
7046       'unsigned' => TRUE,
7047     ),
7048     'revision_id' => array(
7049       'type' => 'int',
7050       'not null' => FALSE,
7051       'size' => 'normal',
7052       'unsigned' => TRUE,
7053     ),
7054     'language' => array(
7055       'type' => 'varchar',
7056       'not null' => TRUE,
7057       'length' => '32',
7058       'default' => '',
7059     ),
7060     'delta' => array(
7061       'type' => 'int',
7062       'not null' => TRUE,
7063       'size' => 'normal',
7064       'unsigned' => TRUE,
7065     ),
7066     'field_phone_value' => array(
7067       'type' => 'varchar',
7068       'not null' => FALSE,
7069       'length' => '255',
7070     ),
7071   ),
7072   'primary key' => array(
7073     'entity_type',
7074     'deleted',
7075     'entity_id',
7076     'language',
7077     'delta',
7078   ),
7079   'mysql_character_set' => 'utf8',
7080 ));
7081
7082 $connection->insert('field_data_field_phone')
7083 ->fields(array(
7084   'entity_type',
7085   'bundle',
7086   'deleted',
7087   'entity_id',
7088   'revision_id',
7089   'language',
7090   'delta',
7091   'field_phone_value',
7092 ))
7093 ->values(array(
7094   'entity_type' => 'node',
7095   'bundle' => 'test_content_type',
7096   'deleted' => '0',
7097   'entity_id' => '1',
7098   'revision_id' => '6',
7099   'language' => 'und',
7100   'delta' => '0',
7101   'field_phone_value' => '99-99-99-99',
7102 ))
7103 ->execute();
7104
7105 $connection->schema()->createTable('field_data_field_private_file', array(
7106   'fields' => array(
7107     'entity_type' => array(
7108       'type' => 'varchar',
7109       'not null' => TRUE,
7110       'length' => '128',
7111       'default' => '',
7112     ),
7113     'bundle' => array(
7114       'type' => 'varchar',
7115       'not null' => TRUE,
7116       'length' => '128',
7117       'default' => '',
7118     ),
7119     'deleted' => array(
7120       'type' => 'int',
7121       'not null' => TRUE,
7122       'size' => 'tiny',
7123       'default' => '0',
7124     ),
7125     'entity_id' => array(
7126       'type' => 'int',
7127       'not null' => TRUE,
7128       'size' => 'normal',
7129       'unsigned' => TRUE,
7130     ),
7131     'revision_id' => array(
7132       'type' => 'int',
7133       'not null' => FALSE,
7134       'size' => 'normal',
7135       'unsigned' => TRUE,
7136     ),
7137     'language' => array(
7138       'type' => 'varchar',
7139       'not null' => TRUE,
7140       'length' => '32',
7141       'default' => '',
7142     ),
7143     'delta' => array(
7144       'type' => 'int',
7145       'not null' => TRUE,
7146       'size' => 'normal',
7147       'unsigned' => TRUE,
7148     ),
7149     'field_private_file_fid' => array(
7150       'type' => 'int',
7151       'not null' => FALSE,
7152       'size' => 'normal',
7153       'unsigned' => TRUE,
7154     ),
7155     'field_private_file_display' => array(
7156       'type' => 'int',
7157       'not null' => TRUE,
7158       'size' => 'tiny',
7159       'default' => '1',
7160       'unsigned' => TRUE,
7161     ),
7162     'field_private_file_description' => array(
7163       'type' => 'text',
7164       'not null' => FALSE,
7165       'size' => 'normal',
7166     ),
7167   ),
7168   'primary key' => array(
7169     'entity_type',
7170     'entity_id',
7171     'deleted',
7172     'delta',
7173     'language',
7174   ),
7175   'indexes' => array(
7176     'entity_type' => array(
7177       'entity_type',
7178     ),
7179     'bundle' => array(
7180       'bundle',
7181     ),
7182     'deleted' => array(
7183       'deleted',
7184     ),
7185     'entity_id' => array(
7186       'entity_id',
7187     ),
7188     'revision_id' => array(
7189       'revision_id',
7190     ),
7191     'language' => array(
7192       'language',
7193     ),
7194     'field_private_file_fid' => array(
7195       'field_private_file_fid',
7196     ),
7197   ),
7198   'mysql_character_set' => 'utf8',
7199 ));
7200
7201 $connection->insert('field_data_field_private_file')
7202 ->fields(array(
7203   'entity_type',
7204   'bundle',
7205   'deleted',
7206   'entity_id',
7207   'revision_id',
7208   'language',
7209   'delta',
7210   'field_private_file_fid',
7211   'field_private_file_display',
7212   'field_private_file_description',
7213 ))
7214 ->values(array(
7215   'entity_type' => 'node',
7216   'bundle' => 'test_content_type',
7217   'deleted' => '0',
7218   'entity_id' => '1',
7219   'revision_id' => '6',
7220   'language' => 'und',
7221   'delta' => '0',
7222   'field_private_file_fid' => '4',
7223   'field_private_file_display' => '1',
7224   'field_private_file_description' => '',
7225 ))
7226 ->execute();
7227
7228 $connection->schema()->createTable('field_data_field_reference', array(
7229   'fields' => array(
7230     'entity_type' => array(
7231       'type' => 'varchar',
7232       'not null' => TRUE,
7233       'length' => '128',
7234       'default' => '',
7235     ),
7236     'bundle' => array(
7237       'type' => 'varchar',
7238       'not null' => TRUE,
7239       'length' => '128',
7240       'default' => '',
7241     ),
7242     'deleted' => array(
7243       'type' => 'int',
7244       'not null' => TRUE,
7245       'size' => 'tiny',
7246       'default' => '0',
7247     ),
7248     'entity_id' => array(
7249       'type' => 'int',
7250       'not null' => TRUE,
7251       'size' => 'normal',
7252       'unsigned' => TRUE,
7253     ),
7254     'revision_id' => array(
7255       'type' => 'int',
7256       'not null' => FALSE,
7257       'size' => 'normal',
7258       'unsigned' => TRUE,
7259     ),
7260     'language' => array(
7261       'type' => 'varchar',
7262       'not null' => TRUE,
7263       'length' => '32',
7264       'default' => '',
7265     ),
7266     'delta' => array(
7267       'type' => 'int',
7268       'not null' => TRUE,
7269       'size' => 'normal',
7270       'unsigned' => TRUE,
7271     ),
7272     'field_reference_target_id' => array(
7273       'type' => 'int',
7274       'not null' => TRUE,
7275       'size' => 'normal',
7276       'unsigned' => TRUE,
7277     ),
7278   ),
7279   'primary key' => array(
7280     'entity_type',
7281     'entity_id',
7282     'deleted',
7283     'delta',
7284     'language',
7285   ),
7286   'indexes' => array(
7287     'entity_type' => array(
7288       'entity_type',
7289     ),
7290     'bundle' => array(
7291       'bundle',
7292     ),
7293     'deleted' => array(
7294       'deleted',
7295     ),
7296     'entity_id' => array(
7297       'entity_id',
7298     ),
7299     'revision_id' => array(
7300       'revision_id',
7301     ),
7302     'language' => array(
7303       'language',
7304     ),
7305     'field_reference_target_id' => array(
7306       'field_reference_target_id',
7307     ),
7308   ),
7309   'mysql_character_set' => 'utf8',
7310 ));
7311
7312 $connection->insert('field_data_field_reference')
7313 ->fields(array(
7314   'entity_type',
7315   'bundle',
7316   'deleted',
7317   'entity_id',
7318   'revision_id',
7319   'language',
7320   'delta',
7321   'field_reference_target_id',
7322 ))
7323 ->values(array(
7324   'entity_type' => 'node',
7325   'bundle' => 'article',
7326   'deleted' => '0',
7327   'entity_id' => '2',
7328   'revision_id' => '2',
7329   'language' => 'und',
7330   'delta' => '0',
7331   'field_reference_target_id' => '5',
7332 ))
7333 ->values(array(
7334   'entity_type' => 'node',
7335   'bundle' => 'article',
7336   'deleted' => '0',
7337   'entity_id' => '3',
7338   'revision_id' => '3',
7339   'language' => 'und',
7340   'delta' => '0',
7341   'field_reference_target_id' => '4',
7342 ))
7343 ->values(array(
7344   'entity_type' => 'node',
7345   'bundle' => 'article',
7346   'deleted' => '0',
7347   'entity_id' => '4',
7348   'revision_id' => '4',
7349   'language' => 'und',
7350   'delta' => '0',
7351   'field_reference_target_id' => '3',
7352 ))
7353 ->values(array(
7354   'entity_type' => 'node',
7355   'bundle' => 'article',
7356   'deleted' => '0',
7357   'entity_id' => '5',
7358   'revision_id' => '5',
7359   'language' => 'und',
7360   'delta' => '0',
7361   'field_reference_target_id' => '2',
7362 ))
7363 ->execute();
7364
7365 $connection->schema()->createTable('field_data_field_reference_2', array(
7366   'fields' => array(
7367     'entity_type' => array(
7368       'type' => 'varchar',
7369       'not null' => TRUE,
7370       'length' => '128',
7371       'default' => '',
7372     ),
7373     'bundle' => array(
7374       'type' => 'varchar',
7375       'not null' => TRUE,
7376       'length' => '128',
7377       'default' => '',
7378     ),
7379     'deleted' => array(
7380       'type' => 'int',
7381       'not null' => TRUE,
7382       'size' => 'tiny',
7383       'default' => '0',
7384     ),
7385     'entity_id' => array(
7386       'type' => 'int',
7387       'not null' => TRUE,
7388       'size' => 'normal',
7389       'unsigned' => TRUE,
7390     ),
7391     'revision_id' => array(
7392       'type' => 'int',
7393       'not null' => FALSE,
7394       'size' => 'normal',
7395       'unsigned' => TRUE,
7396     ),
7397     'language' => array(
7398       'type' => 'varchar',
7399       'not null' => TRUE,
7400       'length' => '32',
7401       'default' => '',
7402     ),
7403     'delta' => array(
7404       'type' => 'int',
7405       'not null' => TRUE,
7406       'size' => 'normal',
7407       'unsigned' => TRUE,
7408     ),
7409     'field_reference_2_target_id' => array(
7410       'type' => 'int',
7411       'not null' => TRUE,
7412       'size' => 'normal',
7413       'unsigned' => TRUE,
7414     ),
7415   ),
7416   'primary key' => array(
7417     'entity_type',
7418     'entity_id',
7419     'deleted',
7420     'delta',
7421     'language',
7422   ),
7423   'indexes' => array(
7424     'entity_type' => array(
7425       'entity_type',
7426     ),
7427     'bundle' => array(
7428       'bundle',
7429     ),
7430     'deleted' => array(
7431       'deleted',
7432     ),
7433     'entity_id' => array(
7434       'entity_id',
7435     ),
7436     'revision_id' => array(
7437       'revision_id',
7438     ),
7439     'language' => array(
7440       'language',
7441     ),
7442     'field_reference_2_target_id' => array(
7443       'field_reference_2_target_id',
7444     ),
7445   ),
7446   'mysql_character_set' => 'utf8',
7447 ));
7448
7449 $connection->insert('field_data_field_reference_2')
7450 ->fields(array(
7451   'entity_type',
7452   'bundle',
7453   'deleted',
7454   'entity_id',
7455   'revision_id',
7456   'language',
7457   'delta',
7458   'field_reference_2_target_id',
7459 ))
7460 ->values(array(
7461   'entity_type' => 'node',
7462   'bundle' => 'article',
7463   'deleted' => '0',
7464   'entity_id' => '2',
7465   'revision_id' => '2',
7466   'language' => 'und',
7467   'delta' => '0',
7468   'field_reference_2_target_id' => '5',
7469 ))
7470 ->values(array(
7471   'entity_type' => 'node',
7472   'bundle' => 'article',
7473   'deleted' => '0',
7474   'entity_id' => '3',
7475   'revision_id' => '3',
7476   'language' => 'und',
7477   'delta' => '0',
7478   'field_reference_2_target_id' => '4',
7479 ))
7480 ->values(array(
7481   'entity_type' => 'node',
7482   'bundle' => 'article',
7483   'deleted' => '0',
7484   'entity_id' => '4',
7485   'revision_id' => '4',
7486   'language' => 'und',
7487   'delta' => '0',
7488   'field_reference_2_target_id' => '3',
7489 ))
7490 ->values(array(
7491   'entity_type' => 'node',
7492   'bundle' => 'article',
7493   'deleted' => '0',
7494   'entity_id' => '5',
7495   'revision_id' => '5',
7496   'language' => 'und',
7497   'delta' => '0',
7498   'field_reference_2_target_id' => '2',
7499 ))
7500 ->execute();
7501
7502 $connection->schema()->createTable('field_data_field_tags', array(
7503   'fields' => array(
7504     'entity_type' => array(
7505       'type' => 'varchar',
7506       'not null' => TRUE,
7507       'length' => '128',
7508       'default' => '',
7509     ),
7510     'bundle' => array(
7511       'type' => 'varchar',
7512       'not null' => TRUE,
7513       'length' => '128',
7514       'default' => '',
7515     ),
7516     'deleted' => array(
7517       'type' => 'int',
7518       'not null' => TRUE,
7519       'size' => 'normal',
7520       'default' => '0',
7521     ),
7522     'entity_id' => array(
7523       'type' => 'int',
7524       'not null' => TRUE,
7525       'size' => 'normal',
7526       'unsigned' => TRUE,
7527     ),
7528     'revision_id' => array(
7529       'type' => 'int',
7530       'not null' => FALSE,
7531       'size' => 'normal',
7532       'unsigned' => TRUE,
7533     ),
7534     'language' => array(
7535       'type' => 'varchar',
7536       'not null' => TRUE,
7537       'length' => '32',
7538       'default' => '',
7539     ),
7540     'delta' => array(
7541       'type' => 'int',
7542       'not null' => TRUE,
7543       'size' => 'normal',
7544       'unsigned' => TRUE,
7545     ),
7546     'field_tags_tid' => array(
7547       'type' => 'int',
7548       'not null' => FALSE,
7549       'size' => 'normal',
7550       'unsigned' => TRUE,
7551     ),
7552   ),
7553   'primary key' => array(
7554     'entity_type',
7555     'deleted',
7556     'entity_id',
7557     'language',
7558     'delta',
7559   ),
7560   'mysql_character_set' => 'utf8',
7561 ));
7562
7563 $connection->insert('field_data_field_tags')
7564 ->fields(array(
7565   'entity_type',
7566   'bundle',
7567   'deleted',
7568   'entity_id',
7569   'revision_id',
7570   'language',
7571   'delta',
7572   'field_tags_tid',
7573 ))
7574 ->values(array(
7575   'entity_type' => 'node',
7576   'bundle' => 'article',
7577   'deleted' => '0',
7578   'entity_id' => '2',
7579   'revision_id' => '2',
7580   'language' => 'und',
7581   'delta' => '0',
7582   'field_tags_tid' => '9',
7583 ))
7584 ->values(array(
7585   'entity_type' => 'node',
7586   'bundle' => 'article',
7587   'deleted' => '0',
7588   'entity_id' => '2',
7589   'revision_id' => '2',
7590   'language' => 'und',
7591   'delta' => '1',
7592   'field_tags_tid' => '14',
7593 ))
7594 ->values(array(
7595   'entity_type' => 'node',
7596   'bundle' => 'article',
7597   'deleted' => '0',
7598   'entity_id' => '2',
7599   'revision_id' => '2',
7600   'language' => 'und',
7601   'delta' => '2',
7602   'field_tags_tid' => '17',
7603 ))
7604 ->values(array(
7605   'entity_type' => 'node',
7606   'bundle' => 'article',
7607   'deleted' => '0',
7608   'entity_id' => '3',
7609   'revision_id' => '3',
7610   'language' => 'und',
7611   'delta' => '0',
7612   'field_tags_tid' => '9',
7613 ))
7614 ->values(array(
7615   'entity_type' => 'node',
7616   'bundle' => 'article',
7617   'deleted' => '0',
7618   'entity_id' => '3',
7619   'revision_id' => '3',
7620   'language' => 'und',
7621   'delta' => '1',
7622   'field_tags_tid' => '14',
7623 ))
7624 ->values(array(
7625   'entity_type' => 'node',
7626   'bundle' => 'article',
7627   'deleted' => '0',
7628   'entity_id' => '3',
7629   'revision_id' => '3',
7630   'language' => 'und',
7631   'delta' => '2',
7632   'field_tags_tid' => '17',
7633 ))
7634 ->execute();
7635
7636 $connection->schema()->createTable('field_data_field_term_entityreference', array(
7637   'fields' => array(
7638     'entity_type' => array(
7639       'type' => 'varchar',
7640       'not null' => TRUE,
7641       'length' => '128',
7642       'default' => '',
7643     ),
7644     'bundle' => array(
7645       'type' => 'varchar',
7646       'not null' => TRUE,
7647       'length' => '128',
7648       'default' => '',
7649     ),
7650     'deleted' => array(
7651       'type' => 'int',
7652       'not null' => TRUE,
7653       'size' => 'tiny',
7654       'default' => '0',
7655     ),
7656     'entity_id' => array(
7657       'type' => 'int',
7658       'not null' => TRUE,
7659       'size' => 'normal',
7660       'unsigned' => TRUE,
7661     ),
7662     'revision_id' => array(
7663       'type' => 'int',
7664       'not null' => FALSE,
7665       'size' => 'normal',
7666       'unsigned' => TRUE,
7667     ),
7668     'language' => array(
7669       'type' => 'varchar',
7670       'not null' => TRUE,
7671       'length' => '32',
7672       'default' => '',
7673     ),
7674     'delta' => array(
7675       'type' => 'int',
7676       'not null' => TRUE,
7677       'size' => 'normal',
7678       'unsigned' => TRUE,
7679     ),
7680     'field_term_entityreference_target_id' => array(
7681       'type' => 'int',
7682       'not null' => TRUE,
7683       'size' => 'normal',
7684       'unsigned' => TRUE,
7685     ),
7686   ),
7687   'primary key' => array(
7688     'entity_type',
7689     'entity_id',
7690     'deleted',
7691     'delta',
7692     'language',
7693   ),
7694   'indexes' => array(
7695     'entity_type' => array(
7696       'entity_type',
7697     ),
7698     'bundle' => array(
7699       'bundle',
7700     ),
7701     'deleted' => array(
7702       'deleted',
7703     ),
7704     'entity_id' => array(
7705       'entity_id',
7706     ),
7707     'revision_id' => array(
7708       'revision_id',
7709     ),
7710     'language' => array(
7711       'language',
7712     ),
7713     'field_term_entityreference_target_id' => array(
7714       'field_term_entityreference_target_id',
7715     ),
7716   ),
7717   'mysql_character_set' => 'utf8',
7718 ));
7719
7720 $connection->insert('field_data_field_term_entityreference')
7721 ->fields(array(
7722   'entity_type',
7723   'bundle',
7724   'deleted',
7725   'entity_id',
7726   'revision_id',
7727   'language',
7728   'delta',
7729   'field_term_entityreference_target_id',
7730 ))
7731 ->values(array(
7732   'entity_type' => 'node',
7733   'bundle' => 'test_content_type',
7734   'deleted' => '0',
7735   'entity_id' => '1',
7736   'revision_id' => '1',
7737   'language' => 'und',
7738   'delta' => '0',
7739   'field_term_entityreference_target_id' => '17',
7740 ))
7741 ->values(array(
7742   'entity_type' => 'node',
7743   'bundle' => 'test_content_type',
7744   'deleted' => '0',
7745   'entity_id' => '1',
7746   'revision_id' => '1',
7747   'language' => 'und',
7748   'delta' => '1',
7749   'field_term_entityreference_target_id' => '15',
7750 ))
7751 ->execute();
7752
7753 $connection->schema()->createTable('field_data_field_term_reference', array(
7754   'fields' => array(
7755     'entity_type' => array(
7756       'type' => 'varchar',
7757       'not null' => TRUE,
7758       'length' => '128',
7759       'default' => '',
7760     ),
7761     'bundle' => array(
7762       'type' => 'varchar',
7763       'not null' => TRUE,
7764       'length' => '128',
7765       'default' => '',
7766     ),
7767     'deleted' => array(
7768       'type' => 'int',
7769       'not null' => TRUE,
7770       'size' => 'normal',
7771       'default' => '0',
7772     ),
7773     'entity_id' => array(
7774       'type' => 'int',
7775       'not null' => TRUE,
7776       'size' => 'normal',
7777       'unsigned' => TRUE,
7778     ),
7779     'revision_id' => array(
7780       'type' => 'int',
7781       'not null' => FALSE,
7782       'size' => 'normal',
7783       'unsigned' => TRUE,
7784     ),
7785     'language' => array(
7786       'type' => 'varchar',
7787       'not null' => TRUE,
7788       'length' => '32',
7789       'default' => '',
7790     ),
7791     'delta' => array(
7792       'type' => 'int',
7793       'not null' => TRUE,
7794       'size' => 'normal',
7795       'unsigned' => TRUE,
7796     ),
7797     'field_term_reference_tid' => array(
7798       'type' => 'int',
7799       'not null' => FALSE,
7800       'size' => 'normal',
7801       'unsigned' => TRUE,
7802     ),
7803   ),
7804   'primary key' => array(
7805     'entity_type',
7806     'deleted',
7807     'entity_id',
7808     'language',
7809     'delta',
7810   ),
7811   'mysql_character_set' => 'utf8',
7812 ));
7813
7814 $connection->insert('field_data_field_term_reference')
7815 ->fields(array(
7816   'entity_type',
7817   'bundle',
7818   'deleted',
7819   'entity_id',
7820   'revision_id',
7821   'language',
7822   'delta',
7823   'field_term_reference_tid',
7824 ))
7825 ->values(array(
7826   'entity_type' => 'node',
7827   'bundle' => 'test_content_type',
7828   'deleted' => '0',
7829   'entity_id' => '1',
7830   'revision_id' => '1',
7831   'language' => 'und',
7832   'delta' => '0',
7833   'field_term_reference_tid' => '4',
7834 ))
7835 ->values(array(
7836   'entity_type' => 'taxonomy_term',
7837   'bundle' => 'test_vocabulary',
7838   'deleted' => '0',
7839   'entity_id' => '2',
7840   'revision_id' => '2',
7841   'language' => 'und',
7842   'delta' => '0',
7843   'field_term_reference_tid' => '3',
7844 ))
7845 ->execute();
7846
7847 $connection->schema()->createTable('field_data_field_text', array(
7848   'fields' => array(
7849     'entity_type' => array(
7850       'type' => 'varchar',
7851       'not null' => TRUE,
7852       'length' => '128',
7853       'default' => '',
7854     ),
7855     'bundle' => array(
7856       'type' => 'varchar',
7857       'not null' => TRUE,
7858       'length' => '128',
7859       'default' => '',
7860     ),
7861     'deleted' => array(
7862       'type' => 'int',
7863       'not null' => TRUE,
7864       'size' => 'normal',
7865       'default' => '0',
7866     ),
7867     'entity_id' => array(
7868       'type' => 'int',
7869       'not null' => TRUE,
7870       'size' => 'normal',
7871       'unsigned' => TRUE,
7872     ),
7873     'revision_id' => array(
7874       'type' => 'int',
7875       'not null' => FALSE,
7876       'size' => 'normal',
7877       'unsigned' => TRUE,
7878     ),
7879     'language' => array(
7880       'type' => 'varchar',
7881       'not null' => TRUE,
7882       'length' => '32',
7883       'default' => '',
7884     ),
7885     'delta' => array(
7886       'type' => 'int',
7887       'not null' => TRUE,
7888       'size' => 'normal',
7889       'unsigned' => TRUE,
7890     ),
7891     'field_text_value' => array(
7892       'type' => 'varchar',
7893       'not null' => FALSE,
7894       'length' => '256',
7895     ),
7896     'field_text_format' => array(
7897       'type' => 'varchar',
7898       'not null' => FALSE,
7899       'length' => '255',
7900     ),
7901   ),
7902   'primary key' => array(
7903     'entity_type',
7904     'deleted',
7905     'entity_id',
7906     'language',
7907     'delta',
7908   ),
7909   'mysql_character_set' => 'utf8',
7910 ));
7911
7912 $connection->insert('field_data_field_text')
7913 ->fields(array(
7914   'entity_type',
7915   'bundle',
7916   'deleted',
7917   'entity_id',
7918   'revision_id',
7919   'language',
7920   'delta',
7921   'field_text_value',
7922   'field_text_format',
7923 ))
7924 ->values(array(
7925   'entity_type' => 'node',
7926   'bundle' => 'test_content_type',
7927   'deleted' => '0',
7928   'entity_id' => '1',
7929   'revision_id' => '1',
7930   'language' => 'und',
7931   'delta' => '0',
7932   'field_text_value' => 'qwerty',
7933   'field_text_format' => NULL,
7934 ))
7935 ->execute();
7936
7937 $connection->schema()->createTable('field_data_field_text_filtered', array(
7938   'fields' => array(
7939     'entity_type' => array(
7940       'type' => 'varchar',
7941       'not null' => TRUE,
7942       'length' => '128',
7943       'default' => '',
7944     ),
7945     'bundle' => array(
7946       'type' => 'varchar',
7947       'not null' => TRUE,
7948       'length' => '128',
7949       'default' => '',
7950     ),
7951     'deleted' => array(
7952       'type' => 'int',
7953       'not null' => TRUE,
7954       'size' => 'tiny',
7955       'default' => '0',
7956     ),
7957     'entity_id' => array(
7958       'type' => 'int',
7959       'not null' => TRUE,
7960       'size' => 'normal',
7961       'unsigned' => TRUE,
7962     ),
7963     'revision_id' => array(
7964       'type' => 'int',
7965       'not null' => FALSE,
7966       'size' => 'normal',
7967       'unsigned' => TRUE,
7968     ),
7969     'language' => array(
7970       'type' => 'varchar',
7971       'not null' => TRUE,
7972       'length' => '32',
7973       'default' => '',
7974     ),
7975     'delta' => array(
7976       'type' => 'int',
7977       'not null' => TRUE,
7978       'size' => 'normal',
7979       'unsigned' => TRUE,
7980     ),
7981     'field_text_filtered_value' => array(
7982       'type' => 'varchar',
7983       'not null' => FALSE,
7984       'length' => '255',
7985     ),
7986     'field_text_filtered_format' => array(
7987       'type' => 'varchar',
7988       'not null' => FALSE,
7989       'length' => '255',
7990     ),
7991   ),
7992   'primary key' => array(
7993     'entity_type',
7994     'entity_id',
7995     'deleted',
7996     'delta',
7997     'language',
7998   ),
7999   'indexes' => array(
8000     'entity_type' => array(
8001       'entity_type',
8002     ),
8003     'bundle' => array(
8004       'bundle',
8005     ),
8006     'deleted' => array(
8007       'deleted',
8008     ),
8009     'entity_id' => array(
8010       'entity_id',
8011     ),
8012     'revision_id' => array(
8013       'revision_id',
8014     ),
8015     'language' => array(
8016       'language',
8017     ),
8018     'field_text_filtered_format' => array(
8019       'field_text_filtered_format',
8020     ),
8021   ),
8022   'mysql_character_set' => 'utf8',
8023 ));
8024
8025 $connection->schema()->createTable('field_data_field_text_list', array(
8026   'fields' => array(
8027     'entity_type' => array(
8028       'type' => 'varchar',
8029       'not null' => TRUE,
8030       'length' => '128',
8031       'default' => '',
8032     ),
8033     'bundle' => array(
8034       'type' => 'varchar',
8035       'not null' => TRUE,
8036       'length' => '128',
8037       'default' => '',
8038     ),
8039     'deleted' => array(
8040       'type' => 'int',
8041       'not null' => TRUE,
8042       'size' => 'normal',
8043       'default' => '0',
8044     ),
8045     'entity_id' => array(
8046       'type' => 'int',
8047       'not null' => TRUE,
8048       'size' => 'normal',
8049       'unsigned' => TRUE,
8050     ),
8051     'revision_id' => array(
8052       'type' => 'int',
8053       'not null' => FALSE,
8054       'size' => 'normal',
8055       'unsigned' => TRUE,
8056     ),
8057     'language' => array(
8058       'type' => 'varchar',
8059       'not null' => TRUE,
8060       'length' => '32',
8061       'default' => '',
8062     ),
8063     'delta' => array(
8064       'type' => 'int',
8065       'not null' => TRUE,
8066       'size' => 'normal',
8067       'unsigned' => TRUE,
8068     ),
8069     'field_text_list_value' => array(
8070       'type' => 'varchar',
8071       'not null' => FALSE,
8072       'length' => '255',
8073     ),
8074   ),
8075   'primary key' => array(
8076     'entity_type',
8077     'deleted',
8078     'entity_id',
8079     'language',
8080     'delta',
8081   ),
8082   'mysql_character_set' => 'utf8',
8083 ));
8084
8085 $connection->insert('field_data_field_text_list')
8086 ->fields(array(
8087   'entity_type',
8088   'bundle',
8089   'deleted',
8090   'entity_id',
8091   'revision_id',
8092   'language',
8093   'delta',
8094   'field_text_list_value',
8095 ))
8096 ->values(array(
8097   'entity_type' => 'node',
8098   'bundle' => 'test_content_type',
8099   'deleted' => '0',
8100   'entity_id' => '1',
8101   'revision_id' => '1',
8102   'language' => 'und',
8103   'delta' => '0',
8104   'field_text_list_value' => 'Some more text',
8105 ))
8106 ->execute();
8107
8108 $connection->schema()->createTable('field_data_field_text_long_filtered', array(
8109   'fields' => array(
8110     'entity_type' => array(
8111       'type' => 'varchar',
8112       'not null' => TRUE,
8113       'length' => '128',
8114       'default' => '',
8115     ),
8116     'bundle' => array(
8117       'type' => 'varchar',
8118       'not null' => TRUE,
8119       'length' => '128',
8120       'default' => '',
8121     ),
8122     'deleted' => array(
8123       'type' => 'int',
8124       'not null' => TRUE,
8125       'size' => 'tiny',
8126       'default' => '0',
8127     ),
8128     'entity_id' => array(
8129       'type' => 'int',
8130       'not null' => TRUE,
8131       'size' => 'normal',
8132       'unsigned' => TRUE,
8133     ),
8134     'revision_id' => array(
8135       'type' => 'int',
8136       'not null' => FALSE,
8137       'size' => 'normal',
8138       'unsigned' => TRUE,
8139     ),
8140     'language' => array(
8141       'type' => 'varchar',
8142       'not null' => TRUE,
8143       'length' => '32',
8144       'default' => '',
8145     ),
8146     'delta' => array(
8147       'type' => 'int',
8148       'not null' => TRUE,
8149       'size' => 'normal',
8150       'unsigned' => TRUE,
8151     ),
8152     'field_text_long_filtered_value' => array(
8153       'type' => 'text',
8154       'not null' => FALSE,
8155       'size' => 'big',
8156     ),
8157     'field_text_long_filtered_format' => array(
8158       'type' => 'varchar',
8159       'not null' => FALSE,
8160       'length' => '255',
8161     ),
8162   ),
8163   'primary key' => array(
8164     'entity_type',
8165     'entity_id',
8166     'deleted',
8167     'delta',
8168     'language',
8169   ),
8170   'indexes' => array(
8171     'entity_type' => array(
8172       'entity_type',
8173     ),
8174     'bundle' => array(
8175       'bundle',
8176     ),
8177     'deleted' => array(
8178       'deleted',
8179     ),
8180     'entity_id' => array(
8181       'entity_id',
8182     ),
8183     'revision_id' => array(
8184       'revision_id',
8185     ),
8186     'language' => array(
8187       'language',
8188     ),
8189     'field_text_long_filtered_format' => array(
8190       'field_text_long_filtered_format',
8191     ),
8192   ),
8193   'mysql_character_set' => 'utf8',
8194 ));
8195
8196 $connection->schema()->createTable('field_data_field_text_long_plain', array(
8197   'fields' => array(
8198     'entity_type' => array(
8199       'type' => 'varchar',
8200       'not null' => TRUE,
8201       'length' => '128',
8202       'default' => '',
8203     ),
8204     'bundle' => array(
8205       'type' => 'varchar',
8206       'not null' => TRUE,
8207       'length' => '128',
8208       'default' => '',
8209     ),
8210     'deleted' => array(
8211       'type' => 'int',
8212       'not null' => TRUE,
8213       'size' => 'tiny',
8214       'default' => '0',
8215     ),
8216     'entity_id' => array(
8217       'type' => 'int',
8218       'not null' => TRUE,
8219       'size' => 'normal',
8220       'unsigned' => TRUE,
8221     ),
8222     'revision_id' => array(
8223       'type' => 'int',
8224       'not null' => FALSE,
8225       'size' => 'normal',
8226       'unsigned' => TRUE,
8227     ),
8228     'language' => array(
8229       'type' => 'varchar',
8230       'not null' => TRUE,
8231       'length' => '32',
8232       'default' => '',
8233     ),
8234     'delta' => array(
8235       'type' => 'int',
8236       'not null' => TRUE,
8237       'size' => 'normal',
8238       'unsigned' => TRUE,
8239     ),
8240     'field_text_long_plain_value' => array(
8241       'type' => 'text',
8242       'not null' => FALSE,
8243       'size' => 'big',
8244     ),
8245     'field_text_long_plain_format' => array(
8246       'type' => 'varchar',
8247       'not null' => FALSE,
8248       'length' => '255',
8249     ),
8250   ),
8251   'primary key' => array(
8252     'entity_type',
8253     'entity_id',
8254     'deleted',
8255     'delta',
8256     'language',
8257   ),
8258   'indexes' => array(
8259     'entity_type' => array(
8260       'entity_type',
8261     ),
8262     'bundle' => array(
8263       'bundle',
8264     ),
8265     'deleted' => array(
8266       'deleted',
8267     ),
8268     'entity_id' => array(
8269       'entity_id',
8270     ),
8271     'revision_id' => array(
8272       'revision_id',
8273     ),
8274     'language' => array(
8275       'language',
8276     ),
8277     'field_text_long_plain_format' => array(
8278       'field_text_long_plain_format',
8279     ),
8280   ),
8281   'mysql_character_set' => 'utf8',
8282 ));
8283
8284 $connection->schema()->createTable('field_data_field_text_long_plain_filtered', 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' => 'tiny',
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' => FALSE,
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_text_long_plain_filtered_value' => array(
8329       'type' => 'text',
8330       'not null' => FALSE,
8331       'size' => 'big',
8332     ),
8333     'field_text_long_plain_filtered_format' => array(
8334       'type' => 'varchar',
8335       'not null' => FALSE,
8336       'length' => '255',
8337     ),
8338   ),
8339   'primary key' => array(
8340     'entity_type',
8341     'entity_id',
8342     'deleted',
8343     'delta',
8344     'language',
8345   ),
8346   'indexes' => array(
8347     'entity_type' => array(
8348       'entity_type',
8349     ),
8350     'bundle' => array(
8351       'bundle',
8352     ),
8353     'deleted' => array(
8354       'deleted',
8355     ),
8356     'entity_id' => array(
8357       'entity_id',
8358     ),
8359     'revision_id' => array(
8360       'revision_id',
8361     ),
8362     'language' => array(
8363       'language',
8364     ),
8365     'field_text_long_plain_filtered_format' => array(
8366       'field_text_long_plain_filtered_format',
8367     ),
8368   ),
8369   'mysql_character_set' => 'utf8',
8370 ));
8371
8372 $connection->schema()->createTable('field_data_field_text_plain', array(
8373   'fields' => array(
8374     'entity_type' => array(
8375       'type' => 'varchar',
8376       'not null' => TRUE,
8377       'length' => '128',
8378       'default' => '',
8379     ),
8380     'bundle' => array(
8381       'type' => 'varchar',
8382       'not null' => TRUE,
8383       'length' => '128',
8384       'default' => '',
8385     ),
8386     'deleted' => array(
8387       'type' => 'int',
8388       'not null' => TRUE,
8389       'size' => 'tiny',
8390       'default' => '0',
8391     ),
8392     'entity_id' => array(
8393       'type' => 'int',
8394       'not null' => TRUE,
8395       'size' => 'normal',
8396       'unsigned' => TRUE,
8397     ),
8398     'revision_id' => array(
8399       'type' => 'int',
8400       'not null' => FALSE,
8401       'size' => 'normal',
8402       'unsigned' => TRUE,
8403     ),
8404     'language' => array(
8405       'type' => 'varchar',
8406       'not null' => TRUE,
8407       'length' => '32',
8408       'default' => '',
8409     ),
8410     'delta' => array(
8411       'type' => 'int',
8412       'not null' => TRUE,
8413       'size' => 'normal',
8414       'unsigned' => TRUE,
8415     ),
8416     'field_text_plain_value' => array(
8417       'type' => 'varchar',
8418       'not null' => FALSE,
8419       'length' => '255',
8420     ),
8421     'field_text_plain_format' => array(
8422       'type' => 'varchar',
8423       'not null' => FALSE,
8424       'length' => '255',
8425     ),
8426   ),
8427   'primary key' => array(
8428     'entity_type',
8429     'entity_id',
8430     'deleted',
8431     'delta',
8432     'language',
8433   ),
8434   'indexes' => array(
8435     'entity_type' => array(
8436       'entity_type',
8437     ),
8438     'bundle' => array(
8439       'bundle',
8440     ),
8441     'deleted' => array(
8442       'deleted',
8443     ),
8444     'entity_id' => array(
8445       'entity_id',
8446     ),
8447     'revision_id' => array(
8448       'revision_id',
8449     ),
8450     'language' => array(
8451       'language',
8452     ),
8453     'field_text_plain_format' => array(
8454       'field_text_plain_format',
8455     ),
8456   ),
8457   'mysql_character_set' => 'utf8',
8458 ));
8459
8460 $connection->schema()->createTable('field_data_field_text_plain_filtered', array(
8461   'fields' => array(
8462     'entity_type' => array(
8463       'type' => 'varchar',
8464       'not null' => TRUE,
8465       'length' => '128',
8466       'default' => '',
8467     ),
8468     'bundle' => array(
8469       'type' => 'varchar',
8470       'not null' => TRUE,
8471       'length' => '128',
8472       'default' => '',
8473     ),
8474     'deleted' => array(
8475       'type' => 'int',
8476       'not null' => TRUE,
8477       'size' => 'tiny',
8478       'default' => '0',
8479     ),
8480     'entity_id' => array(
8481       'type' => 'int',
8482       'not null' => TRUE,
8483       'size' => 'normal',
8484       'unsigned' => TRUE,
8485     ),
8486     'revision_id' => array(
8487       'type' => 'int',
8488       'not null' => FALSE,
8489       'size' => 'normal',
8490       'unsigned' => TRUE,
8491     ),
8492     'language' => array(
8493       'type' => 'varchar',
8494       'not null' => TRUE,
8495       'length' => '32',
8496       'default' => '',
8497     ),
8498     'delta' => array(
8499       'type' => 'int',
8500       'not null' => TRUE,
8501       'size' => 'normal',
8502       'unsigned' => TRUE,
8503     ),
8504     'field_text_plain_filtered_value' => array(
8505       'type' => 'varchar',
8506       'not null' => FALSE,
8507       'length' => '255',
8508     ),
8509     'field_text_plain_filtered_format' => array(
8510       'type' => 'varchar',
8511       'not null' => FALSE,
8512       'length' => '255',
8513     ),
8514   ),
8515   'primary key' => array(
8516     'entity_type',
8517     'entity_id',
8518     'deleted',
8519     'delta',
8520     'language',
8521   ),
8522   'indexes' => array(
8523     'entity_type' => array(
8524       'entity_type',
8525     ),
8526     'bundle' => array(
8527       'bundle',
8528     ),
8529     'deleted' => array(
8530       'deleted',
8531     ),
8532     'entity_id' => array(
8533       'entity_id',
8534     ),
8535     'revision_id' => array(
8536       'revision_id',
8537     ),
8538     'language' => array(
8539       'language',
8540     ),
8541     'field_text_plain_filtered_format' => array(
8542       'field_text_plain_filtered_format',
8543     ),
8544   ),
8545   'mysql_character_set' => 'utf8',
8546 ));
8547
8548 $connection->schema()->createTable('field_data_field_text_sum_filtered', array(
8549   'fields' => array(
8550     'entity_type' => array(
8551       'type' => 'varchar',
8552       'not null' => TRUE,
8553       'length' => '128',
8554       'default' => '',
8555     ),
8556     'bundle' => array(
8557       'type' => 'varchar',
8558       'not null' => TRUE,
8559       'length' => '128',
8560       'default' => '',
8561     ),
8562     'deleted' => array(
8563       'type' => 'int',
8564       'not null' => TRUE,
8565       'size' => 'tiny',
8566       'default' => '0',
8567     ),
8568     'entity_id' => array(
8569       'type' => 'int',
8570       'not null' => TRUE,
8571       'size' => 'normal',
8572       'unsigned' => TRUE,
8573     ),
8574     'revision_id' => array(
8575       'type' => 'int',
8576       'not null' => FALSE,
8577       'size' => 'normal',
8578       'unsigned' => TRUE,
8579     ),
8580     'language' => array(
8581       'type' => 'varchar',
8582       'not null' => TRUE,
8583       'length' => '32',
8584       'default' => '',
8585     ),
8586     'delta' => array(
8587       'type' => 'int',
8588       'not null' => TRUE,
8589       'size' => 'normal',
8590       'unsigned' => TRUE,
8591     ),
8592     'field_text_sum_filtered_value' => array(
8593       'type' => 'text',
8594       'not null' => FALSE,
8595       'size' => 'big',
8596     ),
8597     'field_text_sum_filtered_summary' => array(
8598       'type' => 'text',
8599       'not null' => FALSE,
8600       'size' => 'big',
8601     ),
8602     'field_text_sum_filtered_format' => array(
8603       'type' => 'varchar',
8604       'not null' => FALSE,
8605       'length' => '255',
8606     ),
8607   ),
8608   'primary key' => array(
8609     'entity_type',
8610     'entity_id',
8611     'deleted',
8612     'delta',
8613     'language',
8614   ),
8615   'indexes' => array(
8616     'entity_type' => array(
8617       'entity_type',
8618     ),
8619     'bundle' => array(
8620       'bundle',
8621     ),
8622     'deleted' => array(
8623       'deleted',
8624     ),
8625     'entity_id' => array(
8626       'entity_id',
8627     ),
8628     'revision_id' => array(
8629       'revision_id',
8630     ),
8631     'language' => array(
8632       'language',
8633     ),
8634     'field_text_sum_filtered_format' => array(
8635       'field_text_sum_filtered_format',
8636     ),
8637   ),
8638   'mysql_character_set' => 'utf8',
8639 ));
8640
8641 $connection->schema()->createTable('field_data_field_text_sum_plain', array(
8642   'fields' => array(
8643     'entity_type' => array(
8644       'type' => 'varchar',
8645       'not null' => TRUE,
8646       'length' => '128',
8647       'default' => '',
8648     ),
8649     'bundle' => array(
8650       'type' => 'varchar',
8651       'not null' => TRUE,
8652       'length' => '128',
8653       'default' => '',
8654     ),
8655     'deleted' => array(
8656       'type' => 'int',
8657       'not null' => TRUE,
8658       'size' => 'tiny',
8659       'default' => '0',
8660     ),
8661     'entity_id' => array(
8662       'type' => 'int',
8663       'not null' => TRUE,
8664       'size' => 'normal',
8665       'unsigned' => TRUE,
8666     ),
8667     'revision_id' => array(
8668       'type' => 'int',
8669       'not null' => FALSE,
8670       'size' => 'normal',
8671       'unsigned' => TRUE,
8672     ),
8673     'language' => array(
8674       'type' => 'varchar',
8675       'not null' => TRUE,
8676       'length' => '32',
8677       'default' => '',
8678     ),
8679     'delta' => array(
8680       'type' => 'int',
8681       'not null' => TRUE,
8682       'size' => 'normal',
8683       'unsigned' => TRUE,
8684     ),
8685     'field_text_sum_plain_value' => array(
8686       'type' => 'text',
8687       'not null' => FALSE,
8688       'size' => 'big',
8689     ),
8690     'field_text_sum_plain_summary' => array(
8691       'type' => 'text',
8692       'not null' => FALSE,
8693       'size' => 'big',
8694     ),
8695     'field_text_sum_plain_format' => array(
8696       'type' => 'varchar',
8697       'not null' => FALSE,
8698       'length' => '255',
8699     ),
8700   ),
8701   'primary key' => array(
8702     'entity_type',
8703     'entity_id',
8704     'deleted',
8705     'delta',
8706     'language',
8707   ),
8708   'indexes' => array(
8709     'entity_type' => array(
8710       'entity_type',
8711     ),
8712     'bundle' => array(
8713       'bundle',
8714     ),
8715     'deleted' => array(
8716       'deleted',
8717     ),
8718     'entity_id' => array(
8719       'entity_id',
8720     ),
8721     'revision_id' => array(
8722       'revision_id',
8723     ),
8724     'language' => array(
8725       'language',
8726     ),
8727     'field_text_sum_plain_format' => array(
8728       'field_text_sum_plain_format',
8729     ),
8730   ),
8731   'mysql_character_set' => 'utf8',
8732 ));
8733
8734 $connection->schema()->createTable('field_data_field_text_sum_plain_filtered', array(
8735   'fields' => array(
8736     'entity_type' => array(
8737       'type' => 'varchar',
8738       'not null' => TRUE,
8739       'length' => '128',
8740       'default' => '',
8741     ),
8742     'bundle' => array(
8743       'type' => 'varchar',
8744       'not null' => TRUE,
8745       'length' => '128',
8746       'default' => '',
8747     ),
8748     'deleted' => array(
8749       'type' => 'int',
8750       'not null' => TRUE,
8751       'size' => 'tiny',
8752       'default' => '0',
8753     ),
8754     'entity_id' => array(
8755       'type' => 'int',
8756       'not null' => TRUE,
8757       'size' => 'normal',
8758       'unsigned' => TRUE,
8759     ),
8760     'revision_id' => array(
8761       'type' => 'int',
8762       'not null' => FALSE,
8763       'size' => 'normal',
8764       'unsigned' => TRUE,
8765     ),
8766     'language' => array(
8767       'type' => 'varchar',
8768       'not null' => TRUE,
8769       'length' => '32',
8770       'default' => '',
8771     ),
8772     'delta' => array(
8773       'type' => 'int',
8774       'not null' => TRUE,
8775       'size' => 'normal',
8776       'unsigned' => TRUE,
8777     ),
8778     'field_text_sum_plain_filtered_value' => array(
8779       'type' => 'text',
8780       'not null' => FALSE,
8781       'size' => 'big',
8782     ),
8783     'field_text_sum_plain_filtered_summary' => array(
8784       'type' => 'text',
8785       'not null' => FALSE,
8786       'size' => 'big',
8787     ),
8788     'field_text_sum_plain_filtered_format' => array(
8789       'type' => 'varchar',
8790       'not null' => FALSE,
8791       'length' => '255',
8792     ),
8793   ),
8794   'primary key' => array(
8795     'entity_type',
8796     'entity_id',
8797     'deleted',
8798     'delta',
8799     'language',
8800   ),
8801   'indexes' => array(
8802     'entity_type' => array(
8803       'entity_type',
8804     ),
8805     'bundle' => array(
8806       'bundle',
8807     ),
8808     'deleted' => array(
8809       'deleted',
8810     ),
8811     'entity_id' => array(
8812       'entity_id',
8813     ),
8814     'revision_id' => array(
8815       'revision_id',
8816     ),
8817     'language' => array(
8818       'language',
8819     ),
8820     'field_text_sum_plain_filtered_format' => array(
8821       'field_text_sum_plain_filtered_format',
8822     ),
8823   ),
8824   'mysql_character_set' => 'utf8',
8825 ));
8826
8827 $connection->schema()->createTable('field_data_field_user_entityreference', array(
8828   'fields' => array(
8829     'entity_type' => array(
8830       'type' => 'varchar',
8831       'not null' => TRUE,
8832       'length' => '128',
8833       'default' => '',
8834     ),
8835     'bundle' => array(
8836       'type' => 'varchar',
8837       'not null' => TRUE,
8838       'length' => '128',
8839       'default' => '',
8840     ),
8841     'deleted' => array(
8842       'type' => 'int',
8843       'not null' => TRUE,
8844       'size' => 'tiny',
8845       'default' => '0',
8846     ),
8847     'entity_id' => array(
8848       'type' => 'int',
8849       'not null' => TRUE,
8850       'size' => 'normal',
8851       'unsigned' => TRUE,
8852     ),
8853     'revision_id' => array(
8854       'type' => 'int',
8855       'not null' => FALSE,
8856       'size' => 'normal',
8857       'unsigned' => TRUE,
8858     ),
8859     'language' => array(
8860       'type' => 'varchar',
8861       'not null' => TRUE,
8862       'length' => '32',
8863       'default' => '',
8864     ),
8865     'delta' => array(
8866       'type' => 'int',
8867       'not null' => TRUE,
8868       'size' => 'normal',
8869       'unsigned' => TRUE,
8870     ),
8871     'field_user_entityreference_target_id' => array(
8872       'type' => 'int',
8873       'not null' => TRUE,
8874       'size' => 'normal',
8875       'unsigned' => TRUE,
8876     ),
8877   ),
8878   'primary key' => array(
8879     'entity_type',
8880     'entity_id',
8881     'deleted',
8882     'delta',
8883     'language',
8884   ),
8885   'indexes' => array(
8886     'entity_type' => array(
8887       'entity_type',
8888     ),
8889     'bundle' => array(
8890       'bundle',
8891     ),
8892     'deleted' => array(
8893       'deleted',
8894     ),
8895     'entity_id' => array(
8896       'entity_id',
8897     ),
8898     'revision_id' => array(
8899       'revision_id',
8900     ),
8901     'language' => array(
8902       'language',
8903     ),
8904     'field_user_entityreference_target_id' => array(
8905       'field_user_entityreference_target_id',
8906     ),
8907   ),
8908   'mysql_character_set' => 'utf8',
8909 ));
8910
8911 $connection->insert('field_data_field_user_entityreference')
8912 ->fields(array(
8913   'entity_type',
8914   'bundle',
8915   'deleted',
8916   'entity_id',
8917   'revision_id',
8918   'language',
8919   'delta',
8920   'field_user_entityreference_target_id',
8921 ))
8922 ->values(array(
8923   'entity_type' => 'node',
8924   'bundle' => 'test_content_type',
8925   'deleted' => '0',
8926   'entity_id' => '1',
8927   'revision_id' => '1',
8928   'language' => 'und',
8929   'delta' => '0',
8930   'field_user_entityreference_target_id' => '2',
8931 ))
8932 ->execute();
8933
8934 $connection->schema()->createTable('field_data_name_field', array(
8935   'fields' => array(
8936     'entity_type' => array(
8937       'type' => 'varchar',
8938       'not null' => TRUE,
8939       'length' => '128',
8940       'default' => '',
8941     ),
8942     'bundle' => array(
8943       'type' => 'varchar',
8944       'not null' => TRUE,
8945       'length' => '128',
8946       'default' => '',
8947     ),
8948     'deleted' => array(
8949       'type' => 'int',
8950       'not null' => TRUE,
8951       'size' => 'tiny',
8952       'default' => '0',
8953     ),
8954     'entity_id' => array(
8955       'type' => 'int',
8956       'not null' => TRUE,
8957       'size' => 'normal',
8958       'unsigned' => TRUE,
8959     ),
8960     'revision_id' => array(
8961       'type' => 'int',
8962       'not null' => FALSE,
8963       'size' => 'normal',
8964       'unsigned' => TRUE,
8965     ),
8966     'language' => array(
8967       'type' => 'varchar',
8968       'not null' => TRUE,
8969       'length' => '32',
8970       'default' => '',
8971     ),
8972     'delta' => array(
8973       'type' => 'int',
8974       'not null' => TRUE,
8975       'size' => 'normal',
8976       'unsigned' => TRUE,
8977     ),
8978     'name_field_value' => array(
8979       'type' => 'varchar',
8980       'not null' => FALSE,
8981       'length' => '255',
8982     ),
8983     'name_field_format' => array(
8984       'type' => 'varchar',
8985       'not null' => FALSE,
8986       'length' => '255',
8987     ),
8988   ),
8989   'primary key' => array(
8990     'entity_type',
8991     'entity_id',
8992     'deleted',
8993     'delta',
8994     'language',
8995   ),
8996   'indexes' => array(
8997     'entity_type' => array(
8998       'entity_type',
8999     ),
9000     'bundle' => array(
9001       'bundle',
9002     ),
9003     'deleted' => array(
9004       'deleted',
9005     ),
9006     'entity_id' => array(
9007       'entity_id',
9008     ),
9009     'revision_id' => array(
9010       'revision_id',
9011     ),
9012     'language' => array(
9013       'language',
9014     ),
9015     'name_field_format' => array(
9016       'name_field_format',
9017     ),
9018   ),
9019   'mysql_character_set' => 'utf8',
9020 ));
9021
9022 $connection->insert('field_data_name_field')
9023 ->fields(array(
9024   'entity_type',
9025   'bundle',
9026   'deleted',
9027   'entity_id',
9028   'revision_id',
9029   'language',
9030   'delta',
9031   'name_field_value',
9032   'name_field_format',
9033 ))
9034 ->values(array(
9035   'entity_type' => 'taxonomy_term',
9036   'bundle' => 'test_vocabulary',
9037   'deleted' => '0',
9038   'entity_id' => '2',
9039   'revision_id' => '2',
9040   'language' => 'en',
9041   'delta' => '0',
9042   'name_field_value' => 'Term1 (This is a real field!)',
9043   'name_field_format' => NULL,
9044 ))
9045 ->values(array(
9046   'entity_type' => 'taxonomy_term',
9047   'bundle' => 'test_vocabulary',
9048   'deleted' => '0',
9049   'entity_id' => '3',
9050   'revision_id' => '3',
9051   'language' => 'en',
9052   'delta' => '0',
9053   'name_field_value' => 'Term2',
9054   'name_field_format' => NULL,
9055 ))
9056 ->values(array(
9057   'entity_type' => 'taxonomy_term',
9058   'bundle' => 'test_vocabulary',
9059   'deleted' => '0',
9060   'entity_id' => '4',
9061   'revision_id' => '4',
9062   'language' => 'en',
9063   'delta' => '0',
9064   'name_field_value' => 'Term3 in plain old English',
9065   'name_field_format' => NULL,
9066 ))
9067 ->values(array(
9068   'entity_type' => 'taxonomy_term',
9069   'bundle' => 'test_vocabulary',
9070   'deleted' => '0',
9071   'entity_id' => '4',
9072   'revision_id' => '4',
9073   'language' => 'fr',
9074   'delta' => '0',
9075   'name_field_value' => 'Term3 en français s\'il vous plaît',
9076   'name_field_format' => NULL,
9077 ))
9078 ->values(array(
9079   'entity_type' => 'taxonomy_term',
9080   'bundle' => 'test_vocabulary',
9081   'deleted' => '0',
9082   'entity_id' => '4',
9083   'revision_id' => '4',
9084   'language' => 'is',
9085   'delta' => '0',
9086   'name_field_value' => 'Term3 á íslensku',
9087   'name_field_format' => NULL,
9088 ))
9089 ->execute();
9090
9091 $connection->schema()->createTable('field_data_subject_field', array(
9092   'fields' => array(
9093     'entity_type' => array(
9094       'type' => 'varchar',
9095       'not null' => TRUE,
9096       'length' => '128',
9097       'default' => '',
9098     ),
9099     'bundle' => array(
9100       'type' => 'varchar',
9101       'not null' => TRUE,
9102       'length' => '128',
9103       'default' => '',
9104     ),
9105     'deleted' => array(
9106       'type' => 'int',
9107       'not null' => TRUE,
9108       'size' => 'tiny',
9109       'default' => '0',
9110     ),
9111     'entity_id' => array(
9112       'type' => 'int',
9113       'not null' => TRUE,
9114       'size' => 'normal',
9115       'unsigned' => TRUE,
9116     ),
9117     'revision_id' => array(
9118       'type' => 'int',
9119       'not null' => FALSE,
9120       'size' => 'normal',
9121       'unsigned' => TRUE,
9122     ),
9123     'language' => array(
9124       'type' => 'varchar',
9125       'not null' => TRUE,
9126       'length' => '32',
9127       'default' => '',
9128     ),
9129     'delta' => array(
9130       'type' => 'int',
9131       'not null' => TRUE,
9132       'size' => 'normal',
9133       'unsigned' => TRUE,
9134     ),
9135     'subject_field_value' => array(
9136       'type' => 'varchar',
9137       'not null' => FALSE,
9138       'length' => '255',
9139     ),
9140     'subject_field_format' => array(
9141       'type' => 'varchar',
9142       'not null' => FALSE,
9143       'length' => '255',
9144     ),
9145   ),
9146   'primary key' => array(
9147     'entity_type',
9148     'entity_id',
9149     'deleted',
9150     'delta',
9151     'language',
9152   ),
9153   'indexes' => array(
9154     'entity_type' => array(
9155       'entity_type',
9156     ),
9157     'bundle' => array(
9158       'bundle',
9159     ),
9160     'deleted' => array(
9161       'deleted',
9162     ),
9163     'entity_id' => array(
9164       'entity_id',
9165     ),
9166     'revision_id' => array(
9167       'revision_id',
9168     ),
9169     'language' => array(
9170       'language',
9171     ),
9172     'subject_field_format' => array(
9173       'subject_field_format',
9174     ),
9175   ),
9176   'mysql_character_set' => 'utf8',
9177 ));
9178
9179 $connection->insert('field_data_subject_field')
9180 ->fields(array(
9181   'entity_type',
9182   'bundle',
9183   'deleted',
9184   'entity_id',
9185   'revision_id',
9186   'language',
9187   'delta',
9188   'subject_field_value',
9189   'subject_field_format',
9190 ))
9191 ->values(array(
9192   'entity_type' => 'comment',
9193   'bundle' => 'comment_node_test_content_type',
9194   'deleted' => '0',
9195   'entity_id' => '1',
9196   'revision_id' => '1',
9197   'language' => 'en',
9198   'delta' => '0',
9199   'subject_field_value' => 'Subject field in English',
9200   'subject_field_format' => NULL,
9201 ))
9202 ->values(array(
9203   'entity_type' => 'comment',
9204   'bundle' => 'comment_node_test_content_type',
9205   'deleted' => '0',
9206   'entity_id' => '1',
9207   'revision_id' => '1',
9208   'language' => 'fr',
9209   'delta' => '0',
9210   'subject_field_value' => 'Subject field in French',
9211   'subject_field_format' => NULL,
9212 ))
9213 ->values(array(
9214   'entity_type' => 'comment',
9215   'bundle' => 'comment_node_test_content_type',
9216   'deleted' => '0',
9217   'entity_id' => '1',
9218   'revision_id' => '1',
9219   'language' => 'is',
9220   'delta' => '0',
9221   'subject_field_value' => 'Subject field in Icelandic',
9222   'subject_field_format' => NULL,
9223 ))
9224 ->values(array(
9225   'entity_type' => 'comment',
9226   'bundle' => 'comment_node_article',
9227   'deleted' => '0',
9228   'entity_id' => '2',
9229   'revision_id' => '2',
9230   'language' => 'en',
9231   'delta' => '0',
9232   'subject_field_value' => 'TNG for the win!',
9233   'subject_field_format' => NULL,
9234 ))
9235 ->values(array(
9236   'entity_type' => 'comment',
9237   'bundle' => 'comment_node_article',
9238   'deleted' => '0',
9239   'entity_id' => '3',
9240   'revision_id' => '3',
9241   'language' => 'is',
9242   'delta' => '0',
9243   'subject_field_value' => 'Comment to IS translation',
9244   'subject_field_format' => NULL,
9245 ))
9246 ->execute();
9247
9248 $connection->schema()->createTable('field_data_taxonomy_forums', array(
9249   'fields' => array(
9250     'entity_type' => array(
9251       'type' => 'varchar',
9252       'not null' => TRUE,
9253       'length' => '128',
9254       'default' => '',
9255     ),
9256     'bundle' => array(
9257       'type' => 'varchar',
9258       'not null' => TRUE,
9259       'length' => '128',
9260       'default' => '',
9261     ),
9262     'deleted' => array(
9263       'type' => 'int',
9264       'not null' => TRUE,
9265       'size' => 'normal',
9266       'default' => '0',
9267     ),
9268     'entity_id' => array(
9269       'type' => 'int',
9270       'not null' => TRUE,
9271       'size' => 'normal',
9272       'unsigned' => TRUE,
9273     ),
9274     'revision_id' => array(
9275       'type' => 'int',
9276       'not null' => FALSE,
9277       'size' => 'normal',
9278       'unsigned' => TRUE,
9279     ),
9280     'language' => array(
9281       'type' => 'varchar',
9282       'not null' => TRUE,
9283       'length' => '32',
9284       'default' => '',
9285     ),
9286     'delta' => array(
9287       'type' => 'int',
9288       'not null' => TRUE,
9289       'size' => 'normal',
9290       'unsigned' => TRUE,
9291     ),
9292     'taxonomy_forums_tid' => array(
9293       'type' => 'int',
9294       'not null' => FALSE,
9295       'size' => 'normal',
9296       'unsigned' => TRUE,
9297     ),
9298   ),
9299   'primary key' => array(
9300     'entity_type',
9301     'deleted',
9302     'entity_id',
9303     'language',
9304     'delta',
9305   ),
9306   'mysql_character_set' => 'utf8',
9307 ));
9308
9309 $connection->insert('field_data_taxonomy_forums')
9310 ->fields(array(
9311   'entity_type',
9312   'bundle',
9313   'deleted',
9314   'entity_id',
9315   'revision_id',
9316   'language',
9317   'delta',
9318   'taxonomy_forums_tid',
9319 ))
9320 ->values(array(
9321   'entity_type' => 'node',
9322   'bundle' => 'forum',
9323   'deleted' => '0',
9324   'entity_id' => '6',
9325   'revision_id' => '6',
9326   'language' => 'und',
9327   'delta' => '0',
9328   'taxonomy_forums_tid' => '1',
9329 ))
9330 ->values(array(
9331   'entity_type' => 'node',
9332   'bundle' => 'forum',
9333   'deleted' => '0',
9334   'entity_id' => '7',
9335   'revision_id' => '7',
9336   'language' => 'und',
9337   'delta' => '0',
9338   'taxonomy_forums_tid' => '1',
9339 ))
9340 ->execute();
9341
9342 $connection->schema()->createTable('field_data_title_field', array(
9343   'fields' => array(
9344     'entity_type' => array(
9345       'type' => 'varchar',
9346       'not null' => TRUE,
9347       'length' => '128',
9348       'default' => '',
9349     ),
9350     'bundle' => array(
9351       'type' => 'varchar',
9352       'not null' => TRUE,
9353       'length' => '128',
9354       'default' => '',
9355     ),
9356     'deleted' => array(
9357       'type' => 'int',
9358       'not null' => TRUE,
9359       'size' => 'tiny',
9360       'default' => '0',
9361     ),
9362     'entity_id' => array(
9363       'type' => 'int',
9364       'not null' => TRUE,
9365       'size' => 'normal',
9366       'unsigned' => TRUE,
9367     ),
9368     'revision_id' => array(
9369       'type' => 'int',
9370       'not null' => FALSE,
9371       'size' => 'normal',
9372       'unsigned' => TRUE,
9373     ),
9374     'language' => array(
9375       'type' => 'varchar',
9376       'not null' => TRUE,
9377       'length' => '32',
9378       'default' => '',
9379     ),
9380     'delta' => array(
9381       'type' => 'int',
9382       'not null' => TRUE,
9383       'size' => 'normal',
9384       'unsigned' => TRUE,
9385     ),
9386     'title_field_value' => array(
9387       'type' => 'varchar',
9388       'not null' => FALSE,
9389       'length' => '255',
9390     ),
9391     'title_field_format' => array(
9392       'type' => 'varchar',
9393       'not null' => FALSE,
9394       'length' => '255',
9395     ),
9396   ),
9397   'primary key' => array(
9398     'entity_type',
9399     'entity_id',
9400     'deleted',
9401     'delta',
9402     'language',
9403   ),
9404   'indexes' => array(
9405     'entity_type' => array(
9406       'entity_type',
9407     ),
9408     'bundle' => array(
9409       'bundle',
9410     ),
9411     'deleted' => array(
9412       'deleted',
9413     ),
9414     'entity_id' => array(
9415       'entity_id',
9416     ),
9417     'revision_id' => array(
9418       'revision_id',
9419     ),
9420     'language' => array(
9421       'language',
9422     ),
9423     'title_field_format' => array(
9424       'title_field_format',
9425     ),
9426   ),
9427   'mysql_character_set' => 'utf8',
9428 ));
9429
9430 $connection->insert('field_data_title_field')
9431 ->fields(array(
9432   'entity_type',
9433   'bundle',
9434   'deleted',
9435   'entity_id',
9436   'revision_id',
9437   'language',
9438   'delta',
9439   'title_field_value',
9440   'title_field_format',
9441 ))
9442 ->values(array(
9443   'entity_type' => 'node',
9444   'bundle' => 'test_content_type',
9445   'deleted' => '0',
9446   'entity_id' => '1',
9447   'revision_id' => '1',
9448   'language' => 'en',
9449   'delta' => '0',
9450   'title_field_value' => 'An English Node',
9451   'title_field_format' => NULL,
9452 ))
9453 ->values(array(
9454   'entity_type' => 'node',
9455   'bundle' => 'test_content_type',
9456   'deleted' => '0',
9457   'entity_id' => '1',
9458   'revision_id' => '1',
9459   'language' => 'fr',
9460   'delta' => '0',
9461   'title_field_value' => 'A French Node',
9462   'title_field_format' => NULL,
9463 ))
9464 ->values(array(
9465   'entity_type' => 'node',
9466   'bundle' => 'test_content_type',
9467   'deleted' => '0',
9468   'entity_id' => '1',
9469   'revision_id' => '1',
9470   'language' => 'is',
9471   'delta' => '0',
9472   'title_field_value' => 'An Icelandic Node',
9473   'title_field_format' => NULL,
9474 ))
9475 ->execute();
9476
9477 $connection->schema()->createTable('field_revision_body', array(
9478   'fields' => array(
9479     'entity_type' => array(
9480       'type' => 'varchar',
9481       'not null' => TRUE,
9482       'length' => '128',
9483       'default' => '',
9484     ),
9485     'bundle' => array(
9486       'type' => 'varchar',
9487       'not null' => TRUE,
9488       'length' => '128',
9489       'default' => '',
9490     ),
9491     'deleted' => array(
9492       'type' => 'int',
9493       'not null' => TRUE,
9494       'size' => 'normal',
9495       'default' => '0',
9496     ),
9497     'entity_id' => array(
9498       'type' => 'int',
9499       'not null' => TRUE,
9500       'size' => 'normal',
9501       'unsigned' => TRUE,
9502     ),
9503     'revision_id' => array(
9504       'type' => 'int',
9505       'not null' => TRUE,
9506       'size' => 'normal',
9507       'unsigned' => TRUE,
9508     ),
9509     'language' => array(
9510       'type' => 'varchar',
9511       'not null' => TRUE,
9512       'length' => '32',
9513       'default' => '',
9514     ),
9515     'delta' => array(
9516       'type' => 'int',
9517       'not null' => TRUE,
9518       'size' => 'normal',
9519       'unsigned' => TRUE,
9520     ),
9521     'body_value' => array(
9522       'type' => 'text',
9523       'not null' => FALSE,
9524       'size' => 'normal',
9525     ),
9526     'body_summary' => array(
9527       'type' => 'text',
9528       'not null' => FALSE,
9529       'size' => 'normal',
9530     ),
9531     'body_format' => array(
9532       'type' => 'varchar',
9533       'not null' => FALSE,
9534       'length' => '255',
9535     ),
9536   ),
9537   'primary key' => array(
9538     'entity_type',
9539     'deleted',
9540     'entity_id',
9541     'revision_id',
9542     'language',
9543     'delta',
9544   ),
9545   'mysql_character_set' => 'utf8',
9546 ));
9547
9548 $connection->insert('field_revision_body')
9549 ->fields(array(
9550   'entity_type',
9551   'bundle',
9552   'deleted',
9553   'entity_id',
9554   'revision_id',
9555   'language',
9556   'delta',
9557   'body_value',
9558   'body_summary',
9559   'body_format',
9560 ))
9561 ->values(array(
9562   'entity_type' => 'node',
9563   'bundle' => 'article',
9564   'deleted' => '0',
9565   'entity_id' => '2',
9566   'revision_id' => '2',
9567   'language' => 'und',
9568   'delta' => '0',
9569   'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
9570   'body_summary' => '',
9571   'body_format' => 'filtered_html',
9572 ))
9573 ->values(array(
9574   'entity_type' => 'node',
9575   'bundle' => 'article',
9576   'deleted' => '0',
9577   'entity_id' => '3',
9578   'revision_id' => '3',
9579   'language' => 'und',
9580   'delta' => '0',
9581   'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
9582   'body_summary' => '',
9583   'body_format' => 'filtered_html',
9584 ))
9585 ->values(array(
9586   'entity_type' => 'node',
9587   'bundle' => 'article',
9588   'deleted' => '0',
9589   'entity_id' => '4',
9590   'revision_id' => '4',
9591   'language' => 'und',
9592   'delta' => '0',
9593   'body_value' => 'is - Is that is it awesome.',
9594   'body_summary' => '',
9595   'body_format' => 'filtered_html',
9596 ))
9597 ->values(array(
9598   'entity_type' => 'node',
9599   'bundle' => 'article',
9600   'deleted' => '0',
9601   'entity_id' => '5',
9602   'revision_id' => '5',
9603   'language' => 'und',
9604   'delta' => '0',
9605   'body_value' => 'en - Is that is it awesome.',
9606   'body_summary' => '',
9607   'body_format' => 'filtered_html',
9608 ))
9609 ->execute();
9610
9611 $connection->schema()->createTable('field_revision_comment_body', array(
9612   'fields' => array(
9613     'entity_type' => array(
9614       'type' => 'varchar',
9615       'not null' => TRUE,
9616       'length' => '128',
9617       'default' => '',
9618     ),
9619     'bundle' => array(
9620       'type' => 'varchar',
9621       'not null' => TRUE,
9622       'length' => '128',
9623       'default' => '',
9624     ),
9625     'deleted' => array(
9626       'type' => 'int',
9627       'not null' => TRUE,
9628       'size' => 'normal',
9629       'default' => '0',
9630     ),
9631     'entity_id' => array(
9632       'type' => 'int',
9633       'not null' => TRUE,
9634       'size' => 'normal',
9635       'unsigned' => TRUE,
9636     ),
9637     'revision_id' => array(
9638       'type' => 'int',
9639       'not null' => TRUE,
9640       'size' => 'normal',
9641       'unsigned' => TRUE,
9642     ),
9643     'language' => array(
9644       'type' => 'varchar',
9645       'not null' => TRUE,
9646       'length' => '32',
9647       'default' => '',
9648     ),
9649     'delta' => array(
9650       'type' => 'int',
9651       'not null' => TRUE,
9652       'size' => 'normal',
9653       'unsigned' => TRUE,
9654     ),
9655     'comment_body_value' => array(
9656       'type' => 'text',
9657       'not null' => FALSE,
9658       'size' => 'normal',
9659     ),
9660     'comment_body_format' => array(
9661       'type' => 'varchar',
9662       'not null' => FALSE,
9663       'length' => '255',
9664     ),
9665   ),
9666   'primary key' => array(
9667     'entity_type',
9668     'deleted',
9669     'entity_id',
9670     'revision_id',
9671     'language',
9672     'delta',
9673   ),
9674   'mysql_character_set' => 'utf8',
9675 ));
9676
9677 $connection->insert('field_revision_comment_body')
9678 ->fields(array(
9679   'entity_type',
9680   'bundle',
9681   'deleted',
9682   'entity_id',
9683   'revision_id',
9684   'language',
9685   'delta',
9686   'comment_body_value',
9687   'comment_body_format',
9688 ))
9689 ->values(array(
9690   'entity_type' => 'comment',
9691   'bundle' => 'comment_node_test_content_type',
9692   'deleted' => '0',
9693   'entity_id' => '1',
9694   'revision_id' => '1',
9695   'language' => 'und',
9696   'delta' => '0',
9697   'comment_body_value' => 'This is a comment',
9698   'comment_body_format' => 'filtered_html',
9699 ))
9700 ->values(array(
9701   'entity_type' => 'comment',
9702   'bundle' => 'comment_node_article',
9703   'deleted' => '0',
9704   'entity_id' => '2',
9705   'revision_id' => '2',
9706   'language' => 'und',
9707   'delta' => '0',
9708   'comment_body_value' => 'TNG is better than DS9.',
9709   'comment_body_format' => 'filtered_html',
9710 ))
9711 ->values(array(
9712   'entity_type' => 'comment',
9713   'bundle' => 'comment_node_article',
9714   'deleted' => '0',
9715   'entity_id' => '3',
9716   'revision_id' => '3',
9717   'language' => 'und',
9718   'delta' => '0',
9719   'comment_body_value' => 'This is a comment to an Icelandic translation.',
9720   'comment_body_format' => 'filtered_html',
9721 ))
9722 ->execute();
9723
9724 $connection->schema()->createTable('field_revision_description_field', array(
9725   'fields' => array(
9726     'entity_type' => array(
9727       'type' => 'varchar',
9728       'not null' => TRUE,
9729       'length' => '128',
9730       'default' => '',
9731     ),
9732     'bundle' => array(
9733       'type' => 'varchar',
9734       'not null' => TRUE,
9735       'length' => '128',
9736       'default' => '',
9737     ),
9738     'deleted' => array(
9739       'type' => 'int',
9740       'not null' => TRUE,
9741       'size' => 'tiny',
9742       'default' => '0',
9743     ),
9744     'entity_id' => array(
9745       'type' => 'int',
9746       'not null' => TRUE,
9747       'size' => 'normal',
9748       'unsigned' => TRUE,
9749     ),
9750     'revision_id' => array(
9751       'type' => 'int',
9752       'not null' => TRUE,
9753       'size' => 'normal',
9754       'unsigned' => TRUE,
9755     ),
9756     'language' => array(
9757       'type' => 'varchar',
9758       'not null' => TRUE,
9759       'length' => '32',
9760       'default' => '',
9761     ),
9762     'delta' => array(
9763       'type' => 'int',
9764       'not null' => TRUE,
9765       'size' => 'normal',
9766       'unsigned' => TRUE,
9767     ),
9768     'description_field_value' => array(
9769       'type' => 'text',
9770       'not null' => FALSE,
9771       'size' => 'big',
9772     ),
9773     'description_field_summary' => array(
9774       'type' => 'text',
9775       'not null' => FALSE,
9776       'size' => 'big',
9777     ),
9778     'description_field_format' => array(
9779       'type' => 'varchar',
9780       'not null' => FALSE,
9781       'length' => '255',
9782     ),
9783   ),
9784   'primary key' => array(
9785     'entity_type',
9786     'entity_id',
9787     'revision_id',
9788     'deleted',
9789     'delta',
9790     'language',
9791   ),
9792   'indexes' => array(
9793     'entity_type' => array(
9794       'entity_type',
9795     ),
9796     'bundle' => array(
9797       'bundle',
9798     ),
9799     'deleted' => array(
9800       'deleted',
9801     ),
9802     'entity_id' => array(
9803       'entity_id',
9804     ),
9805     'revision_id' => array(
9806       'revision_id',
9807     ),
9808     'language' => array(
9809       'language',
9810     ),
9811     'description_field_format' => array(
9812       'description_field_format',
9813     ),
9814   ),
9815   'mysql_character_set' => 'utf8',
9816 ));
9817
9818 $connection->insert('field_revision_description_field')
9819 ->fields(array(
9820   'entity_type',
9821   'bundle',
9822   'deleted',
9823   'entity_id',
9824   'revision_id',
9825   'language',
9826   'delta',
9827   'description_field_value',
9828   'description_field_summary',
9829   'description_field_format',
9830 ))
9831 ->values(array(
9832   'entity_type' => 'taxonomy_term',
9833   'bundle' => 'test_vocabulary',
9834   'deleted' => '0',
9835   'entity_id' => '2',
9836   'revision_id' => '2',
9837   'language' => 'en',
9838   'delta' => '0',
9839   'description_field_value' => 'The first term. (This is a real field!)',
9840   'description_field_summary' => '',
9841   'description_field_format' => 'filtered_html',
9842 ))
9843 ->values(array(
9844   'entity_type' => 'taxonomy_term',
9845   'bundle' => 'test_vocabulary',
9846   'deleted' => '0',
9847   'entity_id' => '3',
9848   'revision_id' => '3',
9849   'language' => 'en',
9850   'delta' => '0',
9851   'description_field_value' => 'The second term.',
9852   'description_field_summary' => NULL,
9853   'description_field_format' => 'filtered_html',
9854 ))
9855 ->values(array(
9856   'entity_type' => 'taxonomy_term',
9857   'bundle' => 'test_vocabulary',
9858   'deleted' => '0',
9859   'entity_id' => '4',
9860   'revision_id' => '4',
9861   'language' => 'en',
9862   'delta' => '0',
9863   'description_field_value' => 'The third term in plain old English.',
9864   'description_field_summary' => '',
9865   'description_field_format' => 'full_html',
9866 ))
9867 ->values(array(
9868   'entity_type' => 'taxonomy_term',
9869   'bundle' => 'test_vocabulary',
9870   'deleted' => '0',
9871   'entity_id' => '4',
9872   'revision_id' => '4',
9873   'language' => 'fr',
9874   'delta' => '0',
9875   'description_field_value' => 'The third term en français s\'il vous plaît.',
9876   'description_field_summary' => '',
9877   'description_field_format' => 'full_html',
9878 ))
9879 ->values(array(
9880   'entity_type' => 'taxonomy_term',
9881   'bundle' => 'test_vocabulary',
9882   'deleted' => '0',
9883   'entity_id' => '4',
9884   'revision_id' => '4',
9885   'language' => 'is',
9886   'delta' => '0',
9887   'description_field_value' => 'The third term á íslensku.',
9888   'description_field_summary' => '',
9889   'description_field_format' => 'full_html',
9890 ))
9891 ->execute();
9892
9893 $connection->schema()->createTable('field_revision_field_boolean', array(
9894   'fields' => array(
9895     'entity_type' => array(
9896       'type' => 'varchar',
9897       'not null' => TRUE,
9898       'length' => '128',
9899       'default' => '',
9900     ),
9901     'bundle' => array(
9902       'type' => 'varchar',
9903       'not null' => TRUE,
9904       'length' => '128',
9905       'default' => '',
9906     ),
9907     'deleted' => array(
9908       'type' => 'int',
9909       'not null' => TRUE,
9910       'size' => 'normal',
9911       'default' => '0',
9912     ),
9913     'entity_id' => array(
9914       'type' => 'int',
9915       'not null' => TRUE,
9916       'size' => 'normal',
9917       'unsigned' => TRUE,
9918     ),
9919     'revision_id' => array(
9920       'type' => 'int',
9921       'not null' => TRUE,
9922       'size' => 'normal',
9923       'unsigned' => TRUE,
9924     ),
9925     'language' => array(
9926       'type' => 'varchar',
9927       'not null' => TRUE,
9928       'length' => '32',
9929       'default' => '',
9930     ),
9931     'delta' => array(
9932       'type' => 'int',
9933       'not null' => TRUE,
9934       'size' => 'normal',
9935       'unsigned' => TRUE,
9936     ),
9937     'field_boolean_value' => array(
9938       'type' => 'int',
9939       'not null' => FALSE,
9940       'size' => 'normal',
9941     ),
9942   ),
9943   'primary key' => array(
9944     'entity_type',
9945     'deleted',
9946     'entity_id',
9947     'revision_id',
9948     'language',
9949     'delta',
9950   ),
9951   'mysql_character_set' => 'utf8',
9952 ));
9953
9954 $connection->insert('field_revision_field_boolean')
9955 ->fields(array(
9956   'entity_type',
9957   'bundle',
9958   'deleted',
9959   'entity_id',
9960   'revision_id',
9961   'language',
9962   'delta',
9963   'field_boolean_value',
9964 ))
9965 ->values(array(
9966   'entity_type' => 'node',
9967   'bundle' => 'test_content_type',
9968   'deleted' => '0',
9969   'entity_id' => '1',
9970   'revision_id' => '1',
9971   'language' => 'und',
9972   'delta' => '0',
9973   'field_boolean_value' => '1',
9974 ))
9975 ->execute();
9976
9977 $connection->schema()->createTable('field_revision_field_date', array(
9978   'fields' => array(
9979     'entity_type' => array(
9980       'type' => 'varchar',
9981       'not null' => TRUE,
9982       'length' => '128',
9983       'default' => '',
9984     ),
9985     'bundle' => array(
9986       'type' => 'varchar',
9987       'not null' => TRUE,
9988       'length' => '128',
9989       'default' => '',
9990     ),
9991     'deleted' => array(
9992       'type' => 'int',
9993       'not null' => TRUE,
9994       'size' => 'normal',
9995       'default' => '0',
9996     ),
9997     'entity_id' => array(
9998       'type' => 'int',
9999       'not null' => TRUE,
10000       'size' => 'normal',
10001       'unsigned' => TRUE,
10002     ),
10003     'revision_id' => array(
10004       'type' => 'int',
10005       'not null' => TRUE,
10006       'size' => 'normal',
10007       'unsigned' => TRUE,
10008     ),
10009     'language' => array(
10010       'type' => 'varchar',
10011       'not null' => TRUE,
10012       'length' => '32',
10013       'default' => '',
10014     ),
10015     'delta' => array(
10016       'type' => 'int',
10017       'not null' => TRUE,
10018       'size' => 'normal',
10019       'unsigned' => TRUE,
10020     ),
10021     'field_date_value' => array(
10022       'type' => 'varchar',
10023       'not null' => FALSE,
10024       'length' => '100',
10025     ),
10026   ),
10027   'primary key' => array(
10028     'entity_type',
10029     'deleted',
10030     'entity_id',
10031     'revision_id',
10032     'language',
10033     'delta',
10034   ),
10035   'mysql_character_set' => 'utf8',
10036 ));
10037
10038 $connection->insert('field_revision_field_date')
10039 ->fields(array(
10040   'entity_type',
10041   'bundle',
10042   'deleted',
10043   'entity_id',
10044   'revision_id',
10045   'language',
10046   'delta',
10047   'field_date_value',
10048 ))
10049 ->values(array(
10050   'entity_type' => 'node',
10051   'bundle' => 'test_content_type',
10052   'deleted' => '0',
10053   'entity_id' => '1',
10054   'revision_id' => '1',
10055   'language' => 'und',
10056   'delta' => '0',
10057   'field_date_value' => '2015-01-20 04:15:00',
10058 ))
10059 ->execute();
10060
10061 $connection->schema()->createTable('field_revision_field_date_with_end_time', array(
10062   'fields' => array(
10063     'entity_type' => array(
10064       'type' => 'varchar',
10065       'not null' => TRUE,
10066       'length' => '128',
10067       'default' => '',
10068     ),
10069     'bundle' => array(
10070       'type' => 'varchar',
10071       'not null' => TRUE,
10072       'length' => '128',
10073       'default' => '',
10074     ),
10075     'deleted' => array(
10076       'type' => 'int',
10077       'not null' => TRUE,
10078       'size' => 'normal',
10079       'default' => '0',
10080     ),
10081     'entity_id' => array(
10082       'type' => 'int',
10083       'not null' => TRUE,
10084       'size' => 'normal',
10085       'unsigned' => TRUE,
10086     ),
10087     'revision_id' => array(
10088       'type' => 'int',
10089       'not null' => TRUE,
10090       'size' => 'normal',
10091       'unsigned' => TRUE,
10092     ),
10093     'language' => array(
10094       'type' => 'varchar',
10095       'not null' => TRUE,
10096       'length' => '32',
10097       'default' => '',
10098     ),
10099     'delta' => array(
10100       'type' => 'int',
10101       'not null' => TRUE,
10102       'size' => 'normal',
10103       'unsigned' => TRUE,
10104     ),
10105     'field_date_with_end_time_value' => array(
10106       'type' => 'int',
10107       'not null' => FALSE,
10108       'size' => 'normal',
10109     ),
10110     'field_date_with_end_time_value2' => array(
10111       'type' => 'int',
10112       'not null' => FALSE,
10113       'size' => 'normal',
10114     ),
10115   ),
10116   'primary key' => array(
10117     'entity_type',
10118     'deleted',
10119     'entity_id',
10120     'revision_id',
10121     'language',
10122     'delta',
10123   ),
10124   'mysql_character_set' => 'utf8',
10125 ));
10126
10127 $connection->insert('field_revision_field_date_with_end_time')
10128 ->fields(array(
10129   'entity_type',
10130   'bundle',
10131   'deleted',
10132   'entity_id',
10133   'revision_id',
10134   'language',
10135   'delta',
10136   'field_date_with_end_time_value',
10137   'field_date_with_end_time_value2',
10138 ))
10139 ->values(array(
10140   'entity_type' => 'node',
10141   'bundle' => 'test_content_type',
10142   'deleted' => '0',
10143   'entity_id' => '1',
10144   'revision_id' => '1',
10145   'language' => 'und',
10146   'delta' => '0',
10147   'field_date_with_end_time_value' => '1421727300',
10148   'field_date_with_end_time_value2' => '1421727300',
10149 ))
10150 ->execute();
10151
10152 $connection->schema()->createTable('field_revision_field_datetime_without_time', array(
10153   'fields' => array(
10154     'entity_type' => array(
10155       'type' => 'varchar',
10156       'not null' => TRUE,
10157       'length' => '128',
10158       'default' => '',
10159     ),
10160     'bundle' => array(
10161       'type' => 'varchar',
10162       'not null' => TRUE,
10163       'length' => '128',
10164       'default' => '',
10165     ),
10166     'deleted' => array(
10167       'type' => 'int',
10168       'not null' => TRUE,
10169       'size' => 'normal',
10170       'default' => '0',
10171     ),
10172     'entity_id' => array(
10173       'type' => 'int',
10174       'not null' => TRUE,
10175       'size' => 'normal',
10176       'unsigned' => TRUE,
10177     ),
10178     'revision_id' => array(
10179       'type' => 'int',
10180       'not null' => TRUE,
10181       'size' => 'normal',
10182       'unsigned' => TRUE,
10183     ),
10184     'language' => array(
10185       'type' => 'varchar',
10186       'not null' => TRUE,
10187       'length' => '32',
10188       'default' => '',
10189     ),
10190     'delta' => array(
10191       'type' => 'int',
10192       'not null' => TRUE,
10193       'size' => 'normal',
10194       'unsigned' => TRUE,
10195     ),
10196     'field_datetime_without_time_value' => array(
10197       'mysql_type' => 'datetime',
10198       'pgsql_type' => 'timestamp without time zone',
10199       'sqlite_type' => 'varchar',
10200       'sqlsrv_type' => 'smalldatetime',
10201       'not null' => FALSE,
10202     ),
10203   ),
10204   'primary key' => array(
10205     'entity_type',
10206     'deleted',
10207     'entity_id',
10208     'revision_id',
10209     'language',
10210     'delta',
10211   ),
10212   'mysql_character_set' => 'utf8',
10213 ));
10214
10215 $connection->insert('field_revision_field_datetime_without_time')
10216 ->fields(array(
10217   'entity_type',
10218   'bundle',
10219   'deleted',
10220   'entity_id',
10221   'revision_id',
10222   'language',
10223   'delta',
10224   'field_datetime_without_time_value',
10225 ))
10226 ->values(array(
10227   'entity_type' => 'node',
10228   'bundle' => 'test_content_type',
10229   'deleted' => '0',
10230   'entity_id' => '1',
10231   'revision_id' => '1',
10232   'language' => 'und',
10233   'delta' => '0',
10234   'field_datetime_without_time_value' => '2015-01-20 00:00:00',
10235 ))
10236 ->execute();
10237
10238 $connection->schema()->createTable('field_revision_field_date_without_time', array(
10239   'fields' => array(
10240     'entity_type' => array(
10241       'type' => 'varchar',
10242       'not null' => TRUE,
10243       'length' => '128',
10244       'default' => '',
10245     ),
10246     'bundle' => array(
10247       'type' => 'varchar',
10248       'not null' => TRUE,
10249       'length' => '128',
10250       'default' => '',
10251     ),
10252     'deleted' => array(
10253       'type' => 'int',
10254       'not null' => TRUE,
10255       'size' => 'normal',
10256       'default' => '0',
10257     ),
10258     'entity_id' => array(
10259       'type' => 'int',
10260       'not null' => TRUE,
10261       'size' => 'normal',
10262       'unsigned' => TRUE,
10263     ),
10264     'revision_id' => array(
10265       'type' => 'int',
10266       'not null' => TRUE,
10267       'size' => 'normal',
10268       'unsigned' => TRUE,
10269     ),
10270     'language' => array(
10271       'type' => 'varchar',
10272       'not null' => TRUE,
10273       'length' => '32',
10274       'default' => '',
10275     ),
10276     'delta' => array(
10277       'type' => 'int',
10278       'not null' => TRUE,
10279       'size' => 'normal',
10280       'unsigned' => TRUE,
10281     ),
10282     'field_date_without_time_value' => array(
10283       'type' => 'varchar',
10284       'not null' => FALSE,
10285       'length' => '100',
10286     ),
10287   ),
10288   'primary key' => array(
10289     'entity_type',
10290     'deleted',
10291     'entity_id',
10292     'revision_id',
10293     'language',
10294     'delta',
10295   ),
10296   'mysql_character_set' => 'utf8',
10297 ));
10298
10299 $connection->insert('field_revision_field_date_without_time')
10300 ->fields(array(
10301   'entity_type',
10302   'bundle',
10303   'deleted',
10304   'entity_id',
10305   'revision_id',
10306   'language',
10307   'delta',
10308   'field_date_without_time_value',
10309 ))
10310 ->values(array(
10311   'entity_type' => 'node',
10312   'bundle' => 'test_content_type',
10313   'deleted' => '0',
10314   'entity_id' => '1',
10315   'revision_id' => '1',
10316   'language' => 'und',
10317   'delta' => '0',
10318   'field_date_without_time_value' => '2015-01-20T00:00:00',
10319 ))
10320 ->execute();
10321
10322 $connection->schema()->createTable('field_revision_field_email', array(
10323   'fields' => array(
10324     'entity_type' => array(
10325       'type' => 'varchar',
10326       'not null' => TRUE,
10327       'length' => '128',
10328       'default' => '',
10329     ),
10330     'bundle' => array(
10331       'type' => 'varchar',
10332       'not null' => TRUE,
10333       'length' => '128',
10334       'default' => '',
10335     ),
10336     'deleted' => array(
10337       'type' => 'int',
10338       'not null' => TRUE,
10339       'size' => 'normal',
10340       'default' => '0',
10341     ),
10342     'entity_id' => array(
10343       'type' => 'int',
10344       'not null' => TRUE,
10345       'size' => 'normal',
10346       'unsigned' => TRUE,
10347     ),
10348     'revision_id' => array(
10349       'type' => 'int',
10350       'not null' => TRUE,
10351       'size' => 'normal',
10352       'unsigned' => TRUE,
10353     ),
10354     'language' => array(
10355       'type' => 'varchar',
10356       'not null' => TRUE,
10357       'length' => '32',
10358       'default' => '',
10359     ),
10360     'delta' => array(
10361       'type' => 'int',
10362       'not null' => TRUE,
10363       'size' => 'normal',
10364       'unsigned' => TRUE,
10365     ),
10366     'field_email_email' => array(
10367       'type' => 'varchar',
10368       'not null' => FALSE,
10369       'length' => '255',
10370     ),
10371   ),
10372   'primary key' => array(
10373     'entity_type',
10374     'deleted',
10375     'entity_id',
10376     'revision_id',
10377     'language',
10378     'delta',
10379   ),
10380   'mysql_character_set' => 'utf8',
10381 ));
10382
10383 $connection->insert('field_revision_field_email')
10384 ->fields(array(
10385   'entity_type',
10386   'bundle',
10387   'deleted',
10388   'entity_id',
10389   'revision_id',
10390   'language',
10391   'delta',
10392   'field_email_email',
10393 ))
10394 ->values(array(
10395   'entity_type' => 'node',
10396   'bundle' => 'test_content_type',
10397   'deleted' => '0',
10398   'entity_id' => '1',
10399   'revision_id' => '1',
10400   'language' => 'und',
10401   'delta' => '0',
10402   'field_email_email' => 'default@example.com',
10403 ))
10404 ->values(array(
10405   'entity_type' => 'node',
10406   'bundle' => 'test_content_type',
10407   'deleted' => '0',
10408   'entity_id' => '1',
10409   'revision_id' => '1',
10410   'language' => 'und',
10411   'delta' => '1',
10412   'field_email_email' => 'another@example.com',
10413 ))
10414 ->execute();
10415
10416 $connection->schema()->createTable('field_revision_field_file', array(
10417   'fields' => array(
10418     'entity_type' => array(
10419       'type' => 'varchar',
10420       'not null' => TRUE,
10421       'length' => '128',
10422       'default' => '',
10423     ),
10424     'bundle' => array(
10425       'type' => 'varchar',
10426       'not null' => TRUE,
10427       'length' => '128',
10428       'default' => '',
10429     ),
10430     'deleted' => array(
10431       'type' => 'int',
10432       'not null' => TRUE,
10433       'size' => 'normal',
10434       'default' => '0',
10435     ),
10436     'entity_id' => array(
10437       'type' => 'int',
10438       'not null' => TRUE,
10439       'size' => 'normal',
10440       'unsigned' => TRUE,
10441     ),
10442     'revision_id' => array(
10443       'type' => 'int',
10444       'not null' => TRUE,
10445       'size' => 'normal',
10446       'unsigned' => TRUE,
10447     ),
10448     'language' => array(
10449       'type' => 'varchar',
10450       'not null' => TRUE,
10451       'length' => '32',
10452       'default' => '',
10453     ),
10454     'delta' => array(
10455       'type' => 'int',
10456       'not null' => TRUE,
10457       'size' => 'normal',
10458       'unsigned' => TRUE,
10459     ),
10460     'field_file_fid' => array(
10461       'type' => 'int',
10462       'not null' => FALSE,
10463       'size' => 'normal',
10464       'unsigned' => TRUE,
10465     ),
10466     'field_file_display' => array(
10467       'type' => 'int',
10468       'not null' => TRUE,
10469       'size' => 'normal',
10470       'default' => '1',
10471       'unsigned' => TRUE,
10472     ),
10473     'field_file_description' => array(
10474       'type' => 'text',
10475       'not null' => FALSE,
10476       'size' => 'normal',
10477     ),
10478   ),
10479   'primary key' => array(
10480     'entity_type',
10481     'deleted',
10482     'entity_id',
10483     'revision_id',
10484     'language',
10485     'delta',
10486   ),
10487   'mysql_character_set' => 'utf8',
10488 ));
10489
10490 $connection->insert('field_revision_field_file')
10491 ->fields(array(
10492   'entity_type',
10493   'bundle',
10494   'deleted',
10495   'entity_id',
10496   'revision_id',
10497   'language',
10498   'delta',
10499   'field_file_fid',
10500   'field_file_display',
10501   'field_file_description',
10502 ))
10503 ->values(array(
10504   'entity_type' => 'node',
10505   'bundle' => 'test_content_type',
10506   'deleted' => '0',
10507   'entity_id' => '1',
10508   'revision_id' => '1',
10509   'language' => 'und',
10510   'delta' => '0',
10511   'field_file_fid' => '2',
10512   'field_file_display' => '1',
10513   'field_file_description' => 'file desc',
10514 ))
10515 ->values(array(
10516   'entity_type' => 'user',
10517   'bundle' => 'user',
10518   'deleted' => '0',
10519   'entity_id' => '2',
10520   'revision_id' => '2',
10521   'language' => 'und',
10522   'delta' => '0',
10523   'field_file_fid' => '2',
10524   'field_file_display' => '1',
10525   'field_file_description' => 'file desc',
10526 ))
10527 ->execute();
10528
10529 $connection->schema()->createTable('field_revision_field_float', array(
10530   'fields' => array(
10531     'entity_type' => array(
10532       'type' => 'varchar',
10533       'not null' => TRUE,
10534       'length' => '128',
10535       'default' => '',
10536     ),
10537     'bundle' => array(
10538       'type' => 'varchar',
10539       'not null' => TRUE,
10540       'length' => '128',
10541       'default' => '',
10542     ),
10543     'deleted' => array(
10544       'type' => 'int',
10545       'not null' => TRUE,
10546       'size' => 'normal',
10547       'default' => '0',
10548     ),
10549     'entity_id' => array(
10550       'type' => 'int',
10551       'not null' => TRUE,
10552       'size' => 'normal',
10553       'unsigned' => TRUE,
10554     ),
10555     'revision_id' => array(
10556       'type' => 'int',
10557       'not null' => TRUE,
10558       'size' => 'normal',
10559       'unsigned' => TRUE,
10560     ),
10561     'language' => array(
10562       'type' => 'varchar',
10563       'not null' => TRUE,
10564       'length' => '32',
10565       'default' => '',
10566     ),
10567     'delta' => array(
10568       'type' => 'int',
10569       'not null' => TRUE,
10570       'size' => 'normal',
10571       'unsigned' => TRUE,
10572     ),
10573     'field_float_value' => array(
10574       'type' => 'numeric',
10575       'not null' => FALSE,
10576       'precision' => '10',
10577       'scale' => '0',
10578     ),
10579   ),
10580   'primary key' => array(
10581     'entity_type',
10582     'deleted',
10583     'entity_id',
10584     'revision_id',
10585     'language',
10586     'delta',
10587   ),
10588   'mysql_character_set' => 'utf8',
10589 ));
10590
10591 $connection->insert('field_revision_field_float')
10592 ->fields(array(
10593   'entity_type',
10594   'bundle',
10595   'deleted',
10596   'entity_id',
10597   'revision_id',
10598   'language',
10599   'delta',
10600   'field_float_value',
10601 ))
10602 ->values(array(
10603   'entity_type' => 'node',
10604   'bundle' => 'test_content_type',
10605   'deleted' => '0',
10606   'entity_id' => '1',
10607   'revision_id' => '1',
10608   'language' => 'und',
10609   'delta' => '0',
10610   'field_float_value' => '1',
10611 ))
10612 ->execute();
10613
10614 $connection->schema()->createTable('field_revision_field_float_list', array(
10615   'fields' => array(
10616     'entity_type' => array(
10617       'type' => 'varchar',
10618       'not null' => TRUE,
10619       'length' => '128',
10620       'default' => '',
10621     ),
10622     'bundle' => array(
10623       'type' => 'varchar',
10624       'not null' => TRUE,
10625       'length' => '128',
10626       'default' => '',
10627     ),
10628     'deleted' => array(
10629       'type' => 'int',
10630       'not null' => TRUE,
10631       'size' => 'tiny',
10632       'default' => '0',
10633     ),
10634     'entity_id' => array(
10635       'type' => 'int',
10636       'not null' => TRUE,
10637       'size' => 'normal',
10638       'unsigned' => TRUE,
10639     ),
10640     'revision_id' => array(
10641       'type' => 'int',
10642       'not null' => TRUE,
10643       'size' => 'normal',
10644       'unsigned' => TRUE,
10645     ),
10646     'language' => array(
10647       'type' => 'varchar',
10648       'not null' => TRUE,
10649       'length' => '32',
10650       'default' => '',
10651     ),
10652     'delta' => array(
10653       'type' => 'int',
10654       'not null' => TRUE,
10655       'size' => 'normal',
10656       'unsigned' => TRUE,
10657     ),
10658     'field_float_list_value' => array(
10659       'type' => 'float',
10660       'not null' => FALSE,
10661       'size' => 'normal',
10662     ),
10663   ),
10664   'primary key' => array(
10665     'entity_type',
10666     'entity_id',
10667     'revision_id',
10668     'deleted',
10669     'delta',
10670     'language',
10671   ),
10672   'indexes' => array(
10673     'entity_type' => array(
10674       'entity_type',
10675     ),
10676     'bundle' => array(
10677       'bundle',
10678     ),
10679     'deleted' => array(
10680       'deleted',
10681     ),
10682     'entity_id' => array(
10683       'entity_id',
10684     ),
10685     'revision_id' => array(
10686       'revision_id',
10687     ),
10688     'language' => array(
10689       'language',
10690     ),
10691     'field_float_list_value' => array(
10692       'field_float_list_value',
10693     ),
10694   ),
10695   'mysql_character_set' => 'utf8',
10696 ));
10697
10698 $connection->insert('field_revision_field_float_list')
10699 ->fields(array(
10700   'entity_type',
10701   'bundle',
10702   'deleted',
10703   'entity_id',
10704   'revision_id',
10705   'language',
10706   'delta',
10707   'field_float_list_value',
10708 ))
10709 ->values(array(
10710   'entity_type' => 'node',
10711   'bundle' => 'test_content_type',
10712   'deleted' => '0',
10713   'entity_id' => '1',
10714   'revision_id' => '1',
10715   'language' => 'und',
10716   'delta' => '0',
10717   'field_float_list_value' => '3.1416',
10718 ))
10719 ->execute();
10720
10721 $connection->schema()->createTable('field_revision_field_image', array(
10722   'fields' => array(
10723     'entity_type' => array(
10724       'type' => 'varchar',
10725       'not null' => TRUE,
10726       'length' => '128',
10727       'default' => '',
10728     ),
10729     'bundle' => array(
10730       'type' => 'varchar',
10731       'not null' => TRUE,
10732       'length' => '128',
10733       'default' => '',
10734     ),
10735     'deleted' => array(
10736       'type' => 'int',
10737       'not null' => TRUE,
10738       'size' => 'normal',
10739       'default' => '0',
10740     ),
10741     'entity_id' => array(
10742       'type' => 'int',
10743       'not null' => TRUE,
10744       'size' => 'normal',
10745       'unsigned' => TRUE,
10746     ),
10747     'revision_id' => array(
10748       'type' => 'int',
10749       'not null' => TRUE,
10750       'size' => 'normal',
10751       'unsigned' => TRUE,
10752     ),
10753     'language' => array(
10754       'type' => 'varchar',
10755       'not null' => TRUE,
10756       'length' => '32',
10757       'default' => '',
10758     ),
10759     'delta' => array(
10760       'type' => 'int',
10761       'not null' => TRUE,
10762       'size' => 'normal',
10763       'unsigned' => TRUE,
10764     ),
10765     'field_image_fid' => array(
10766       'type' => 'int',
10767       'not null' => FALSE,
10768       'size' => 'normal',
10769       'unsigned' => TRUE,
10770     ),
10771     'field_image_alt' => array(
10772       'type' => 'varchar',
10773       'not null' => FALSE,
10774       'length' => '512',
10775     ),
10776     'field_image_title' => array(
10777       'type' => 'varchar',
10778       'not null' => FALSE,
10779       'length' => '1024',
10780     ),
10781     'field_image_width' => array(
10782       'type' => 'int',
10783       'not null' => FALSE,
10784       'size' => 'normal',
10785       'unsigned' => TRUE,
10786     ),
10787     'field_image_height' => array(
10788       'type' => 'int',
10789       'not null' => FALSE,
10790       'size' => 'normal',
10791       'unsigned' => TRUE,
10792     ),
10793   ),
10794   'primary key' => array(
10795     'entity_type',
10796     'deleted',
10797     'entity_id',
10798     'revision_id',
10799     'language',
10800     'delta',
10801   ),
10802   'mysql_character_set' => 'utf8',
10803 ));
10804
10805 $connection->schema()->createTable('field_revision_field_images', array(
10806   'fields' => array(
10807     'entity_type' => array(
10808       'type' => 'varchar',
10809       'not null' => TRUE,
10810       'length' => '128',
10811       'default' => '',
10812     ),
10813     'bundle' => array(
10814       'type' => 'varchar',
10815       'not null' => TRUE,
10816       'length' => '128',
10817       'default' => '',
10818     ),
10819     'deleted' => array(
10820       'type' => 'int',
10821       'not null' => TRUE,
10822       'size' => 'normal',
10823       'default' => '0',
10824     ),
10825     'entity_id' => array(
10826       'type' => 'int',
10827       'not null' => TRUE,
10828       'size' => 'normal',
10829       'unsigned' => TRUE,
10830     ),
10831     'revision_id' => array(
10832       'type' => 'int',
10833       'not null' => TRUE,
10834       'size' => 'normal',
10835       'unsigned' => TRUE,
10836     ),
10837     'language' => array(
10838       'type' => 'varchar',
10839       'not null' => TRUE,
10840       'length' => '32',
10841       'default' => '',
10842     ),
10843     'delta' => array(
10844       'type' => 'int',
10845       'not null' => TRUE,
10846       'size' => 'normal',
10847       'unsigned' => TRUE,
10848     ),
10849     'field_images_fid' => array(
10850       'type' => 'int',
10851       'not null' => FALSE,
10852       'size' => 'normal',
10853       'unsigned' => TRUE,
10854     ),
10855     'field_images_alt' => array(
10856       'type' => 'varchar',
10857       'not null' => FALSE,
10858       'length' => '512',
10859     ),
10860     'field_images_title' => array(
10861       'type' => 'varchar',
10862       'not null' => FALSE,
10863       'length' => '1024',
10864     ),
10865     'field_images_width' => array(
10866       'type' => 'int',
10867       'not null' => FALSE,
10868       'size' => 'normal',
10869       'unsigned' => TRUE,
10870     ),
10871     'field_images_height' => array(
10872       'type' => 'int',
10873       'not null' => FALSE,
10874       'size' => 'normal',
10875       'unsigned' => TRUE,
10876     ),
10877   ),
10878   'primary key' => array(
10879     'entity_type',
10880     'deleted',
10881     'entity_id',
10882     'revision_id',
10883     'language',
10884     'delta',
10885   ),
10886   'mysql_character_set' => 'utf8',
10887 ));
10888
10889 $connection->insert('field_revision_field_images')
10890 ->fields(array(
10891   'entity_type',
10892   'bundle',
10893   'deleted',
10894   'entity_id',
10895   'revision_id',
10896   'language',
10897   'delta',
10898   'field_images_fid',
10899   'field_images_alt',
10900   'field_images_title',
10901   'field_images_width',
10902   'field_images_height',
10903 ))
10904 ->values(array(
10905   'entity_type' => 'node',
10906   'bundle' => 'test_content_type',
10907   'deleted' => '0',
10908   'entity_id' => '1',
10909   'revision_id' => '1',
10910   'language' => 'und',
10911   'delta' => '0',
10912   'field_images_fid' => '1',
10913   'field_images_alt' => 'alt text',
10914   'field_images_title' => 'title text',
10915   'field_images_width' => '93',
10916   'field_images_height' => '93',
10917 ))
10918 ->execute();
10919
10920 $connection->schema()->createTable('field_revision_field_integer', array(
10921   'fields' => array(
10922     'entity_type' => array(
10923       'type' => 'varchar',
10924       'not null' => TRUE,
10925       'length' => '128',
10926       'default' => '',
10927     ),
10928     'bundle' => array(
10929       'type' => 'varchar',
10930       'not null' => TRUE,
10931       'length' => '128',
10932       'default' => '',
10933     ),
10934     'deleted' => array(
10935       'type' => 'int',
10936       'not null' => TRUE,
10937       'size' => 'normal',
10938       'default' => '0',
10939     ),
10940     'entity_id' => array(
10941       'type' => 'int',
10942       'not null' => TRUE,
10943       'size' => 'normal',
10944       'unsigned' => TRUE,
10945     ),
10946     'revision_id' => array(
10947       'type' => 'int',
10948       'not null' => TRUE,
10949       'size' => 'normal',
10950       'unsigned' => TRUE,
10951     ),
10952     'language' => array(
10953       'type' => 'varchar',
10954       'not null' => TRUE,
10955       'length' => '32',
10956       'default' => '',
10957     ),
10958     'delta' => array(
10959       'type' => 'int',
10960       'not null' => TRUE,
10961       'size' => 'normal',
10962       'unsigned' => TRUE,
10963     ),
10964     'field_integer_value' => array(
10965       'type' => 'int',
10966       'not null' => FALSE,
10967       'size' => 'normal',
10968     ),
10969   ),
10970   'primary key' => array(
10971     'entity_type',
10972     'deleted',
10973     'entity_id',
10974     'revision_id',
10975     'language',
10976     'delta',
10977   ),
10978   'mysql_character_set' => 'utf8',
10979 ));
10980
10981 $connection->insert('field_revision_field_integer')
10982 ->fields(array(
10983   'entity_type',
10984   'bundle',
10985   'deleted',
10986   'entity_id',
10987   'revision_id',
10988   'language',
10989   'delta',
10990   'field_integer_value',
10991 ))
10992 ->values(array(
10993   'entity_type' => 'comment',
10994   'bundle' => 'comment_node_test_content_type',
10995   'deleted' => '0',
10996   'entity_id' => '1',
10997   'revision_id' => '1',
10998   'language' => 'en',
10999   'delta' => '0',
11000   'field_integer_value' => '1000000',
11001 ))
11002 ->values(array(
11003   'entity_type' => 'comment',
11004   'bundle' => 'comment_node_test_content_type',
11005   'deleted' => '0',
11006   'entity_id' => '1',
11007   'revision_id' => '1',
11008   'language' => 'fr',
11009   'delta' => '0',
11010   'field_integer_value' => '2000000',
11011 ))
11012 ->values(array(
11013   'entity_type' => 'comment',
11014   'bundle' => 'comment_node_test_content_type',
11015   'deleted' => '0',
11016   'entity_id' => '1',
11017   'revision_id' => '1',
11018   'language' => 'is',
11019   'delta' => '0',
11020   'field_integer_value' => '3000000',
11021 ))
11022 ->values(array(
11023   'entity_type' => 'node',
11024   'bundle' => 'test_content_type',
11025   'deleted' => '0',
11026   'entity_id' => '1',
11027   'revision_id' => '1',
11028   'language' => 'en',
11029   'delta' => '0',
11030   'field_integer_value' => '5',
11031 ))
11032 ->values(array(
11033   'entity_type' => 'node',
11034   'bundle' => 'test_content_type',
11035   'deleted' => '0',
11036   'entity_id' => '1',
11037   'revision_id' => '1',
11038   'language' => 'fr',
11039   'delta' => '0',
11040   'field_integer_value' => '6',
11041 ))
11042 ->values(array(
11043   'entity_type' => 'node',
11044   'bundle' => 'test_content_type',
11045   'deleted' => '0',
11046   'entity_id' => '1',
11047   'revision_id' => '1',
11048   'language' => 'is',
11049   'delta' => '0',
11050   'field_integer_value' => '7',
11051 ))
11052 ->values(array(
11053   'entity_type' => 'user',
11054   'bundle' => 'user',
11055   'deleted' => '0',
11056   'entity_id' => '2',
11057   'revision_id' => '2',
11058   'language' => 'en',
11059   'delta' => '0',
11060   'field_integer_value' => '99',
11061 ))
11062 ->values(array(
11063   'entity_type' => 'taxonomy_term',
11064   'bundle' => 'test_vocabulary',
11065   'deleted' => '0',
11066   'entity_id' => '4',
11067   'revision_id' => '4',
11068   'language' => 'en',
11069   'delta' => '0',
11070   'field_integer_value' => '6',
11071 ))
11072 ->values(array(
11073   'entity_type' => 'taxonomy_term',
11074   'bundle' => 'test_vocabulary',
11075   'deleted' => '0',
11076   'entity_id' => '4',
11077   'revision_id' => '4',
11078   'language' => 'fr',
11079   'delta' => '0',
11080   'field_integer_value' => '5',
11081 ))
11082 ->values(array(
11083   'entity_type' => 'taxonomy_term',
11084   'bundle' => 'test_vocabulary',
11085   'deleted' => '0',
11086   'entity_id' => '4',
11087   'revision_id' => '4',
11088   'language' => 'is',
11089   'delta' => '0',
11090   'field_integer_value' => '4',
11091 ))
11092 ->execute();
11093
11094 $connection->schema()->createTable('field_revision_field_integer_list', array(
11095   'fields' => array(
11096     'entity_type' => array(
11097       'type' => 'varchar',
11098       'not null' => TRUE,
11099       'length' => '128',
11100       'default' => '',
11101     ),
11102     'bundle' => array(
11103       'type' => 'varchar',
11104       'not null' => TRUE,
11105       'length' => '128',
11106       'default' => '',
11107     ),
11108     'deleted' => array(
11109       'type' => 'int',
11110       'not null' => TRUE,
11111       'size' => 'normal',
11112       'default' => '0',
11113     ),
11114     'entity_id' => array(
11115       'type' => 'int',
11116       'not null' => TRUE,
11117       'size' => 'normal',
11118       'unsigned' => TRUE,
11119     ),
11120     'revision_id' => array(
11121       'type' => 'int',
11122       'not null' => TRUE,
11123       'size' => 'normal',
11124       'unsigned' => TRUE,
11125     ),
11126     'language' => array(
11127       'type' => 'varchar',
11128       'not null' => TRUE,
11129       'length' => '32',
11130       'default' => '',
11131     ),
11132     'delta' => array(
11133       'type' => 'int',
11134       'not null' => TRUE,
11135       'size' => 'normal',
11136       'unsigned' => TRUE,
11137     ),
11138     'field_integer_list_value' => array(
11139       'type' => 'int',
11140       'not null' => FALSE,
11141       'size' => 'normal',
11142     ),
11143   ),
11144   'primary key' => array(
11145     'entity_type',
11146     'deleted',
11147     'entity_id',
11148     'revision_id',
11149     'language',
11150     'delta',
11151   ),
11152   'mysql_character_set' => 'utf8',
11153 ));
11154
11155 $connection->insert('field_revision_field_integer_list')
11156 ->fields(array(
11157   'entity_type',
11158   'bundle',
11159   'deleted',
11160   'entity_id',
11161   'revision_id',
11162   'language',
11163   'delta',
11164   'field_integer_list_value',
11165 ))
11166 ->values(array(
11167   'entity_type' => 'node',
11168   'bundle' => 'test_content_type',
11169   'deleted' => '0',
11170   'entity_id' => '1',
11171   'revision_id' => '1',
11172   'language' => 'und',
11173   'delta' => '0',
11174   'field_integer_list_value' => '7',
11175 ))
11176 ->execute();
11177
11178 $connection->schema()->createTable('field_revision_field_link', array(
11179   'fields' => array(
11180     'entity_type' => array(
11181       'type' => 'varchar',
11182       'not null' => TRUE,
11183       'length' => '128',
11184       'default' => '',
11185     ),
11186     'bundle' => array(
11187       'type' => 'varchar',
11188       'not null' => TRUE,
11189       'length' => '128',
11190       'default' => '',
11191     ),
11192     'deleted' => array(
11193       'type' => 'int',
11194       'not null' => TRUE,
11195       'size' => 'normal',
11196       'default' => '0',
11197     ),
11198     'entity_id' => array(
11199       'type' => 'int',
11200       'not null' => TRUE,
11201       'size' => 'normal',
11202       'unsigned' => TRUE,
11203     ),
11204     'revision_id' => array(
11205       'type' => 'int',
11206       'not null' => TRUE,
11207       'size' => 'normal',
11208       'unsigned' => TRUE,
11209     ),
11210     'language' => array(
11211       'type' => 'varchar',
11212       'not null' => TRUE,
11213       'length' => '32',
11214       'default' => '',
11215     ),
11216     'delta' => array(
11217       'type' => 'int',
11218       'not null' => TRUE,
11219       'size' => 'normal',
11220       'unsigned' => TRUE,
11221     ),
11222     'field_link_url' => array(
11223       'type' => 'varchar',
11224       'not null' => FALSE,
11225       'length' => '2048',
11226     ),
11227     'field_link_title' => array(
11228       'type' => 'varchar',
11229       'not null' => FALSE,
11230       'length' => '255',
11231     ),
11232     'field_link_attributes' => array(
11233       'type' => 'text',
11234       'not null' => FALSE,
11235       'size' => 'normal',
11236     ),
11237   ),
11238   'primary key' => array(
11239     'entity_type',
11240     'deleted',
11241     'entity_id',
11242     'revision_id',
11243     'language',
11244     'delta',
11245   ),
11246   'mysql_character_set' => 'utf8',
11247 ));
11248
11249 $connection->insert('field_revision_field_link')
11250 ->fields(array(
11251   'entity_type',
11252   'bundle',
11253   'deleted',
11254   'entity_id',
11255   'revision_id',
11256   'language',
11257   'delta',
11258   'field_link_url',
11259   'field_link_title',
11260   'field_link_attributes',
11261 ))
11262 ->values(array(
11263   'entity_type' => 'node',
11264   'bundle' => 'test_content_type',
11265   'deleted' => '0',
11266   'entity_id' => '1',
11267   'revision_id' => '1',
11268   'language' => 'und',
11269   'delta' => '0',
11270   'field_link_url' => 'http://google.com',
11271   'field_link_title' => 'Click Here',
11272   'field_link_attributes' => 'a:1:{s:5:"title";s:10:"Click Here";}',
11273 ))
11274 ->values(array(
11275   'entity_type' => 'node',
11276   'bundle' => 'article',
11277   'deleted' => '0',
11278   'entity_id' => '2',
11279   'revision_id' => '2',
11280   'language' => 'und',
11281   'delta' => '0',
11282   'field_link_url' => '<front>',
11283   'field_link_title' => 'Home',
11284   'field_link_attributes' => 'a:0:{}',
11285 ))
11286 ->values(array(
11287   'entity_type' => 'node',
11288   'bundle' => 'article',
11289   'deleted' => '0',
11290   'entity_id' => '3',
11291   'revision_id' => '3',
11292   'language' => 'und',
11293   'delta' => '0',
11294   'field_link_url' => '<front>',
11295   'field_link_title' => 'Home',
11296   'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
11297 ))
11298 ->execute();
11299
11300 $connection->schema()->createTable('field_revision_field_long_text', array(
11301   'fields' => array(
11302     'entity_type' => array(
11303       'type' => 'varchar',
11304       'not null' => TRUE,
11305       'length' => '128',
11306       'default' => '',
11307     ),
11308     'bundle' => array(
11309       'type' => 'varchar',
11310       'not null' => TRUE,
11311       'length' => '128',
11312       'default' => '',
11313     ),
11314     'deleted' => array(
11315       'type' => 'int',
11316       'not null' => TRUE,
11317       'size' => 'normal',
11318       'default' => '0',
11319     ),
11320     'entity_id' => array(
11321       'type' => 'int',
11322       'not null' => TRUE,
11323       'size' => 'normal',
11324       'unsigned' => TRUE,
11325     ),
11326     'revision_id' => array(
11327       'type' => 'int',
11328       'not null' => TRUE,
11329       'size' => 'normal',
11330       'unsigned' => TRUE,
11331     ),
11332     'language' => array(
11333       'type' => 'varchar',
11334       'not null' => TRUE,
11335       'length' => '32',
11336       'default' => '',
11337     ),
11338     'delta' => array(
11339       'type' => 'int',
11340       'not null' => TRUE,
11341       'size' => 'normal',
11342       'unsigned' => TRUE,
11343     ),
11344     'field_long_text_value' => array(
11345       'type' => 'text',
11346       'not null' => FALSE,
11347       'size' => 'normal',
11348     ),
11349     'field_long_text_summary' => array(
11350       'type' => 'text',
11351       'not null' => FALSE,
11352       'size' => 'normal',
11353     ),
11354     'field_long_text_format' => array(
11355       'type' => 'varchar',
11356       'not null' => FALSE,
11357       'length' => '255',
11358     ),
11359   ),
11360   'primary key' => array(
11361     'entity_type',
11362     'deleted',
11363     'entity_id',
11364     'revision_id',
11365     'language',
11366     'delta',
11367   ),
11368   'mysql_character_set' => 'utf8',
11369 ));
11370
11371 $connection->schema()->createTable('field_revision_field_node_entityreference', array(
11372   'fields' => array(
11373     'entity_type' => array(
11374       'type' => 'varchar',
11375       'not null' => TRUE,
11376       'length' => '128',
11377       'default' => '',
11378     ),
11379     'bundle' => array(
11380       'type' => 'varchar',
11381       'not null' => TRUE,
11382       'length' => '128',
11383       'default' => '',
11384     ),
11385     'deleted' => array(
11386       'type' => 'int',
11387       'not null' => TRUE,
11388       'size' => 'tiny',
11389       'default' => '0',
11390     ),
11391     'entity_id' => array(
11392       'type' => 'int',
11393       'not null' => TRUE,
11394       'size' => 'normal',
11395       'unsigned' => TRUE,
11396     ),
11397     'revision_id' => array(
11398       'type' => 'int',
11399       'not null' => TRUE,
11400       'size' => 'normal',
11401       'unsigned' => TRUE,
11402     ),
11403     'language' => array(
11404       'type' => 'varchar',
11405       'not null' => TRUE,
11406       'length' => '32',
11407       'default' => '',
11408     ),
11409     'delta' => array(
11410       'type' => 'int',
11411       'not null' => TRUE,
11412       'size' => 'normal',
11413       'unsigned' => TRUE,
11414     ),
11415     'field_node_entityreference_target_id' => array(
11416       'type' => 'int',
11417       'not null' => TRUE,
11418       'size' => 'normal',
11419       'unsigned' => TRUE,
11420     ),
11421   ),
11422   'primary key' => array(
11423     'entity_type',
11424     'entity_id',
11425     'revision_id',
11426     'deleted',
11427     'delta',
11428     'language',
11429   ),
11430   'indexes' => array(
11431     'entity_type' => array(
11432       'entity_type',
11433     ),
11434     'bundle' => array(
11435       'bundle',
11436     ),
11437     'deleted' => array(
11438       'deleted',
11439     ),
11440     'entity_id' => array(
11441       'entity_id',
11442     ),
11443     'revision_id' => array(
11444       'revision_id',
11445     ),
11446     'language' => array(
11447       'language',
11448     ),
11449     'field_node_entityreference_target_id' => array(
11450       'field_node_entityreference_target_id',
11451     ),
11452   ),
11453   'mysql_character_set' => 'utf8',
11454 ));
11455
11456 $connection->insert('field_revision_field_node_entityreference')
11457 ->fields(array(
11458   'entity_type',
11459   'bundle',
11460   'deleted',
11461   'entity_id',
11462   'revision_id',
11463   'language',
11464   'delta',
11465   'field_node_entityreference_target_id',
11466 ))
11467 ->values(array(
11468   'entity_type' => 'node',
11469   'bundle' => 'test_content_type',
11470   'deleted' => '0',
11471   'entity_id' => '1',
11472   'revision_id' => '1',
11473   'language' => 'und',
11474   'delta' => '0',
11475   'field_node_entityreference_target_id' => '2',
11476 ))
11477 ->execute();
11478
11479 $connection->schema()->createTable('field_revision_field_phone', array(
11480   'fields' => array(
11481     'entity_type' => array(
11482       'type' => 'varchar',
11483       'not null' => TRUE,
11484       'length' => '128',
11485       'default' => '',
11486     ),
11487     'bundle' => array(
11488       'type' => 'varchar',
11489       'not null' => TRUE,
11490       'length' => '128',
11491       'default' => '',
11492     ),
11493     'deleted' => array(
11494       'type' => 'int',
11495       'not null' => TRUE,
11496       'size' => 'normal',
11497       'default' => '0',
11498     ),
11499     'entity_id' => array(
11500       'type' => 'int',
11501       'not null' => TRUE,
11502       'size' => 'normal',
11503       'unsigned' => TRUE,
11504     ),
11505     'revision_id' => array(
11506       'type' => 'int',
11507       'not null' => TRUE,
11508       'size' => 'normal',
11509       'unsigned' => TRUE,
11510     ),
11511     'language' => array(
11512       'type' => 'varchar',
11513       'not null' => TRUE,
11514       'length' => '32',
11515       'default' => '',
11516     ),
11517     'delta' => array(
11518       'type' => 'int',
11519       'not null' => TRUE,
11520       'size' => 'normal',
11521       'unsigned' => TRUE,
11522     ),
11523     'field_phone_value' => array(
11524       'type' => 'varchar',
11525       'not null' => FALSE,
11526       'length' => '255',
11527     ),
11528   ),
11529   'primary key' => array(
11530     'entity_type',
11531     'deleted',
11532     'entity_id',
11533     'revision_id',
11534     'language',
11535     'delta',
11536   ),
11537   'mysql_character_set' => 'utf8',
11538 ));
11539
11540 $connection->insert('field_revision_field_phone')
11541 ->fields(array(
11542   'entity_type',
11543   'bundle',
11544   'deleted',
11545   'entity_id',
11546   'revision_id',
11547   'language',
11548   'delta',
11549   'field_phone_value',
11550 ))
11551 ->values(array(
11552   'entity_type' => 'node',
11553   'bundle' => 'test_content_type',
11554   'deleted' => '0',
11555   'entity_id' => '1',
11556   'revision_id' => '1',
11557   'language' => 'und',
11558   'delta' => '0',
11559   'field_phone_value' => '99-99-99-99',
11560 ))
11561 ->values(array(
11562   'entity_type' => 'node',
11563   'bundle' => 'test_content_type',
11564   'deleted' => '0',
11565   'entity_id' => '1',
11566   'revision_id' => '6',
11567   'language' => 'und',
11568   'delta' => '0',
11569   'field_phone_value' => '99-99-99-99',
11570 ))
11571 ->execute();
11572
11573 $connection->schema()->createTable('field_revision_field_private_file', array(
11574   'fields' => array(
11575     'entity_type' => array(
11576       'type' => 'varchar',
11577       'not null' => TRUE,
11578       'length' => '128',
11579       'default' => '',
11580     ),
11581     'bundle' => array(
11582       'type' => 'varchar',
11583       'not null' => TRUE,
11584       'length' => '128',
11585       'default' => '',
11586     ),
11587     'deleted' => array(
11588       'type' => 'int',
11589       'not null' => TRUE,
11590       'size' => 'tiny',
11591       'default' => '0',
11592     ),
11593     'entity_id' => array(
11594       'type' => 'int',
11595       'not null' => TRUE,
11596       'size' => 'normal',
11597       'unsigned' => TRUE,
11598     ),
11599     'revision_id' => array(
11600       'type' => 'int',
11601       'not null' => TRUE,
11602       'size' => 'normal',
11603       'unsigned' => TRUE,
11604     ),
11605     'language' => array(
11606       'type' => 'varchar',
11607       'not null' => TRUE,
11608       'length' => '32',
11609       'default' => '',
11610     ),
11611     'delta' => array(
11612       'type' => 'int',
11613       'not null' => TRUE,
11614       'size' => 'normal',
11615       'unsigned' => TRUE,
11616     ),
11617     'field_private_file_fid' => array(
11618       'type' => 'int',
11619       'not null' => FALSE,
11620       'size' => 'normal',
11621       'unsigned' => TRUE,
11622     ),
11623     'field_private_file_display' => array(
11624       'type' => 'int',
11625       'not null' => TRUE,
11626       'size' => 'tiny',
11627       'default' => '1',
11628       'unsigned' => TRUE,
11629     ),
11630     'field_private_file_description' => array(
11631       'type' => 'text',
11632       'not null' => FALSE,
11633       'size' => 'normal',
11634     ),
11635   ),
11636   'primary key' => array(
11637     'entity_type',
11638     'entity_id',
11639     'revision_id',
11640     'deleted',
11641     'delta',
11642     'language',
11643   ),
11644   'indexes' => array(
11645     'entity_type' => array(
11646       'entity_type',
11647     ),
11648     'bundle' => array(
11649       'bundle',
11650     ),
11651     'deleted' => array(
11652       'deleted',
11653     ),
11654     'entity_id' => array(
11655       'entity_id',
11656     ),
11657     'revision_id' => array(
11658       'revision_id',
11659     ),
11660     'language' => array(
11661       'language',
11662     ),
11663     'field_private_file_fid' => array(
11664       'field_private_file_fid',
11665     ),
11666   ),
11667   'mysql_character_set' => 'utf8',
11668 ));
11669
11670 $connection->insert('field_revision_field_private_file')
11671 ->fields(array(
11672   'entity_type',
11673   'bundle',
11674   'deleted',
11675   'entity_id',
11676   'revision_id',
11677   'language',
11678   'delta',
11679   'field_private_file_fid',
11680   'field_private_file_display',
11681   'field_private_file_description',
11682 ))
11683 ->values(array(
11684   'entity_type' => 'node',
11685   'bundle' => 'test_content_type',
11686   'deleted' => '0',
11687   'entity_id' => '1',
11688   'revision_id' => '6',
11689   'language' => 'und',
11690   'delta' => '0',
11691   'field_private_file_fid' => '4',
11692   'field_private_file_display' => '1',
11693   'field_private_file_description' => '',
11694 ))
11695 ->execute();
11696
11697 $connection->schema()->createTable('field_revision_field_reference', array(
11698   'fields' => array(
11699     'entity_type' => array(
11700       'type' => 'varchar',
11701       'not null' => TRUE,
11702       'length' => '128',
11703       'default' => '',
11704     ),
11705     'bundle' => array(
11706       'type' => 'varchar',
11707       'not null' => TRUE,
11708       'length' => '128',
11709       'default' => '',
11710     ),
11711     'deleted' => array(
11712       'type' => 'int',
11713       'not null' => TRUE,
11714       'size' => 'tiny',
11715       'default' => '0',
11716     ),
11717     'entity_id' => array(
11718       'type' => 'int',
11719       'not null' => TRUE,
11720       'size' => 'normal',
11721       'unsigned' => TRUE,
11722     ),
11723     'revision_id' => array(
11724       'type' => 'int',
11725       'not null' => TRUE,
11726       'size' => 'normal',
11727       'unsigned' => TRUE,
11728     ),
11729     'language' => array(
11730       'type' => 'varchar',
11731       'not null' => TRUE,
11732       'length' => '32',
11733       'default' => '',
11734     ),
11735     'delta' => array(
11736       'type' => 'int',
11737       'not null' => TRUE,
11738       'size' => 'normal',
11739       'unsigned' => TRUE,
11740     ),
11741     'field_reference_target_id' => array(
11742       'type' => 'int',
11743       'not null' => TRUE,
11744       'size' => 'normal',
11745       'unsigned' => TRUE,
11746     ),
11747   ),
11748   'primary key' => array(
11749     'entity_type',
11750     'entity_id',
11751     'revision_id',
11752     'deleted',
11753     'delta',
11754     'language',
11755   ),
11756   'indexes' => array(
11757     'entity_type' => array(
11758       'entity_type',
11759     ),
11760     'bundle' => array(
11761       'bundle',
11762     ),
11763     'deleted' => array(
11764       'deleted',
11765     ),
11766     'entity_id' => array(
11767       'entity_id',
11768     ),
11769     'revision_id' => array(
11770       'revision_id',
11771     ),
11772     'language' => array(
11773       'language',
11774     ),
11775     'field_reference_target_id' => array(
11776       'field_reference_target_id',
11777     ),
11778   ),
11779   'mysql_character_set' => 'utf8',
11780 ));
11781
11782 $connection->insert('field_revision_field_reference')
11783 ->fields(array(
11784   'entity_type',
11785   'bundle',
11786   'deleted',
11787   'entity_id',
11788   'revision_id',
11789   'language',
11790   'delta',
11791   'field_reference_target_id',
11792 ))
11793 ->values(array(
11794   'entity_type' => 'node',
11795   'bundle' => 'article',
11796   'deleted' => '0',
11797   'entity_id' => '2',
11798   'revision_id' => '2',
11799   'language' => 'und',
11800   'delta' => '0',
11801   'field_reference_target_id' => '5',
11802 ))
11803 ->values(array(
11804   'entity_type' => 'node',
11805   'bundle' => 'article',
11806   'deleted' => '0',
11807   'entity_id' => '3',
11808   'revision_id' => '3',
11809   'language' => 'und',
11810   'delta' => '0',
11811   'field_reference_target_id' => '4',
11812 ))
11813 ->values(array(
11814   'entity_type' => 'node',
11815   'bundle' => 'article',
11816   'deleted' => '0',
11817   'entity_id' => '4',
11818   'revision_id' => '4',
11819   'language' => 'und',
11820   'delta' => '0',
11821   'field_reference_target_id' => '3',
11822 ))
11823 ->values(array(
11824   'entity_type' => 'node',
11825   'bundle' => 'article',
11826   'deleted' => '0',
11827   'entity_id' => '5',
11828   'revision_id' => '5',
11829   'language' => 'und',
11830   'delta' => '0',
11831   'field_reference_target_id' => '2',
11832 ))
11833 ->execute();
11834
11835 $connection->schema()->createTable('field_revision_field_reference_2', array(
11836   'fields' => array(
11837     'entity_type' => array(
11838       'type' => 'varchar',
11839       'not null' => TRUE,
11840       'length' => '128',
11841       'default' => '',
11842     ),
11843     'bundle' => array(
11844       'type' => 'varchar',
11845       'not null' => TRUE,
11846       'length' => '128',
11847       'default' => '',
11848     ),
11849     'deleted' => array(
11850       'type' => 'int',
11851       'not null' => TRUE,
11852       'size' => 'tiny',
11853       'default' => '0',
11854     ),
11855     'entity_id' => array(
11856       'type' => 'int',
11857       'not null' => TRUE,
11858       'size' => 'normal',
11859       'unsigned' => TRUE,
11860     ),
11861     'revision_id' => array(
11862       'type' => 'int',
11863       'not null' => TRUE,
11864       'size' => 'normal',
11865       'unsigned' => TRUE,
11866     ),
11867     'language' => array(
11868       'type' => 'varchar',
11869       'not null' => TRUE,
11870       'length' => '32',
11871       'default' => '',
11872     ),
11873     'delta' => array(
11874       'type' => 'int',
11875       'not null' => TRUE,
11876       'size' => 'normal',
11877       'unsigned' => TRUE,
11878     ),
11879     'field_reference_2_target_id' => array(
11880       'type' => 'int',
11881       'not null' => TRUE,
11882       'size' => 'normal',
11883       'unsigned' => TRUE,
11884     ),
11885   ),
11886   'primary key' => array(
11887     'entity_type',
11888     'entity_id',
11889     'revision_id',
11890     'deleted',
11891     'delta',
11892     'language',
11893   ),
11894   'indexes' => array(
11895     'entity_type' => array(
11896       'entity_type',
11897     ),
11898     'bundle' => array(
11899       'bundle',
11900     ),
11901     'deleted' => array(
11902       'deleted',
11903     ),
11904     'entity_id' => array(
11905       'entity_id',
11906     ),
11907     'revision_id' => array(
11908       'revision_id',
11909     ),
11910     'language' => array(
11911       'language',
11912     ),
11913     'field_reference_2_target_id' => array(
11914       'field_reference_2_target_id',
11915     ),
11916   ),
11917   'mysql_character_set' => 'utf8',
11918 ));
11919
11920 $connection->insert('field_revision_field_reference_2')
11921 ->fields(array(
11922   'entity_type',
11923   'bundle',
11924   'deleted',
11925   'entity_id',
11926   'revision_id',
11927   'language',
11928   'delta',
11929   'field_reference_2_target_id',
11930 ))
11931 ->values(array(
11932   'entity_type' => 'node',
11933   'bundle' => 'article',
11934   'deleted' => '0',
11935   'entity_id' => '2',
11936   'revision_id' => '2',
11937   'language' => 'und',
11938   'delta' => '0',
11939   'field_reference_2_target_id' => '5',
11940 ))
11941 ->values(array(
11942   'entity_type' => 'node',
11943   'bundle' => 'article',
11944   'deleted' => '0',
11945   'entity_id' => '3',
11946   'revision_id' => '3',
11947   'language' => 'und',
11948   'delta' => '0',
11949   'field_reference_2_target_id' => '4',
11950 ))
11951 ->values(array(
11952   'entity_type' => 'node',
11953   'bundle' => 'article',
11954   'deleted' => '0',
11955   'entity_id' => '4',
11956   'revision_id' => '4',
11957   'language' => 'und',
11958   'delta' => '0',
11959   'field_reference_2_target_id' => '3',
11960 ))
11961 ->values(array(
11962   'entity_type' => 'node',
11963   'bundle' => 'article',
11964   'deleted' => '0',
11965   'entity_id' => '5',
11966   'revision_id' => '5',
11967   'language' => 'und',
11968   'delta' => '0',
11969   'field_reference_2_target_id' => '2',
11970 ))
11971 ->execute();
11972
11973 $connection->schema()->createTable('field_revision_field_tags', array(
11974   'fields' => array(
11975     'entity_type' => array(
11976       'type' => 'varchar',
11977       'not null' => TRUE,
11978       'length' => '128',
11979       'default' => '',
11980     ),
11981     'bundle' => array(
11982       'type' => 'varchar',
11983       'not null' => TRUE,
11984       'length' => '128',
11985       'default' => '',
11986     ),
11987     'deleted' => array(
11988       'type' => 'int',
11989       'not null' => TRUE,
11990       'size' => 'normal',
11991       'default' => '0',
11992     ),
11993     'entity_id' => array(
11994       'type' => 'int',
11995       'not null' => TRUE,
11996       'size' => 'normal',
11997       'unsigned' => TRUE,
11998     ),
11999     'revision_id' => array(
12000       'type' => 'int',
12001       'not null' => TRUE,
12002       'size' => 'normal',
12003       'unsigned' => TRUE,
12004     ),
12005     'language' => array(
12006       'type' => 'varchar',
12007       'not null' => TRUE,
12008       'length' => '32',
12009       'default' => '',
12010     ),
12011     'delta' => array(
12012       'type' => 'int',
12013       'not null' => TRUE,
12014       'size' => 'normal',
12015       'unsigned' => TRUE,
12016     ),
12017     'field_tags_tid' => array(
12018       'type' => 'int',
12019       'not null' => FALSE,
12020       'size' => 'normal',
12021       'unsigned' => TRUE,
12022     ),
12023   ),
12024   'primary key' => array(
12025     'entity_type',
12026     'deleted',
12027     'entity_id',
12028     'revision_id',
12029     'language',
12030     'delta',
12031   ),
12032   'mysql_character_set' => 'utf8',
12033 ));
12034
12035 $connection->insert('field_revision_field_tags')
12036 ->fields(array(
12037   'entity_type',
12038   'bundle',
12039   'deleted',
12040   'entity_id',
12041   'revision_id',
12042   'language',
12043   'delta',
12044   'field_tags_tid',
12045 ))
12046 ->values(array(
12047   'entity_type' => 'node',
12048   'bundle' => 'article',
12049   'deleted' => '0',
12050   'entity_id' => '2',
12051   'revision_id' => '2',
12052   'language' => 'und',
12053   'delta' => '0',
12054   'field_tags_tid' => '9',
12055 ))
12056 ->values(array(
12057   'entity_type' => 'node',
12058   'bundle' => 'article',
12059   'deleted' => '0',
12060   'entity_id' => '3',
12061   'revision_id' => '3',
12062   'language' => 'und',
12063   'delta' => '0',
12064   'field_tags_tid' => '9',
12065 ))
12066 ->values(array(
12067   'entity_type' => 'node',
12068   'bundle' => 'article',
12069   'deleted' => '0',
12070   'entity_id' => '2',
12071   'revision_id' => '2',
12072   'language' => 'und',
12073   'delta' => '1',
12074   'field_tags_tid' => '14',
12075 ))
12076 ->values(array(
12077   'entity_type' => 'node',
12078   'bundle' => 'article',
12079   'deleted' => '0',
12080   'entity_id' => '3',
12081   'revision_id' => '3',
12082   'language' => 'und',
12083   'delta' => '1',
12084   'field_tags_tid' => '14',
12085 ))
12086 ->values(array(
12087   'entity_type' => 'node',
12088   'bundle' => 'article',
12089   'deleted' => '0',
12090   'entity_id' => '2',
12091   'revision_id' => '2',
12092   'language' => 'und',
12093   'delta' => '2',
12094   'field_tags_tid' => '17',
12095 ))
12096 ->values(array(
12097   'entity_type' => 'node',
12098   'bundle' => 'article',
12099   'deleted' => '0',
12100   'entity_id' => '3',
12101   'revision_id' => '3',
12102   'language' => 'und',
12103   'delta' => '2',
12104   'field_tags_tid' => '17',
12105 ))
12106 ->execute();
12107
12108 $connection->schema()->createTable('field_revision_field_term_entityreference', array(
12109   'fields' => array(
12110     'entity_type' => array(
12111       'type' => 'varchar',
12112       'not null' => TRUE,
12113       'length' => '128',
12114       'default' => '',
12115     ),
12116     'bundle' => array(
12117       'type' => 'varchar',
12118       'not null' => TRUE,
12119       'length' => '128',
12120       'default' => '',
12121     ),
12122     'deleted' => array(
12123       'type' => 'int',
12124       'not null' => TRUE,
12125       'size' => 'tiny',
12126       'default' => '0',
12127     ),
12128     'entity_id' => array(
12129       'type' => 'int',
12130       'not null' => TRUE,
12131       'size' => 'normal',
12132       'unsigned' => TRUE,
12133     ),
12134     'revision_id' => array(
12135       'type' => 'int',
12136       'not null' => TRUE,
12137       'size' => 'normal',
12138       'unsigned' => TRUE,
12139     ),
12140     'language' => array(
12141       'type' => 'varchar',
12142       'not null' => TRUE,
12143       'length' => '32',
12144       'default' => '',
12145     ),
12146     'delta' => array(
12147       'type' => 'int',
12148       'not null' => TRUE,
12149       'size' => 'normal',
12150       'unsigned' => TRUE,
12151     ),
12152     'field_term_entityreference_target_id' => array(
12153       'type' => 'int',
12154       'not null' => TRUE,
12155       'size' => 'normal',
12156       'unsigned' => TRUE,
12157     ),
12158   ),
12159   'primary key' => array(
12160     'entity_type',
12161     'entity_id',
12162     'revision_id',
12163     'deleted',
12164     'delta',
12165     'language',
12166   ),
12167   'indexes' => array(
12168     'entity_type' => array(
12169       'entity_type',
12170     ),
12171     'bundle' => array(
12172       'bundle',
12173     ),
12174     'deleted' => array(
12175       'deleted',
12176     ),
12177     'entity_id' => array(
12178       'entity_id',
12179     ),
12180     'revision_id' => array(
12181       'revision_id',
12182     ),
12183     'language' => array(
12184       'language',
12185     ),
12186     'field_term_entityreference_target_id' => array(
12187       'field_term_entityreference_target_id',
12188     ),
12189   ),
12190   'mysql_character_set' => 'utf8',
12191 ));
12192
12193 $connection->insert('field_revision_field_term_entityreference')
12194 ->fields(array(
12195   'entity_type',
12196   'bundle',
12197   'deleted',
12198   'entity_id',
12199   'revision_id',
12200   'language',
12201   'delta',
12202   'field_term_entityreference_target_id',
12203 ))
12204 ->values(array(
12205   'entity_type' => 'node',
12206   'bundle' => 'test_content_type',
12207   'deleted' => '0',
12208   'entity_id' => '1',
12209   'revision_id' => '1',
12210   'language' => 'und',
12211   'delta' => '0',
12212   'field_term_entityreference_target_id' => '17',
12213 ))
12214 ->values(array(
12215   'entity_type' => 'node',
12216   'bundle' => 'test_content_type',
12217   'deleted' => '0',
12218   'entity_id' => '1',
12219   'revision_id' => '1',
12220   'language' => 'und',
12221   'delta' => '1',
12222   'field_term_entityreference_target_id' => '15',
12223 ))
12224 ->execute();
12225
12226 $connection->schema()->createTable('field_revision_field_term_reference', array(
12227   'fields' => array(
12228     'entity_type' => array(
12229       'type' => 'varchar',
12230       'not null' => TRUE,
12231       'length' => '128',
12232       'default' => '',
12233     ),
12234     'bundle' => array(
12235       'type' => 'varchar',
12236       'not null' => TRUE,
12237       'length' => '128',
12238       'default' => '',
12239     ),
12240     'deleted' => array(
12241       'type' => 'int',
12242       'not null' => TRUE,
12243       'size' => 'normal',
12244       'default' => '0',
12245     ),
12246     'entity_id' => array(
12247       'type' => 'int',
12248       'not null' => TRUE,
12249       'size' => 'normal',
12250       'unsigned' => TRUE,
12251     ),
12252     'revision_id' => array(
12253       'type' => 'int',
12254       'not null' => TRUE,
12255       'size' => 'normal',
12256       'unsigned' => TRUE,
12257     ),
12258     'language' => array(
12259       'type' => 'varchar',
12260       'not null' => TRUE,
12261       'length' => '32',
12262       'default' => '',
12263     ),
12264     'delta' => array(
12265       'type' => 'int',
12266       'not null' => TRUE,
12267       'size' => 'normal',
12268       'unsigned' => TRUE,
12269     ),
12270     'field_term_reference_tid' => array(
12271       'type' => 'int',
12272       'not null' => FALSE,
12273       'size' => 'normal',
12274       'unsigned' => TRUE,
12275     ),
12276   ),
12277   'primary key' => array(
12278     'entity_type',
12279     'deleted',
12280     'entity_id',
12281     'revision_id',
12282     'language',
12283     'delta',
12284   ),
12285   'mysql_character_set' => 'utf8',
12286 ));
12287
12288 $connection->insert('field_revision_field_term_reference')
12289 ->fields(array(
12290   'entity_type',
12291   'bundle',
12292   'deleted',
12293   'entity_id',
12294   'revision_id',
12295   'language',
12296   'delta',
12297   'field_term_reference_tid',
12298 ))
12299 ->values(array(
12300   'entity_type' => 'node',
12301   'bundle' => 'test_content_type',
12302   'deleted' => '0',
12303   'entity_id' => '1',
12304   'revision_id' => '1',
12305   'language' => 'und',
12306   'delta' => '0',
12307   'field_term_reference_tid' => '4',
12308 ))
12309 ->values(array(
12310   'entity_type' => 'taxonomy_term',
12311   'bundle' => 'test_vocabulary',
12312   'deleted' => '0',
12313   'entity_id' => '2',
12314   'revision_id' => '2',
12315   'language' => 'und',
12316   'delta' => '0',
12317   'field_term_reference_tid' => '3',
12318 ))
12319 ->execute();
12320
12321 $connection->schema()->createTable('field_revision_field_text', array(
12322   'fields' => array(
12323     'entity_type' => array(
12324       'type' => 'varchar',
12325       'not null' => TRUE,
12326       'length' => '128',
12327       'default' => '',
12328     ),
12329     'bundle' => array(
12330       'type' => 'varchar',
12331       'not null' => TRUE,
12332       'length' => '128',
12333       'default' => '',
12334     ),
12335     'deleted' => array(
12336       'type' => 'int',
12337       'not null' => TRUE,
12338       'size' => 'normal',
12339       'default' => '0',
12340     ),
12341     'entity_id' => array(
12342       'type' => 'int',
12343       'not null' => TRUE,
12344       'size' => 'normal',
12345       'unsigned' => TRUE,
12346     ),
12347     'revision_id' => array(
12348       'type' => 'int',
12349       'not null' => TRUE,
12350       'size' => 'normal',
12351       'unsigned' => TRUE,
12352     ),
12353     'language' => array(
12354       'type' => 'varchar',
12355       'not null' => TRUE,
12356       'length' => '32',
12357       'default' => '',
12358     ),
12359     'delta' => array(
12360       'type' => 'int',
12361       'not null' => TRUE,
12362       'size' => 'normal',
12363       'unsigned' => TRUE,
12364     ),
12365     'field_text_value' => array(
12366       'type' => 'varchar',
12367       'not null' => FALSE,
12368       'length' => '256',
12369     ),
12370     'field_text_format' => array(
12371       'type' => 'varchar',
12372       'not null' => FALSE,
12373       'length' => '255',
12374     ),
12375   ),
12376   'primary key' => array(
12377     'entity_type',
12378     'deleted',
12379     'entity_id',
12380     'revision_id',
12381     'language',
12382     'delta',
12383   ),
12384   'mysql_character_set' => 'utf8',
12385 ));
12386
12387 $connection->insert('field_revision_field_text')
12388 ->fields(array(
12389   'entity_type',
12390   'bundle',
12391   'deleted',
12392   'entity_id',
12393   'revision_id',
12394   'language',
12395   'delta',
12396   'field_text_value',
12397   'field_text_format',
12398 ))
12399 ->values(array(
12400   'entity_type' => 'node',
12401   'bundle' => 'test_content_type',
12402   'deleted' => '0',
12403   'entity_id' => '1',
12404   'revision_id' => '1',
12405   'language' => 'und',
12406   'delta' => '0',
12407   'field_text_value' => 'qwerty',
12408   'field_text_format' => NULL,
12409 ))
12410 ->execute();
12411
12412 $connection->schema()->createTable('field_revision_field_text_filtered', array(
12413   'fields' => array(
12414     'entity_type' => array(
12415       'type' => 'varchar',
12416       'not null' => TRUE,
12417       'length' => '128',
12418       'default' => '',
12419     ),
12420     'bundle' => array(
12421       'type' => 'varchar',
12422       'not null' => TRUE,
12423       'length' => '128',
12424       'default' => '',
12425     ),
12426     'deleted' => array(
12427       'type' => 'int',
12428       'not null' => TRUE,
12429       'size' => 'tiny',
12430       'default' => '0',
12431     ),
12432     'entity_id' => array(
12433       'type' => 'int',
12434       'not null' => TRUE,
12435       'size' => 'normal',
12436       'unsigned' => TRUE,
12437     ),
12438     'revision_id' => array(
12439       'type' => 'int',
12440       'not null' => TRUE,
12441       'size' => 'normal',
12442       'unsigned' => TRUE,
12443     ),
12444     'language' => array(
12445       'type' => 'varchar',
12446       'not null' => TRUE,
12447       'length' => '32',
12448       'default' => '',
12449     ),
12450     'delta' => array(
12451       'type' => 'int',
12452       'not null' => TRUE,
12453       'size' => 'normal',
12454       'unsigned' => TRUE,
12455     ),
12456     'field_text_filtered_value' => array(
12457       'type' => 'varchar',
12458       'not null' => FALSE,
12459       'length' => '255',
12460     ),
12461     'field_text_filtered_format' => array(
12462       'type' => 'varchar',
12463       'not null' => FALSE,
12464       'length' => '255',
12465     ),
12466   ),
12467   'primary key' => array(
12468     'entity_type',
12469     'entity_id',
12470     'revision_id',
12471     'deleted',
12472     'delta',
12473     'language',
12474   ),
12475   'indexes' => array(
12476     'entity_type' => array(
12477       'entity_type',
12478     ),
12479     'bundle' => array(
12480       'bundle',
12481     ),
12482     'deleted' => array(
12483       'deleted',
12484     ),
12485     'entity_id' => array(
12486       'entity_id',
12487     ),
12488     'revision_id' => array(
12489       'revision_id',
12490     ),
12491     'language' => array(
12492       'language',
12493     ),
12494     'field_text_filtered_format' => array(
12495       'field_text_filtered_format',
12496     ),
12497   ),
12498   'mysql_character_set' => 'utf8',
12499 ));
12500
12501 $connection->schema()->createTable('field_revision_field_text_list', array(
12502   'fields' => array(
12503     'entity_type' => array(
12504       'type' => 'varchar',
12505       'not null' => TRUE,
12506       'length' => '128',
12507       'default' => '',
12508     ),
12509     'bundle' => array(
12510       'type' => 'varchar',
12511       'not null' => TRUE,
12512       'length' => '128',
12513       'default' => '',
12514     ),
12515     'deleted' => array(
12516       'type' => 'int',
12517       'not null' => TRUE,
12518       'size' => 'normal',
12519       'default' => '0',
12520     ),
12521     'entity_id' => array(
12522       'type' => 'int',
12523       'not null' => TRUE,
12524       'size' => 'normal',
12525       'unsigned' => TRUE,
12526     ),
12527     'revision_id' => array(
12528       'type' => 'int',
12529       'not null' => TRUE,
12530       'size' => 'normal',
12531       'unsigned' => TRUE,
12532     ),
12533     'language' => array(
12534       'type' => 'varchar',
12535       'not null' => TRUE,
12536       'length' => '32',
12537       'default' => '',
12538     ),
12539     'delta' => array(
12540       'type' => 'int',
12541       'not null' => TRUE,
12542       'size' => 'normal',
12543       'unsigned' => TRUE,
12544     ),
12545     'field_text_list_value' => array(
12546       'type' => 'varchar',
12547       'not null' => FALSE,
12548       'length' => '255',
12549     ),
12550   ),
12551   'primary key' => array(
12552     'entity_type',
12553     'deleted',
12554     'entity_id',
12555     'revision_id',
12556     'language',
12557     'delta',
12558   ),
12559   'mysql_character_set' => 'utf8',
12560 ));
12561
12562 $connection->insert('field_revision_field_text_list')
12563 ->fields(array(
12564   'entity_type',
12565   'bundle',
12566   'deleted',
12567   'entity_id',
12568   'revision_id',
12569   'language',
12570   'delta',
12571   'field_text_list_value',
12572 ))
12573 ->values(array(
12574   'entity_type' => 'node',
12575   'bundle' => 'test_content_type',
12576   'deleted' => '0',
12577   'entity_id' => '1',
12578   'revision_id' => '1',
12579   'language' => 'und',
12580   'delta' => '0',
12581   'field_text_list_value' => 'Some more text',
12582 ))
12583 ->execute();
12584
12585 $connection->schema()->createTable('field_revision_field_text_long_filtered', array(
12586   'fields' => array(
12587     'entity_type' => array(
12588       'type' => 'varchar',
12589       'not null' => TRUE,
12590       'length' => '128',
12591       'default' => '',
12592     ),
12593     'bundle' => array(
12594       'type' => 'varchar',
12595       'not null' => TRUE,
12596       'length' => '128',
12597       'default' => '',
12598     ),
12599     'deleted' => array(
12600       'type' => 'int',
12601       'not null' => TRUE,
12602       'size' => 'tiny',
12603       'default' => '0',
12604     ),
12605     'entity_id' => array(
12606       'type' => 'int',
12607       'not null' => TRUE,
12608       'size' => 'normal',
12609       'unsigned' => TRUE,
12610     ),
12611     'revision_id' => array(
12612       'type' => 'int',
12613       'not null' => TRUE,
12614       'size' => 'normal',
12615       'unsigned' => TRUE,
12616     ),
12617     'language' => array(
12618       'type' => 'varchar',
12619       'not null' => TRUE,
12620       'length' => '32',
12621       'default' => '',
12622     ),
12623     'delta' => array(
12624       'type' => 'int',
12625       'not null' => TRUE,
12626       'size' => 'normal',
12627       'unsigned' => TRUE,
12628     ),
12629     'field_text_long_filtered_value' => array(
12630       'type' => 'text',
12631       'not null' => FALSE,
12632       'size' => 'big',
12633     ),
12634     'field_text_long_filtered_format' => array(
12635       'type' => 'varchar',
12636       'not null' => FALSE,
12637       'length' => '255',
12638     ),
12639   ),
12640   'primary key' => array(
12641     'entity_type',
12642     'entity_id',
12643     'revision_id',
12644     'deleted',
12645     'delta',
12646     'language',
12647   ),
12648   'indexes' => array(
12649     'entity_type' => array(
12650       'entity_type',
12651     ),
12652     'bundle' => array(
12653       'bundle',
12654     ),
12655     'deleted' => array(
12656       'deleted',
12657     ),
12658     'entity_id' => array(
12659       'entity_id',
12660     ),
12661     'revision_id' => array(
12662       'revision_id',
12663     ),
12664     'language' => array(
12665       'language',
12666     ),
12667     'field_text_long_filtered_format' => array(
12668       'field_text_long_filtered_format',
12669     ),
12670   ),
12671   'mysql_character_set' => 'utf8',
12672 ));
12673
12674 $connection->schema()->createTable('field_revision_field_text_long_plain', array(
12675   'fields' => array(
12676     'entity_type' => array(
12677       'type' => 'varchar',
12678       'not null' => TRUE,
12679       'length' => '128',
12680       'default' => '',
12681     ),
12682     'bundle' => array(
12683       'type' => 'varchar',
12684       'not null' => TRUE,
12685       'length' => '128',
12686       'default' => '',
12687     ),
12688     'deleted' => array(
12689       'type' => 'int',
12690       'not null' => TRUE,
12691       'size' => 'tiny',
12692       'default' => '0',
12693     ),
12694     'entity_id' => array(
12695       'type' => 'int',
12696       'not null' => TRUE,
12697       'size' => 'normal',
12698       'unsigned' => TRUE,
12699     ),
12700     'revision_id' => array(
12701       'type' => 'int',
12702       'not null' => TRUE,
12703       'size' => 'normal',
12704       'unsigned' => TRUE,
12705     ),
12706     'language' => array(
12707       'type' => 'varchar',
12708       'not null' => TRUE,
12709       'length' => '32',
12710       'default' => '',
12711     ),
12712     'delta' => array(
12713       'type' => 'int',
12714       'not null' => TRUE,
12715       'size' => 'normal',
12716       'unsigned' => TRUE,
12717     ),
12718     'field_text_long_plain_value' => array(
12719       'type' => 'text',
12720       'not null' => FALSE,
12721       'size' => 'big',
12722     ),
12723     'field_text_long_plain_format' => array(
12724       'type' => 'varchar',
12725       'not null' => FALSE,
12726       'length' => '255',
12727     ),
12728   ),
12729   'primary key' => array(
12730     'entity_type',
12731     'entity_id',
12732     'revision_id',
12733     'deleted',
12734     'delta',
12735     'language',
12736   ),
12737   'indexes' => array(
12738     'entity_type' => array(
12739       'entity_type',
12740     ),
12741     'bundle' => array(
12742       'bundle',
12743     ),
12744     'deleted' => array(
12745       'deleted',
12746     ),
12747     'entity_id' => array(
12748       'entity_id',
12749     ),
12750     'revision_id' => array(
12751       'revision_id',
12752     ),
12753     'language' => array(
12754       'language',
12755     ),
12756     'field_text_long_plain_format' => array(
12757       'field_text_long_plain_format',
12758     ),
12759   ),
12760   'mysql_character_set' => 'utf8',
12761 ));
12762
12763 $connection->schema()->createTable('field_revision_field_text_long_plain_filtered', array(
12764   'fields' => array(
12765     'entity_type' => array(
12766       'type' => 'varchar',
12767       'not null' => TRUE,
12768       'length' => '128',
12769       'default' => '',
12770     ),
12771     'bundle' => array(
12772       'type' => 'varchar',
12773       'not null' => TRUE,
12774       'length' => '128',
12775       'default' => '',
12776     ),
12777     'deleted' => array(
12778       'type' => 'int',
12779       'not null' => TRUE,
12780       'size' => 'tiny',
12781       'default' => '0',
12782     ),
12783     'entity_id' => array(
12784       'type' => 'int',
12785       'not null' => TRUE,
12786       'size' => 'normal',
12787       'unsigned' => TRUE,
12788     ),
12789     'revision_id' => array(
12790       'type' => 'int',
12791       'not null' => TRUE,
12792       'size' => 'normal',
12793       'unsigned' => TRUE,
12794     ),
12795     'language' => array(
12796       'type' => 'varchar',
12797       'not null' => TRUE,
12798       'length' => '32',
12799       'default' => '',
12800     ),
12801     'delta' => array(
12802       'type' => 'int',
12803       'not null' => TRUE,
12804       'size' => 'normal',
12805       'unsigned' => TRUE,
12806     ),
12807     'field_text_long_plain_filtered_value' => array(
12808       'type' => 'text',
12809       'not null' => FALSE,
12810       'size' => 'big',
12811     ),
12812     'field_text_long_plain_filtered_format' => array(
12813       'type' => 'varchar',
12814       'not null' => FALSE,
12815       'length' => '255',
12816     ),
12817   ),
12818   'primary key' => array(
12819     'entity_type',
12820     'entity_id',
12821     'revision_id',
12822     'deleted',
12823     'delta',
12824     'language',
12825   ),
12826   'indexes' => array(
12827     'entity_type' => array(
12828       'entity_type',
12829     ),
12830     'bundle' => array(
12831       'bundle',
12832     ),
12833     'deleted' => array(
12834       'deleted',
12835     ),
12836     'entity_id' => array(
12837       'entity_id',
12838     ),
12839     'revision_id' => array(
12840       'revision_id',
12841     ),
12842     'language' => array(
12843       'language',
12844     ),
12845     'field_text_long_plain_filtered_format' => array(
12846       'field_text_long_plain_filtered_format',
12847     ),
12848   ),
12849   'mysql_character_set' => 'utf8',
12850 ));
12851
12852 $connection->schema()->createTable('field_revision_field_text_plain', array(
12853   'fields' => array(
12854     'entity_type' => array(
12855       'type' => 'varchar',
12856       'not null' => TRUE,
12857       'length' => '128',
12858       'default' => '',
12859     ),
12860     'bundle' => array(
12861       'type' => 'varchar',
12862       'not null' => TRUE,
12863       'length' => '128',
12864       'default' => '',
12865     ),
12866     'deleted' => array(
12867       'type' => 'int',
12868       'not null' => TRUE,
12869       'size' => 'tiny',
12870       'default' => '0',
12871     ),
12872     'entity_id' => array(
12873       'type' => 'int',
12874       'not null' => TRUE,
12875       'size' => 'normal',
12876       'unsigned' => TRUE,
12877     ),
12878     'revision_id' => array(
12879       'type' => 'int',
12880       'not null' => TRUE,
12881       'size' => 'normal',
12882       'unsigned' => TRUE,
12883     ),
12884     'language' => array(
12885       'type' => 'varchar',
12886       'not null' => TRUE,
12887       'length' => '32',
12888       'default' => '',
12889     ),
12890     'delta' => array(
12891       'type' => 'int',
12892       'not null' => TRUE,
12893       'size' => 'normal',
12894       'unsigned' => TRUE,
12895     ),
12896     'field_text_plain_value' => array(
12897       'type' => 'varchar',
12898       'not null' => FALSE,
12899       'length' => '255',
12900     ),
12901     'field_text_plain_format' => array(
12902       'type' => 'varchar',
12903       'not null' => FALSE,
12904       'length' => '255',
12905     ),
12906   ),
12907   'primary key' => array(
12908     'entity_type',
12909     'entity_id',
12910     'revision_id',
12911     'deleted',
12912     'delta',
12913     'language',
12914   ),
12915   'indexes' => array(
12916     'entity_type' => array(
12917       'entity_type',
12918     ),
12919     'bundle' => array(
12920       'bundle',
12921     ),
12922     'deleted' => array(
12923       'deleted',
12924     ),
12925     'entity_id' => array(
12926       'entity_id',
12927     ),
12928     'revision_id' => array(
12929       'revision_id',
12930     ),
12931     'language' => array(
12932       'language',
12933     ),
12934     'field_text_plain_format' => array(
12935       'field_text_plain_format',
12936     ),
12937   ),
12938   'mysql_character_set' => 'utf8',
12939 ));
12940
12941 $connection->schema()->createTable('field_revision_field_text_plain_filtered', array(
12942   'fields' => array(
12943     'entity_type' => array(
12944       'type' => 'varchar',
12945       'not null' => TRUE,
12946       'length' => '128',
12947       'default' => '',
12948     ),
12949     'bundle' => array(
12950       'type' => 'varchar',
12951       'not null' => TRUE,
12952       'length' => '128',
12953       'default' => '',
12954     ),
12955     'deleted' => array(
12956       'type' => 'int',
12957       'not null' => TRUE,
12958       'size' => 'tiny',
12959       'default' => '0',
12960     ),
12961     'entity_id' => array(
12962       'type' => 'int',
12963       'not null' => TRUE,
12964       'size' => 'normal',
12965       'unsigned' => TRUE,
12966     ),
12967     'revision_id' => array(
12968       'type' => 'int',
12969       'not null' => TRUE,
12970       'size' => 'normal',
12971       'unsigned' => TRUE,
12972     ),
12973     'language' => array(
12974       'type' => 'varchar',
12975       'not null' => TRUE,
12976       'length' => '32',
12977       'default' => '',
12978     ),
12979     'delta' => array(
12980       'type' => 'int',
12981       'not null' => TRUE,
12982       'size' => 'normal',
12983       'unsigned' => TRUE,
12984     ),
12985     'field_text_plain_filtered_value' => array(
12986       'type' => 'varchar',
12987       'not null' => FALSE,
12988       'length' => '255',
12989     ),
12990     'field_text_plain_filtered_format' => array(
12991       'type' => 'varchar',
12992       'not null' => FALSE,
12993       'length' => '255',
12994     ),
12995   ),
12996   'primary key' => array(
12997     'entity_type',
12998     'entity_id',
12999     'revision_id',
13000     'deleted',
13001     'delta',
13002     'language',
13003   ),
13004   'indexes' => array(
13005     'entity_type' => array(
13006       'entity_type',
13007     ),
13008     'bundle' => array(
13009       'bundle',
13010     ),
13011     'deleted' => array(
13012       'deleted',
13013     ),
13014     'entity_id' => array(
13015       'entity_id',
13016     ),
13017     'revision_id' => array(
13018       'revision_id',
13019     ),
13020     'language' => array(
13021       'language',
13022     ),
13023     'field_text_plain_filtered_format' => array(
13024       'field_text_plain_filtered_format',
13025     ),
13026   ),
13027   'mysql_character_set' => 'utf8',
13028 ));
13029
13030 $connection->schema()->createTable('field_revision_field_text_sum_filtered', array(
13031   'fields' => array(
13032     'entity_type' => array(
13033       'type' => 'varchar',
13034       'not null' => TRUE,
13035       'length' => '128',
13036       'default' => '',
13037     ),
13038     'bundle' => array(
13039       'type' => 'varchar',
13040       'not null' => TRUE,
13041       'length' => '128',
13042       'default' => '',
13043     ),
13044     'deleted' => array(
13045       'type' => 'int',
13046       'not null' => TRUE,
13047       'size' => 'tiny',
13048       'default' => '0',
13049     ),
13050     'entity_id' => array(
13051       'type' => 'int',
13052       'not null' => TRUE,
13053       'size' => 'normal',
13054       'unsigned' => TRUE,
13055     ),
13056     'revision_id' => array(
13057       'type' => 'int',
13058       'not null' => TRUE,
13059       'size' => 'normal',
13060       'unsigned' => TRUE,
13061     ),
13062     'language' => array(
13063       'type' => 'varchar',
13064       'not null' => TRUE,
13065       'length' => '32',
13066       'default' => '',
13067     ),
13068     'delta' => array(
13069       'type' => 'int',
13070       'not null' => TRUE,
13071       'size' => 'normal',
13072       'unsigned' => TRUE,
13073     ),
13074     'field_text_sum_filtered_value' => array(
13075       'type' => 'text',
13076       'not null' => FALSE,
13077       'size' => 'big',
13078     ),
13079     'field_text_sum_filtered_summary' => array(
13080       'type' => 'text',
13081       'not null' => FALSE,
13082       'size' => 'big',
13083     ),
13084     'field_text_sum_filtered_format' => array(
13085       'type' => 'varchar',
13086       'not null' => FALSE,
13087       'length' => '255',
13088     ),
13089   ),
13090   'primary key' => array(
13091     'entity_type',
13092     'entity_id',
13093     'revision_id',
13094     'deleted',
13095     'delta',
13096     'language',
13097   ),
13098   'indexes' => array(
13099     'entity_type' => array(
13100       'entity_type',
13101     ),
13102     'bundle' => array(
13103       'bundle',
13104     ),
13105     'deleted' => array(
13106       'deleted',
13107     ),
13108     'entity_id' => array(
13109       'entity_id',
13110     ),
13111     'revision_id' => array(
13112       'revision_id',
13113     ),
13114     'language' => array(
13115       'language',
13116     ),
13117     'field_text_sum_filtered_format' => array(
13118       'field_text_sum_filtered_format',
13119     ),
13120   ),
13121   'mysql_character_set' => 'utf8',
13122 ));
13123
13124 $connection->schema()->createTable('field_revision_field_text_sum_plain', array(
13125   'fields' => array(
13126     'entity_type' => array(
13127       'type' => 'varchar',
13128       'not null' => TRUE,
13129       'length' => '128',
13130       'default' => '',
13131     ),
13132     'bundle' => array(
13133       'type' => 'varchar',
13134       'not null' => TRUE,
13135       'length' => '128',
13136       'default' => '',
13137     ),
13138     'deleted' => array(
13139       'type' => 'int',
13140       'not null' => TRUE,
13141       'size' => 'tiny',
13142       'default' => '0',
13143     ),
13144     'entity_id' => array(
13145       'type' => 'int',
13146       'not null' => TRUE,
13147       'size' => 'normal',
13148       'unsigned' => TRUE,
13149     ),
13150     'revision_id' => array(
13151       'type' => 'int',
13152       'not null' => TRUE,
13153       'size' => 'normal',
13154       'unsigned' => TRUE,
13155     ),
13156     'language' => array(
13157       'type' => 'varchar',
13158       'not null' => TRUE,
13159       'length' => '32',
13160       'default' => '',
13161     ),
13162     'delta' => array(
13163       'type' => 'int',
13164       'not null' => TRUE,
13165       'size' => 'normal',
13166       'unsigned' => TRUE,
13167     ),
13168     'field_text_sum_plain_value' => array(
13169       'type' => 'text',
13170       'not null' => FALSE,
13171       'size' => 'big',
13172     ),
13173     'field_text_sum_plain_summary' => array(
13174       'type' => 'text',
13175       'not null' => FALSE,
13176       'size' => 'big',
13177     ),
13178     'field_text_sum_plain_format' => array(
13179       'type' => 'varchar',
13180       'not null' => FALSE,
13181       'length' => '255',
13182     ),
13183   ),
13184   'primary key' => array(
13185     'entity_type',
13186     'entity_id',
13187     'revision_id',
13188     'deleted',
13189     'delta',
13190     'language',
13191   ),
13192   'indexes' => array(
13193     'entity_type' => array(
13194       'entity_type',
13195     ),
13196     'bundle' => array(
13197       'bundle',
13198     ),
13199     'deleted' => array(
13200       'deleted',
13201     ),
13202     'entity_id' => array(
13203       'entity_id',
13204     ),
13205     'revision_id' => array(
13206       'revision_id',
13207     ),
13208     'language' => array(
13209       'language',
13210     ),
13211     'field_text_sum_plain_format' => array(
13212       'field_text_sum_plain_format',
13213     ),
13214   ),
13215   'mysql_character_set' => 'utf8',
13216 ));
13217
13218 $connection->schema()->createTable('field_revision_field_text_sum_plain_filtered', array(
13219   'fields' => array(
13220     'entity_type' => array(
13221       'type' => 'varchar',
13222       'not null' => TRUE,
13223       'length' => '128',
13224       'default' => '',
13225     ),
13226     'bundle' => array(
13227       'type' => 'varchar',
13228       'not null' => TRUE,
13229       'length' => '128',
13230       'default' => '',
13231     ),
13232     'deleted' => array(
13233       'type' => 'int',
13234       'not null' => TRUE,
13235       'size' => 'tiny',
13236       'default' => '0',
13237     ),
13238     'entity_id' => array(
13239       'type' => 'int',
13240       'not null' => TRUE,
13241       'size' => 'normal',
13242       'unsigned' => TRUE,
13243     ),
13244     'revision_id' => array(
13245       'type' => 'int',
13246       'not null' => TRUE,
13247       'size' => 'normal',
13248       'unsigned' => TRUE,
13249     ),
13250     'language' => array(
13251       'type' => 'varchar',
13252       'not null' => TRUE,
13253       'length' => '32',
13254       'default' => '',
13255     ),
13256     'delta' => array(
13257       'type' => 'int',
13258       'not null' => TRUE,
13259       'size' => 'normal',
13260       'unsigned' => TRUE,
13261     ),
13262     'field_text_sum_plain_filtered_value' => array(
13263       'type' => 'text',
13264       'not null' => FALSE,
13265       'size' => 'big',
13266     ),
13267     'field_text_sum_plain_filtered_summary' => array(
13268       'type' => 'text',
13269       'not null' => FALSE,
13270       'size' => 'big',
13271     ),
13272     'field_text_sum_plain_filtered_format' => array(
13273       'type' => 'varchar',
13274       'not null' => FALSE,
13275       'length' => '255',
13276     ),
13277   ),
13278   'primary key' => array(
13279     'entity_type',
13280     'entity_id',
13281     'revision_id',
13282     'deleted',
13283     'delta',
13284     'language',
13285   ),
13286   'indexes' => array(
13287     'entity_type' => array(
13288       'entity_type',
13289     ),
13290     'bundle' => array(
13291       'bundle',
13292     ),
13293     'deleted' => array(
13294       'deleted',
13295     ),
13296     'entity_id' => array(
13297       'entity_id',
13298     ),
13299     'revision_id' => array(
13300       'revision_id',
13301     ),
13302     'language' => array(
13303       'language',
13304     ),
13305     'field_text_sum_plain_filtered_format' => array(
13306       'field_text_sum_plain_filtered_format',
13307     ),
13308   ),
13309   'mysql_character_set' => 'utf8',
13310 ));
13311
13312 $connection->schema()->createTable('field_revision_field_user_entityreference', array(
13313   'fields' => array(
13314     'entity_type' => array(
13315       'type' => 'varchar',
13316       'not null' => TRUE,
13317       'length' => '128',
13318       'default' => '',
13319     ),
13320     'bundle' => array(
13321       'type' => 'varchar',
13322       'not null' => TRUE,
13323       'length' => '128',
13324       'default' => '',
13325     ),
13326     'deleted' => array(
13327       'type' => 'int',
13328       'not null' => TRUE,
13329       'size' => 'tiny',
13330       'default' => '0',
13331     ),
13332     'entity_id' => array(
13333       'type' => 'int',
13334       'not null' => TRUE,
13335       'size' => 'normal',
13336       'unsigned' => TRUE,
13337     ),
13338     'revision_id' => array(
13339       'type' => 'int',
13340       'not null' => TRUE,
13341       'size' => 'normal',
13342       'unsigned' => TRUE,
13343     ),
13344     'language' => array(
13345       'type' => 'varchar',
13346       'not null' => TRUE,
13347       'length' => '32',
13348       'default' => '',
13349     ),
13350     'delta' => array(
13351       'type' => 'int',
13352       'not null' => TRUE,
13353       'size' => 'normal',
13354       'unsigned' => TRUE,
13355     ),
13356     'field_user_entityreference_target_id' => array(
13357       'type' => 'int',
13358       'not null' => TRUE,
13359       'size' => 'normal',
13360       'unsigned' => TRUE,
13361     ),
13362   ),
13363   'primary key' => array(
13364     'entity_type',
13365     'entity_id',
13366     'revision_id',
13367     'deleted',
13368     'delta',
13369     'language',
13370   ),
13371   'indexes' => array(
13372     'entity_type' => array(
13373       'entity_type',
13374     ),
13375     'bundle' => array(
13376       'bundle',
13377     ),
13378     'deleted' => array(
13379       'deleted',
13380     ),
13381     'entity_id' => array(
13382       'entity_id',
13383     ),
13384     'revision_id' => array(
13385       'revision_id',
13386     ),
13387     'language' => array(
13388       'language',
13389     ),
13390     'field_user_entityreference_target_id' => array(
13391       'field_user_entityreference_target_id',
13392     ),
13393   ),
13394   'mysql_character_set' => 'utf8',
13395 ));
13396
13397 $connection->insert('field_revision_field_user_entityreference')
13398 ->fields(array(
13399   'entity_type',
13400   'bundle',
13401   'deleted',
13402   'entity_id',
13403   'revision_id',
13404   'language',
13405   'delta',
13406   'field_user_entityreference_target_id',
13407 ))
13408 ->values(array(
13409   'entity_type' => 'node',
13410   'bundle' => 'test_content_type',
13411   'deleted' => '0',
13412   'entity_id' => '1',
13413   'revision_id' => '1',
13414   'language' => 'und',
13415   'delta' => '0',
13416   'field_user_entityreference_target_id' => '2',
13417 ));
13418
13419 $connection->schema()->createTable('field_revision_name_field', array(
13420   'fields' => array(
13421     'entity_type' => array(
13422       'type' => 'varchar',
13423       'not null' => TRUE,
13424       'length' => '128',
13425       'default' => '',
13426     ),
13427     'bundle' => array(
13428       'type' => 'varchar',
13429       'not null' => TRUE,
13430       'length' => '128',
13431       'default' => '',
13432     ),
13433     'deleted' => array(
13434       'type' => 'int',
13435       'not null' => TRUE,
13436       'size' => 'tiny',
13437       'default' => '0',
13438     ),
13439     'entity_id' => array(
13440       'type' => 'int',
13441       'not null' => TRUE,
13442       'size' => 'normal',
13443       'unsigned' => TRUE,
13444     ),
13445     'revision_id' => array(
13446       'type' => 'int',
13447       'not null' => TRUE,
13448       'size' => 'normal',
13449       'unsigned' => TRUE,
13450     ),
13451     'language' => array(
13452       'type' => 'varchar',
13453       'not null' => TRUE,
13454       'length' => '32',
13455       'default' => '',
13456     ),
13457     'delta' => array(
13458       'type' => 'int',
13459       'not null' => TRUE,
13460       'size' => 'normal',
13461       'unsigned' => TRUE,
13462     ),
13463     'name_field_value' => array(
13464       'type' => 'varchar',
13465       'not null' => FALSE,
13466       'length' => '255',
13467     ),
13468     'name_field_format' => array(
13469       'type' => 'varchar',
13470       'not null' => FALSE,
13471       'length' => '255',
13472     ),
13473   ),
13474   'primary key' => array(
13475     'entity_type',
13476     'entity_id',
13477     'revision_id',
13478     'deleted',
13479     'delta',
13480     'language',
13481   ),
13482   'indexes' => array(
13483     'entity_type' => array(
13484       'entity_type',
13485     ),
13486     'bundle' => array(
13487       'bundle',
13488     ),
13489     'deleted' => array(
13490       'deleted',
13491     ),
13492     'entity_id' => array(
13493       'entity_id',
13494     ),
13495     'revision_id' => array(
13496       'revision_id',
13497     ),
13498     'language' => array(
13499       'language',
13500     ),
13501     'name_field_format' => array(
13502       'name_field_format',
13503     ),
13504   ),
13505   'mysql_character_set' => 'utf8',
13506 ));
13507
13508 $connection->insert('field_revision_name_field')
13509 ->fields(array(
13510   'entity_type',
13511   'bundle',
13512   'deleted',
13513   'entity_id',
13514   'revision_id',
13515   'language',
13516   'delta',
13517   'name_field_value',
13518   'name_field_format',
13519 ))
13520 ->values(array(
13521   'entity_type' => 'taxonomy_term',
13522   'bundle' => 'test_vocabulary',
13523   'deleted' => '0',
13524   'entity_id' => '2',
13525   'revision_id' => '2',
13526   'language' => 'en',
13527   'delta' => '0',
13528   'name_field_value' => 'Term1 (This is a real field!)',
13529   'name_field_format' => NULL,
13530 ))
13531 ->values(array(
13532   'entity_type' => 'taxonomy_term',
13533   'bundle' => 'test_vocabulary',
13534   'deleted' => '0',
13535   'entity_id' => '3',
13536   'revision_id' => '3',
13537   'language' => 'en',
13538   'delta' => '0',
13539   'name_field_value' => 'Term2',
13540   'name_field_format' => NULL,
13541 ))
13542 ->values(array(
13543   'entity_type' => 'taxonomy_term',
13544   'bundle' => 'test_vocabulary',
13545   'deleted' => '0',
13546   'entity_id' => '4',
13547   'revision_id' => '4',
13548   'language' => 'en',
13549   'delta' => '0',
13550   'name_field_value' => 'Term3 in plain old English',
13551   'name_field_format' => NULL,
13552 ))
13553 ->values(array(
13554   'entity_type' => 'taxonomy_term',
13555   'bundle' => 'test_vocabulary',
13556   'deleted' => '0',
13557   'entity_id' => '4',
13558   'revision_id' => '4',
13559   'language' => 'fr',
13560   'delta' => '0',
13561   'name_field_value' => 'Term3 en français s\'il vous plaît',
13562   'name_field_format' => NULL,
13563 ))
13564 ->values(array(
13565   'entity_type' => 'taxonomy_term',
13566   'bundle' => 'test_vocabulary',
13567   'deleted' => '0',
13568   'entity_id' => '4',
13569   'revision_id' => '4',
13570   'language' => 'is',
13571   'delta' => '0',
13572   'name_field_value' => 'Term3 á íslensku',
13573   'name_field_format' => NULL,
13574 ))
13575 ->execute();
13576
13577 $connection->schema()->createTable('field_revision_subject_field', array(
13578   'fields' => array(
13579     'entity_type' => array(
13580       'type' => 'varchar',
13581       'not null' => TRUE,
13582       'length' => '128',
13583       'default' => '',
13584     ),
13585     'bundle' => array(
13586       'type' => 'varchar',
13587       'not null' => TRUE,
13588       'length' => '128',
13589       'default' => '',
13590     ),
13591     'deleted' => array(
13592       'type' => 'int',
13593       'not null' => TRUE,
13594       'size' => 'tiny',
13595       'default' => '0',
13596     ),
13597     'entity_id' => array(
13598       'type' => 'int',
13599       'not null' => TRUE,
13600       'size' => 'normal',
13601       'unsigned' => TRUE,
13602     ),
13603     'revision_id' => array(
13604       'type' => 'int',
13605       'not null' => TRUE,
13606       'size' => 'normal',
13607       'unsigned' => TRUE,
13608     ),
13609     'language' => array(
13610       'type' => 'varchar',
13611       'not null' => TRUE,
13612       'length' => '32',
13613       'default' => '',
13614     ),
13615     'delta' => array(
13616       'type' => 'int',
13617       'not null' => TRUE,
13618       'size' => 'normal',
13619       'unsigned' => TRUE,
13620     ),
13621     'subject_field_value' => array(
13622       'type' => 'varchar',
13623       'not null' => FALSE,
13624       'length' => '255',
13625     ),
13626     'subject_field_format' => array(
13627       'type' => 'varchar',
13628       'not null' => FALSE,
13629       'length' => '255',
13630     ),
13631   ),
13632   'primary key' => array(
13633     'entity_type',
13634     'entity_id',
13635     'revision_id',
13636     'deleted',
13637     'delta',
13638     'language',
13639   ),
13640   'indexes' => array(
13641     'entity_type' => array(
13642       'entity_type',
13643     ),
13644     'bundle' => array(
13645       'bundle',
13646     ),
13647     'deleted' => array(
13648       'deleted',
13649     ),
13650     'entity_id' => array(
13651       'entity_id',
13652     ),
13653     'revision_id' => array(
13654       'revision_id',
13655     ),
13656     'language' => array(
13657       'language',
13658     ),
13659     'subject_field_format' => array(
13660       'subject_field_format',
13661     ),
13662   ),
13663   'mysql_character_set' => 'utf8',
13664 ));
13665
13666 $connection->insert('field_revision_subject_field')
13667 ->fields(array(
13668   'entity_type',
13669   'bundle',
13670   'deleted',
13671   'entity_id',
13672   'revision_id',
13673   'language',
13674   'delta',
13675   'subject_field_value',
13676   'subject_field_format',
13677 ))
13678 ->values(array(
13679   'entity_type' => 'comment',
13680   'bundle' => 'comment_node_test_content_type',
13681   'deleted' => '0',
13682   'entity_id' => '1',
13683   'revision_id' => '1',
13684   'language' => 'en',
13685   'delta' => '0',
13686   'subject_field_value' => 'Subject field in English',
13687   'subject_field_format' => NULL,
13688 ))
13689 ->values(array(
13690   'entity_type' => 'comment',
13691   'bundle' => 'comment_node_test_content_type',
13692   'deleted' => '0',
13693   'entity_id' => '1',
13694   'revision_id' => '1',
13695   'language' => 'fr',
13696   'delta' => '0',
13697   'subject_field_value' => 'Subject field in French',
13698   'subject_field_format' => NULL,
13699 ))
13700 ->values(array(
13701   'entity_type' => 'comment',
13702   'bundle' => 'comment_node_test_content_type',
13703   'deleted' => '0',
13704   'entity_id' => '1',
13705   'revision_id' => '1',
13706   'language' => 'is',
13707   'delta' => '0',
13708   'subject_field_value' => 'Subject field in Icelandic',
13709   'subject_field_format' => NULL,
13710 ))
13711 ->values(array(
13712   'entity_type' => 'comment',
13713   'bundle' => 'comment_node_article',
13714   'deleted' => '0',
13715   'entity_id' => '2',
13716   'revision_id' => '2',
13717   'language' => 'en',
13718   'delta' => '0',
13719   'subject_field_value' => 'TNG for the win!',
13720   'subject_field_format' => NULL,
13721 ))
13722 ->values(array(
13723   'entity_type' => 'comment',
13724   'bundle' => 'comment_node_article',
13725   'deleted' => '0',
13726   'entity_id' => '3',
13727   'revision_id' => '3',
13728   'language' => 'is',
13729   'delta' => '0',
13730   'subject_field_value' => 'Comment to IS translation',
13731   'subject_field_format' => NULL,
13732 ))
13733 ->execute();
13734
13735 $connection->schema()->createTable('field_revision_taxonomy_forums', array(
13736   'fields' => array(
13737     'entity_type' => array(
13738       'type' => 'varchar',
13739       'not null' => TRUE,
13740       'length' => '128',
13741       'default' => '',
13742     ),
13743     'bundle' => array(
13744       'type' => 'varchar',
13745       'not null' => TRUE,
13746       'length' => '128',
13747       'default' => '',
13748     ),
13749     'deleted' => array(
13750       'type' => 'int',
13751       'not null' => TRUE,
13752       'size' => 'normal',
13753       'default' => '0',
13754     ),
13755     'entity_id' => array(
13756       'type' => 'int',
13757       'not null' => TRUE,
13758       'size' => 'normal',
13759       'unsigned' => TRUE,
13760     ),
13761     'revision_id' => array(
13762       'type' => 'int',
13763       'not null' => TRUE,
13764       'size' => 'normal',
13765       'unsigned' => TRUE,
13766     ),
13767     'language' => array(
13768       'type' => 'varchar',
13769       'not null' => TRUE,
13770       'length' => '32',
13771       'default' => '',
13772     ),
13773     'delta' => array(
13774       'type' => 'int',
13775       'not null' => TRUE,
13776       'size' => 'normal',
13777       'unsigned' => TRUE,
13778     ),
13779     'taxonomy_forums_tid' => array(
13780       'type' => 'int',
13781       'not null' => FALSE,
13782       'size' => 'normal',
13783       'unsigned' => TRUE,
13784     ),
13785   ),
13786   'primary key' => array(
13787     'entity_type',
13788     'deleted',
13789     'entity_id',
13790     'revision_id',
13791     'language',
13792     'delta',
13793   ),
13794   'mysql_character_set' => 'utf8',
13795 ));
13796
13797 $connection->insert('field_revision_taxonomy_forums')
13798 ->fields(array(
13799   'entity_type',
13800   'bundle',
13801   'deleted',
13802   'entity_id',
13803   'revision_id',
13804   'language',
13805   'delta',
13806   'taxonomy_forums_tid',
13807 ))
13808 ->values(array(
13809   'entity_type' => 'node',
13810   'bundle' => 'forum',
13811   'deleted' => '0',
13812   'entity_id' => '6',
13813   'revision_id' => '6',
13814   'language' => 'und',
13815   'delta' => '0',
13816   'taxonomy_forums_tid' => '1',
13817 ))
13818 ->values(array(
13819   'entity_type' => 'node',
13820   'bundle' => 'forum',
13821   'deleted' => '0',
13822   'entity_id' => '7',
13823   'revision_id' => '7',
13824   'language' => 'und',
13825   'delta' => '0',
13826   'taxonomy_forums_tid' => '1',
13827 ))
13828 ->execute();
13829
13830 $connection->schema()->createTable('field_revision_title_field', array(
13831   'fields' => array(
13832     'entity_type' => array(
13833       'type' => 'varchar',
13834       'not null' => TRUE,
13835       'length' => '128',
13836       'default' => '',
13837     ),
13838     'bundle' => array(
13839       'type' => 'varchar',
13840       'not null' => TRUE,
13841       'length' => '128',
13842       'default' => '',
13843     ),
13844     'deleted' => array(
13845       'type' => 'int',
13846       'not null' => TRUE,
13847       'size' => 'tiny',
13848       'default' => '0',
13849     ),
13850     'entity_id' => array(
13851       'type' => 'int',
13852       'not null' => TRUE,
13853       'size' => 'normal',
13854       'unsigned' => TRUE,
13855     ),
13856     'revision_id' => array(
13857       'type' => 'int',
13858       'not null' => TRUE,
13859       'size' => 'normal',
13860       'unsigned' => TRUE,
13861     ),
13862     'language' => array(
13863       'type' => 'varchar',
13864       'not null' => TRUE,
13865       'length' => '32',
13866       'default' => '',
13867     ),
13868     'delta' => array(
13869       'type' => 'int',
13870       'not null' => TRUE,
13871       'size' => 'normal',
13872       'unsigned' => TRUE,
13873     ),
13874     'title_field_value' => array(
13875       'type' => 'varchar',
13876       'not null' => FALSE,
13877       'length' => '255',
13878     ),
13879     'title_field_format' => array(
13880       'type' => 'varchar',
13881       'not null' => FALSE,
13882       'length' => '255',
13883     ),
13884   ),
13885   'primary key' => array(
13886     'entity_type',
13887     'entity_id',
13888     'revision_id',
13889     'deleted',
13890     'delta',
13891     'language',
13892   ),
13893   'indexes' => array(
13894     'entity_type' => array(
13895       'entity_type',
13896     ),
13897     'bundle' => array(
13898       'bundle',
13899     ),
13900     'deleted' => array(
13901       'deleted',
13902     ),
13903     'entity_id' => array(
13904       'entity_id',
13905     ),
13906     'revision_id' => array(
13907       'revision_id',
13908     ),
13909     'language' => array(
13910       'language',
13911     ),
13912     'title_field_format' => array(
13913       'title_field_format',
13914     ),
13915   ),
13916   'mysql_character_set' => 'utf8',
13917 ));
13918
13919 $connection->insert('field_revision_title_field')
13920 ->fields(array(
13921   'entity_type',
13922   'bundle',
13923   'deleted',
13924   'entity_id',
13925   'revision_id',
13926   'language',
13927   'delta',
13928   'title_field_value',
13929   'title_field_format',
13930 ))
13931 ->values(array(
13932   'entity_type' => 'node',
13933   'bundle' => 'test_content_type',
13934   'deleted' => '0',
13935   'entity_id' => '1',
13936   'revision_id' => '1',
13937   'language' => 'en',
13938   'delta' => '0',
13939   'title_field_value' => 'An English Node',
13940   'title_field_format' => NULL,
13941 ))
13942 ->values(array(
13943   'entity_type' => 'node',
13944   'bundle' => 'test_content_type',
13945   'deleted' => '0',
13946   'entity_id' => '1',
13947   'revision_id' => '1',
13948   'language' => 'fr',
13949   'delta' => '0',
13950   'title_field_value' => 'A French Node',
13951   'title_field_format' => NULL,
13952 ))
13953 ->values(array(
13954   'entity_type' => 'node',
13955   'bundle' => 'test_content_type',
13956   'deleted' => '0',
13957   'entity_id' => '1',
13958   'revision_id' => '1',
13959   'language' => 'is',
13960   'delta' => '0',
13961   'title_field_value' => 'An Icelandic Node',
13962   'title_field_format' => NULL,
13963 ))
13964 ->execute();
13965
13966 $connection->schema()->createTable('file_managed', array(
13967   'fields' => array(
13968     'fid' => array(
13969       'type' => 'serial',
13970       'not null' => TRUE,
13971       'size' => 'normal',
13972       'unsigned' => TRUE,
13973     ),
13974     'uid' => array(
13975       'type' => 'int',
13976       'not null' => TRUE,
13977       'size' => 'normal',
13978       'default' => '0',
13979       'unsigned' => TRUE,
13980     ),
13981     'filename' => array(
13982       'type' => 'varchar',
13983       'not null' => TRUE,
13984       'length' => '255',
13985       'default' => '',
13986     ),
13987     'uri' => array(
13988       'type' => 'varchar',
13989       'not null' => TRUE,
13990       'length' => '255',
13991       'default' => '',
13992     ),
13993     'filemime' => array(
13994       'type' => 'varchar',
13995       'not null' => TRUE,
13996       'length' => '255',
13997       'default' => '',
13998     ),
13999     'filesize' => array(
14000       'type' => 'int',
14001       'not null' => TRUE,
14002       'size' => 'normal',
14003       'default' => '0',
14004       'unsigned' => TRUE,
14005     ),
14006     'status' => array(
14007       'type' => 'int',
14008       'not null' => TRUE,
14009       'size' => 'normal',
14010       'default' => '0',
14011     ),
14012     'timestamp' => array(
14013       'type' => 'int',
14014       'not null' => TRUE,
14015       'size' => 'normal',
14016       'default' => '0',
14017       'unsigned' => TRUE,
14018     ),
14019   ),
14020   'primary key' => array(
14021     'fid',
14022   ),
14023   'mysql_character_set' => 'utf8',
14024 ));
14025
14026 $connection->insert('file_managed')
14027 ->fields(array(
14028   'fid',
14029   'uid',
14030   'filename',
14031   'uri',
14032   'filemime',
14033   'filesize',
14034   'status',
14035   'timestamp',
14036 ))
14037 ->values(array(
14038   'fid' => '1',
14039   'uid' => '1',
14040   'filename' => 'cube.jpeg',
14041   'uri' => 'public://cube.jpeg',
14042   'filemime' => 'image/jpeg',
14043   'filesize' => '3620',
14044   'status' => '1',
14045   'timestamp' => '1421727515',
14046 ))
14047 ->values(array(
14048   'fid' => '2',
14049   'uid' => '1',
14050   'filename' => 'ds9.txt',
14051   'uri' => 'public://ds9.txt',
14052   'filemime' => 'text/plain',
14053   'filesize' => '4720',
14054   'status' => '1',
14055   'timestamp' => '1421727516',
14056 ))
14057 ->values(array(
14058   'fid' => '3',
14059   'uid' => '1',
14060   'filename' => 'Babylon5.txt',
14061   'uri' => 'private://Babylon5.txt',
14062   'filemime' => 'text/plain',
14063   'filesize' => '4',
14064   'status' => '1',
14065   'timestamp' => '1486104045',
14066 ))
14067 ->values(array(
14068   'fid' => '4',
14069   'uid' => '1',
14070   'filename' => 'TerokNor.txt',
14071   'uri' => 'temporary://TerokNor.txt',
14072   'filemime' => 'text/plain',
14073   'filesize' => '2369',
14074   'status' => '1',
14075   'timestamp' => '1421747516',
14076 ))
14077
14078 ->execute();
14079
14080 $connection->schema()->createTable('file_usage', array(
14081   'fields' => array(
14082     'fid' => array(
14083       'type' => 'int',
14084       'not null' => TRUE,
14085       'size' => 'normal',
14086       'unsigned' => TRUE,
14087     ),
14088     'module' => array(
14089       'type' => 'varchar',
14090       'not null' => TRUE,
14091       'length' => '255',
14092       'default' => '',
14093     ),
14094     'type' => array(
14095       'type' => 'varchar',
14096       'not null' => TRUE,
14097       'length' => '64',
14098       'default' => '',
14099     ),
14100     'id' => array(
14101       'type' => 'int',
14102       'not null' => TRUE,
14103       'size' => 'normal',
14104       'default' => '0',
14105       'unsigned' => TRUE,
14106     ),
14107     'count' => array(
14108       'type' => 'int',
14109       'not null' => TRUE,
14110       'size' => 'normal',
14111       'default' => '0',
14112       'unsigned' => TRUE,
14113     ),
14114   ),
14115   'primary key' => array(
14116     'fid',
14117     'module',
14118     'type',
14119     'id',
14120   ),
14121   'mysql_character_set' => 'utf8',
14122 ));
14123
14124 $connection->insert('file_usage')
14125 ->fields(array(
14126   'fid',
14127   'module',
14128   'type',
14129   'id',
14130   'count',
14131 ))
14132 ->values(array(
14133   'fid' => '1',
14134   'module' => 'file',
14135   'type' => 'node',
14136   'id' => '1',
14137   'count' => '3',
14138 ))
14139 ->values(array(
14140   'fid' => '2',
14141   'module' => 'file',
14142   'type' => 'node',
14143   'id' => '1',
14144   'count' => '2',
14145 ))
14146 ->values(array(
14147   'fid' => '2',
14148   'module' => 'file',
14149   'type' => 'user',
14150   'id' => '2',
14151   'count' => '1',
14152 ))
14153 ->values(array(
14154   'fid' => '3',
14155   'module' => 'file',
14156   'type' => 'node',
14157   'id' => '1',
14158   'count' => '1',
14159 ))
14160 ->execute();
14161
14162 $connection->schema()->createTable('filter', array(
14163   'fields' => array(
14164     'format' => array(
14165       'type' => 'varchar',
14166       'not null' => TRUE,
14167       'length' => '255',
14168     ),
14169     'module' => array(
14170       'type' => 'varchar',
14171       'not null' => TRUE,
14172       'length' => '64',
14173       'default' => '',
14174     ),
14175     'name' => array(
14176       'type' => 'varchar',
14177       'not null' => TRUE,
14178       'length' => '32',
14179       'default' => '',
14180     ),
14181     'weight' => array(
14182       'type' => 'int',
14183       'not null' => TRUE,
14184       'size' => 'normal',
14185       'default' => '0',
14186     ),
14187     'status' => array(
14188       'type' => 'int',
14189       'not null' => TRUE,
14190       'size' => 'normal',
14191       'default' => '0',
14192     ),
14193     'settings' => array(
14194       'type' => 'blob',
14195       'not null' => FALSE,
14196       'size' => 'normal',
14197     ),
14198   ),
14199   'primary key' => array(
14200     'format',
14201     'name',
14202   ),
14203   'mysql_character_set' => 'utf8',
14204 ));
14205
14206 $connection->insert('filter')
14207 ->fields(array(
14208   'format',
14209   'module',
14210   'name',
14211   'weight',
14212   'status',
14213   'settings',
14214 ))
14215 ->values(array(
14216   'format' => 'custom_text_format',
14217   'module' => 'filter',
14218   'name' => 'filter_autop',
14219   'weight' => '0',
14220   'status' => '1',
14221   'settings' => 'a:0:{}',
14222 ))
14223 ->values(array(
14224   'format' => 'custom_text_format',
14225   'module' => 'filter',
14226   'name' => 'filter_html',
14227   'weight' => '-10',
14228   'status' => '1',
14229   '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;}',
14230 ))
14231 ->values(array(
14232   'format' => 'custom_text_format',
14233   'module' => 'filter',
14234   'name' => 'filter_htmlcorrector',
14235   'weight' => '10',
14236   'status' => '0',
14237   'settings' => 'a:0:{}',
14238 ))
14239 ->values(array(
14240   'format' => 'custom_text_format',
14241   'module' => 'filter',
14242   'name' => 'filter_html_escape',
14243   'weight' => '-10',
14244   'status' => '0',
14245   'settings' => 'a:0:{}',
14246 ))
14247 ->values(array(
14248   'format' => 'custom_text_format',
14249   'module' => 'filter',
14250   'name' => 'filter_url',
14251   'weight' => '0',
14252   'status' => '0',
14253   'settings' => 'a:1:{s:17:"filter_url_length";s:2:"72";}',
14254 ))
14255 ->values(array(
14256   'format' => 'filtered_html',
14257   'module' => 'filter',
14258   'name' => 'filter_autop',
14259   'weight' => '2',
14260   'status' => '1',
14261   'settings' => 'a:0:{}',
14262 ))
14263 ->values(array(
14264   'format' => 'filtered_html',
14265   'module' => 'filter',
14266   'name' => 'filter_html',
14267   'weight' => '1',
14268   'status' => '1',
14269   '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;}',
14270 ))
14271 ->values(array(
14272   'format' => 'filtered_html',
14273   'module' => 'filter',
14274   'name' => 'filter_htmlcorrector',
14275   'weight' => '10',
14276   'status' => '1',
14277   'settings' => 'a:0:{}',
14278 ))
14279 ->values(array(
14280   'format' => 'filtered_html',
14281   'module' => 'filter',
14282   'name' => 'filter_html_escape',
14283   'weight' => '-10',
14284   'status' => '0',
14285   'settings' => 'a:0:{}',
14286 ))
14287 ->values(array(
14288   'format' => 'filtered_html',
14289   'module' => 'filter',
14290   'name' => 'filter_url',
14291   'weight' => '0',
14292   'status' => '1',
14293   'settings' => 'a:1:{s:17:"filter_url_length";s:3:"128";}',
14294 ))
14295 ->values(array(
14296   'format' => 'full_html',
14297   'module' => 'filter',
14298   'name' => 'filter_autop',
14299   'weight' => '1',
14300   'status' => '1',
14301   'settings' => 'a:0:{}',
14302 ))
14303 ->values(array(
14304   'format' => 'full_html',
14305   'module' => 'filter',
14306   'name' => 'filter_html',
14307   'weight' => '-10',
14308   'status' => '0',
14309   '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;}',
14310 ))
14311 ->values(array(
14312   'format' => 'full_html',
14313   'module' => 'filter',
14314   'name' => 'filter_htmlcorrector',
14315   'weight' => '10',
14316   'status' => '1',
14317   'settings' => 'a:0:{}',
14318 ))
14319 ->values(array(
14320   'format' => 'full_html',
14321   'module' => 'filter',
14322   'name' => 'filter_html_escape',
14323   'weight' => '-10',
14324   'status' => '0',
14325   'settings' => 'a:0:{}',
14326 ))
14327 ->values(array(
14328   'format' => 'full_html',
14329   'module' => 'filter',
14330   'name' => 'filter_url',
14331   'weight' => '0',
14332   'status' => '1',
14333   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
14334 ))
14335 ->values(array(
14336   'format' => 'php_code',
14337   'module' => 'filter',
14338   'name' => 'filter_autop',
14339   'weight' => '0',
14340   'status' => '0',
14341   'settings' => 'a:0:{}',
14342 ))
14343 ->values(array(
14344   'format' => 'php_code',
14345   'module' => 'filter',
14346   'name' => 'filter_html',
14347   'weight' => '-10',
14348   'status' => '0',
14349   '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;}',
14350 ))
14351 ->values(array(
14352   'format' => 'php_code',
14353   'module' => 'filter',
14354   'name' => 'filter_htmlcorrector',
14355   'weight' => '10',
14356   'status' => '0',
14357   'settings' => 'a:0:{}',
14358 ))
14359 ->values(array(
14360   'format' => 'php_code',
14361   'module' => 'filter',
14362   'name' => 'filter_html_escape',
14363   'weight' => '-10',
14364   'status' => '0',
14365   'settings' => 'a:0:{}',
14366 ))
14367 ->values(array(
14368   'format' => 'php_code',
14369   'module' => 'filter',
14370   'name' => 'filter_url',
14371   'weight' => '0',
14372   'status' => '0',
14373   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
14374 ))
14375 ->values(array(
14376   'format' => 'php_code',
14377   'module' => 'php',
14378   'name' => 'php_code',
14379   'weight' => '0',
14380   'status' => '1',
14381   'settings' => 'a:0:{}',
14382 ))
14383 ->values(array(
14384   'format' => 'plain_text',
14385   'module' => 'filter',
14386   'name' => 'filter_autop',
14387   'weight' => '2',
14388   'status' => '1',
14389   'settings' => 'a:0:{}',
14390 ))
14391 ->values(array(
14392   'format' => 'plain_text',
14393   'module' => 'filter',
14394   'name' => 'filter_html',
14395   'weight' => '-10',
14396   'status' => '0',
14397   '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;}',
14398 ))
14399 ->values(array(
14400   'format' => 'plain_text',
14401   'module' => 'filter',
14402   'name' => 'filter_htmlcorrector',
14403   'weight' => '10',
14404   'status' => '0',
14405   'settings' => 'a:0:{}',
14406 ))
14407 ->values(array(
14408   'format' => 'plain_text',
14409   'module' => 'filter',
14410   'name' => 'filter_html_escape',
14411   'weight' => '0',
14412   'status' => '1',
14413   'settings' => 'a:0:{}',
14414 ))
14415 ->values(array(
14416   'format' => 'plain_text',
14417   'module' => 'filter',
14418   'name' => 'filter_url',
14419   'weight' => '1',
14420   'status' => '1',
14421   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
14422 ))
14423 ->execute();
14424
14425 $connection->schema()->createTable('filter_format', array(
14426   'fields' => array(
14427     'format' => array(
14428       'type' => 'varchar',
14429       'not null' => TRUE,
14430       'length' => '255',
14431     ),
14432     'name' => array(
14433       'type' => 'varchar',
14434       'not null' => TRUE,
14435       'length' => '255',
14436       'default' => '',
14437     ),
14438     'cache' => array(
14439       'type' => 'int',
14440       'not null' => TRUE,
14441       'size' => 'normal',
14442       'default' => '0',
14443     ),
14444     'status' => array(
14445       'type' => 'int',
14446       'not null' => TRUE,
14447       'size' => 'normal',
14448       'default' => '1',
14449       'unsigned' => TRUE,
14450     ),
14451     'weight' => array(
14452       'type' => 'int',
14453       'not null' => TRUE,
14454       'size' => 'normal',
14455       'default' => '0',
14456     ),
14457   ),
14458   'primary key' => array(
14459     'format',
14460   ),
14461   'mysql_character_set' => 'utf8',
14462 ));
14463
14464 $connection->insert('filter_format')
14465 ->fields(array(
14466   'format',
14467   'name',
14468   'cache',
14469   'status',
14470   'weight',
14471 ))
14472 ->values(array(
14473   'format' => 'custom_text_format',
14474   'name' => 'Custom Text format',
14475   'cache' => '1',
14476   'status' => '1',
14477   'weight' => '0',
14478 ))
14479 ->values(array(
14480   'format' => 'filtered_html',
14481   'name' => 'Filtered HTML',
14482   'cache' => '1',
14483   'status' => '1',
14484   'weight' => '0',
14485 ))
14486 ->values(array(
14487   'format' => 'full_html',
14488   'name' => 'Full HTML',
14489   'cache' => '1',
14490   'status' => '1',
14491   'weight' => '1',
14492 ))
14493 ->values(array(
14494   'format' => 'php_code',
14495   'name' => 'PHP code',
14496   'cache' => '0',
14497   'status' => '1',
14498   'weight' => '11',
14499 ))
14500 ->values(array(
14501   'format' => 'plain_text',
14502   'name' => 'Plain text',
14503   'cache' => '1',
14504   'status' => '1',
14505   'weight' => '10',
14506 ))
14507 ->execute();
14508
14509 $connection->schema()->createTable('flood', array(
14510   'fields' => array(
14511     'fid' => array(
14512       'type' => 'serial',
14513       'not null' => TRUE,
14514       'size' => 'normal',
14515     ),
14516     'event' => array(
14517       'type' => 'varchar',
14518       'not null' => TRUE,
14519       'length' => '64',
14520       'default' => '',
14521     ),
14522     'identifier' => array(
14523       'type' => 'varchar',
14524       'not null' => TRUE,
14525       'length' => '128',
14526       'default' => '',
14527     ),
14528     'timestamp' => array(
14529       'type' => 'int',
14530       'not null' => TRUE,
14531       'size' => 'normal',
14532       'default' => '0',
14533     ),
14534     'expiration' => array(
14535       'type' => 'int',
14536       'not null' => TRUE,
14537       'size' => 'normal',
14538       'default' => '0',
14539     ),
14540   ),
14541   'primary key' => array(
14542     'fid',
14543   ),
14544   'mysql_character_set' => 'utf8',
14545 ));
14546
14547 $connection->schema()->createTable('forum', array(
14548   'fields' => array(
14549     'nid' => array(
14550       'type' => 'int',
14551       'not null' => TRUE,
14552       'size' => 'normal',
14553       'default' => '0',
14554       'unsigned' => TRUE,
14555     ),
14556     'vid' => array(
14557       'type' => 'int',
14558       'not null' => TRUE,
14559       'size' => 'normal',
14560       'default' => '0',
14561       'unsigned' => TRUE,
14562     ),
14563     'tid' => array(
14564       'type' => 'int',
14565       'not null' => TRUE,
14566       'size' => 'normal',
14567       'default' => '0',
14568       'unsigned' => TRUE,
14569     ),
14570   ),
14571   'primary key' => array(
14572     'vid',
14573   ),
14574   'mysql_character_set' => 'utf8',
14575 ));
14576
14577 $connection->insert('forum')
14578 ->fields(array(
14579   'nid',
14580   'vid',
14581   'tid',
14582 ))
14583 ->values(array(
14584   'nid' => '6',
14585   'vid' => '6',
14586   'tid' => '1',
14587 ))
14588 ->values(array(
14589   'nid' => '7',
14590   'vid' => '7',
14591   'tid' => '1',
14592 ))
14593 ->execute();
14594
14595 $connection->schema()->createTable('forum_index', array(
14596   'fields' => array(
14597     'nid' => array(
14598       'type' => 'int',
14599       'not null' => TRUE,
14600       'size' => 'normal',
14601       'default' => '0',
14602       'unsigned' => TRUE,
14603     ),
14604     'title' => array(
14605       'type' => 'varchar',
14606       'not null' => TRUE,
14607       'length' => '255',
14608       'default' => '',
14609     ),
14610     'tid' => array(
14611       'type' => 'int',
14612       'not null' => TRUE,
14613       'size' => 'normal',
14614       'default' => '0',
14615       'unsigned' => TRUE,
14616     ),
14617     'sticky' => array(
14618       'type' => 'int',
14619       'not null' => FALSE,
14620       'size' => 'normal',
14621       'default' => '0',
14622     ),
14623     'created' => array(
14624       'type' => 'int',
14625       'not null' => TRUE,
14626       'size' => 'normal',
14627       'default' => '0',
14628       'unsigned' => TRUE,
14629     ),
14630     'last_comment_timestamp' => array(
14631       'type' => 'int',
14632       'not null' => TRUE,
14633       'size' => 'normal',
14634       'default' => '0',
14635     ),
14636     'comment_count' => array(
14637       'type' => 'int',
14638       'not null' => TRUE,
14639       'size' => 'normal',
14640       'default' => '0',
14641       'unsigned' => TRUE,
14642     ),
14643   ),
14644   'mysql_character_set' => 'utf8',
14645 ));
14646
14647 $connection->insert('forum_index')
14648 ->fields(array(
14649   'nid',
14650   'title',
14651   'tid',
14652   'sticky',
14653   'created',
14654   'last_comment_timestamp',
14655   'comment_count',
14656 ))
14657 ->values(array(
14658   'nid' => '6',
14659   'title' => 'Comments are closed :-(',
14660   'tid' => '1',
14661   'sticky' => '0',
14662   'created' => '1504715414',
14663   'last_comment_timestamp' => '1504715414',
14664   'comment_count' => '0',
14665 ))
14666 ->values(array(
14667   'nid' => '7',
14668   'title' => 'Comments are open :-)',
14669   'tid' => '1',
14670   'sticky' => '0',
14671   'created' => '1504715432',
14672   'last_comment_timestamp' => '1504715432',
14673   'comment_count' => '0',
14674 ))
14675 ->execute();
14676
14677 $connection->schema()->createTable('history', array(
14678   'fields' => array(
14679     'uid' => array(
14680       'type' => 'int',
14681       'not null' => TRUE,
14682       'size' => 'normal',
14683       'default' => '0',
14684     ),
14685     'nid' => array(
14686       'type' => 'int',
14687       'not null' => TRUE,
14688       'size' => 'normal',
14689       'default' => '0',
14690     ),
14691     'timestamp' => array(
14692       'type' => 'int',
14693       'not null' => TRUE,
14694       'size' => 'normal',
14695       'default' => '0',
14696     ),
14697   ),
14698   'primary key' => array(
14699     'uid',
14700     'nid',
14701   ),
14702   'mysql_character_set' => 'utf8',
14703 ));
14704
14705 $connection->schema()->createTable('image_effects', array(
14706   'fields' => array(
14707     'ieid' => array(
14708       'type' => 'serial',
14709       'not null' => TRUE,
14710       'size' => 'normal',
14711       'unsigned' => TRUE,
14712     ),
14713     'isid' => array(
14714       'type' => 'int',
14715       'not null' => TRUE,
14716       'size' => 'normal',
14717       'default' => '0',
14718       'unsigned' => TRUE,
14719     ),
14720     'weight' => array(
14721       'type' => 'int',
14722       'not null' => TRUE,
14723       'size' => 'normal',
14724       'default' => '0',
14725     ),
14726     'name' => array(
14727       'type' => 'varchar',
14728       'not null' => TRUE,
14729       'length' => '255',
14730     ),
14731     'data' => array(
14732       'type' => 'blob',
14733       'not null' => TRUE,
14734       'size' => 'normal',
14735     ),
14736   ),
14737   'primary key' => array(
14738     'ieid',
14739   ),
14740   'mysql_character_set' => 'utf8',
14741 ));
14742
14743 $connection->insert('image_effects')
14744 ->fields(array(
14745   'ieid',
14746   'isid',
14747   'weight',
14748   'name',
14749   'data',
14750 ))
14751 ->values(array(
14752   'ieid' => '3',
14753   'isid' => '1',
14754   'weight' => '1',
14755   'name' => 'image_scale_and_crop',
14756   'data' => 'a:2:{s:5:"width";s:2:"55";s:6:"height";s:2:"55";}',
14757 ))
14758 ->values(array(
14759   'ieid' => '4',
14760   'isid' => '1',
14761   'weight' => '2',
14762   'name' => 'image_desaturate',
14763   'data' => 'a:0:{}',
14764 ))
14765 ->values(array(
14766   'ieid' => '5',
14767   'isid' => '2',
14768   'weight' => '1',
14769   'name' => 'image_resize',
14770   'data' => 'a:2:{s:5:"width";s:2:"55";s:6:"height";s:3:"100";}',
14771 ))
14772 ->values(array(
14773   'ieid' => '6',
14774   'isid' => '2',
14775   'weight' => '2',
14776   'name' => 'image_rotate',
14777   'data' => 'a:3:{s:7:"degrees";s:2:"45";s:7:"bgcolor";s:7:"#FFFFFF";s:6:"random";i:0;}',
14778 ))
14779 ->values(array(
14780   'ieid' => '7',
14781   'isid' => '3',
14782   'weight' => '1',
14783   'name' => 'image_scale',
14784   'data' => 'a:3:{s:5:"width";s:3:"150";s:6:"height";s:0:"";s:7:"upscale";i:0;}',
14785 ))
14786 ->values(array(
14787   'ieid' => '8',
14788   'isid' => '3',
14789   'weight' => '2',
14790   'name' => 'image_crop',
14791   'data' => 'a:3:{s:5:"width";s:2:"50";s:6:"height";s:2:"50";s:6:"anchor";s:8:"left-top";}',
14792 ))
14793 ->execute();
14794
14795 $connection->schema()->createTable('image_styles', array(
14796   'fields' => array(
14797     'isid' => array(
14798       'type' => 'serial',
14799       'not null' => TRUE,
14800       'size' => 'normal',
14801       'unsigned' => TRUE,
14802     ),
14803     'name' => array(
14804       'type' => 'varchar',
14805       'not null' => TRUE,
14806       'length' => '255',
14807     ),
14808     'label' => array(
14809       'type' => 'varchar',
14810       'not null' => TRUE,
14811       'length' => '255',
14812       'default' => '',
14813     ),
14814   ),
14815   'primary key' => array(
14816     'isid',
14817   ),
14818   'mysql_character_set' => 'utf8',
14819 ));
14820
14821 $connection->insert('image_styles')
14822 ->fields(array(
14823   'isid',
14824   'name',
14825   'label',
14826 ))
14827 ->values(array(
14828   'isid' => '1',
14829   'name' => 'custom_image_style_1',
14830   'label' => 'Custom image style 1',
14831 ))
14832 ->values(array(
14833   'isid' => '2',
14834   'name' => 'custom_image_style_2',
14835   'label' => 'Custom image style 2',
14836 ))
14837 ->values(array(
14838   'isid' => '3',
14839   'name' => 'custom_image_style_3',
14840   'label' => 'Custom image style 3',
14841 ))
14842 ->execute();
14843
14844 $connection->schema()->createTable('languages', array(
14845   'fields' => array(
14846     'language' => array(
14847       'type' => 'varchar',
14848       'not null' => TRUE,
14849       'length' => '12',
14850       'default' => '',
14851     ),
14852     'name' => array(
14853       'type' => 'varchar',
14854       'not null' => TRUE,
14855       'length' => '64',
14856       'default' => '',
14857     ),
14858     'native' => array(
14859       'type' => 'varchar',
14860       'not null' => TRUE,
14861       'length' => '64',
14862       'default' => '',
14863     ),
14864     'direction' => array(
14865       'type' => 'int',
14866       'not null' => TRUE,
14867       'size' => 'normal',
14868       'default' => '0',
14869     ),
14870     'enabled' => array(
14871       'type' => 'int',
14872       'not null' => TRUE,
14873       'size' => 'normal',
14874       'default' => '0',
14875     ),
14876     'plurals' => array(
14877       'type' => 'int',
14878       'not null' => TRUE,
14879       'size' => 'normal',
14880       'default' => '0',
14881     ),
14882     'formula' => array(
14883       'type' => 'varchar',
14884       'not null' => TRUE,
14885       'length' => '255',
14886       'default' => '',
14887     ),
14888     'domain' => array(
14889       'type' => 'varchar',
14890       'not null' => TRUE,
14891       'length' => '128',
14892       'default' => '',
14893     ),
14894     'prefix' => array(
14895       'type' => 'varchar',
14896       'not null' => TRUE,
14897       'length' => '128',
14898       'default' => '',
14899     ),
14900     'weight' => array(
14901       'type' => 'int',
14902       'not null' => TRUE,
14903       'size' => 'normal',
14904       'default' => '0',
14905     ),
14906     'javascript' => array(
14907       'type' => 'varchar',
14908       'not null' => TRUE,
14909       'length' => '64',
14910       'default' => '',
14911     ),
14912   ),
14913   'primary key' => array(
14914     'language',
14915   ),
14916   'mysql_character_set' => 'utf8',
14917 ));
14918
14919 $connection->insert('languages')
14920 ->fields(array(
14921   'language',
14922   'name',
14923   'native',
14924   'direction',
14925   'enabled',
14926   'plurals',
14927   'formula',
14928   'domain',
14929   'prefix',
14930   'weight',
14931   'javascript',
14932 ))
14933 ->values(array(
14934   'language' => 'en',
14935   'name' => 'English',
14936   'native' => 'English',
14937   'direction' => '0',
14938   'enabled' => '1',
14939   'plurals' => '0',
14940   'formula' => '',
14941   'domain' => '',
14942   'prefix' => '',
14943   'weight' => '0',
14944   'javascript' => '',
14945 ))
14946 ->values(array(
14947   'language' => 'fr',
14948   'name' => 'French',
14949   'native' => 'Français',
14950   'direction' => '0',
14951   'enabled' => '1',
14952   'plurals' => '0',
14953   'formula' => '',
14954   'domain' => 'fr.drupal.org',
14955   'prefix' => 'fr',
14956   'weight' => '0',
14957   'javascript' => '',
14958 ))
14959 ->values(array(
14960   'language' => 'is',
14961   'name' => 'Icelandic',
14962   'native' => 'Íslenska',
14963   'direction' => '0',
14964   'enabled' => '1',
14965   'plurals' => '0',
14966   'formula' => '',
14967   'domain' => 'is.drupal.org',
14968   'prefix' => 'is',
14969   'weight' => '0',
14970   'javascript' => '',
14971 ))
14972 ->execute();
14973
14974 $connection->schema()->createTable('locales_source', array(
14975   'fields' => array(
14976     'lid' => array(
14977       'type' => 'serial',
14978       'not null' => TRUE,
14979       'size' => 'normal',
14980     ),
14981     'location' => array(
14982       'type' => 'text',
14983       'not null' => FALSE,
14984       'size' => 'normal',
14985     ),
14986     'textgroup' => array(
14987       'type' => 'varchar',
14988       'not null' => TRUE,
14989       'length' => '255',
14990       'default' => 'default',
14991     ),
14992     'source' => array(
14993       'type' => 'blob',
14994       'not null' => TRUE,
14995       'size' => 'normal',
14996     ),
14997     'context' => array(
14998       'type' => 'varchar',
14999       'not null' => TRUE,
15000       'length' => '255',
15001       'default' => '',
15002     ),
15003     'version' => array(
15004       'type' => 'varchar',
15005       'not null' => TRUE,
15006       'length' => '20',
15007       'default' => 'none',
15008     ),
15009   ),
15010   'primary key' => array(
15011     'lid',
15012   ),
15013   'mysql_character_set' => 'utf8',
15014 ));
15015
15016 $connection->insert('locales_source')
15017 ->fields(array(
15018   'lid',
15019   'location',
15020   'textgroup',
15021   'source',
15022   'context',
15023   'version',
15024 ))
15025 ->values(array(
15026   'lid' => '1',
15027   'location' => 'misc/drupal.js',
15028   'textgroup' => 'default',
15029   'source' => 'An AJAX HTTP error occurred.',
15030   'context' => '',
15031   'version' => 'none',
15032 ))
15033 ->values(array(
15034   'lid' => '2',
15035   'location' => 'misc/drupal.js',
15036   'textgroup' => 'default',
15037   'source' => 'HTTP Result Code: !status',
15038   'context' => '',
15039   'version' => 'none',
15040 ))
15041 ->values(array(
15042   'lid' => '3',
15043   'location' => 'misc/drupal.js',
15044   'textgroup' => 'default',
15045   'source' => 'An AJAX HTTP request terminated abnormally.',
15046   'context' => '',
15047   'version' => 'none',
15048 ))
15049 ->values(array(
15050   'lid' => '4',
15051   'location' => 'misc/drupal.js',
15052   'textgroup' => 'default',
15053   'source' => 'Debugging information follows.',
15054   'context' => '',
15055   'version' => 'none',
15056 ))
15057 ->values(array(
15058   'lid' => '5',
15059   'location' => 'misc/drupal.js',
15060   'textgroup' => 'default',
15061   'source' => 'Path: !uri',
15062   'context' => '',
15063   'version' => 'none',
15064 ))
15065 ->values(array(
15066   'lid' => '6',
15067   'location' => 'misc/drupal.js',
15068   'textgroup' => 'default',
15069   'source' => 'StatusText: !statusText',
15070   'context' => '',
15071   'version' => 'none',
15072 ))
15073 ->values(array(
15074   'lid' => '7',
15075   'location' => 'misc/drupal.js',
15076   'textgroup' => 'default',
15077   'source' => 'ResponseText: !responseText',
15078   'context' => '',
15079   'version' => 'none',
15080 ))
15081 ->values(array(
15082   'lid' => '8',
15083   'location' => 'misc/drupal.js',
15084   'textgroup' => 'default',
15085   'source' => 'ReadyState: !readyState',
15086   'context' => '',
15087   'version' => 'none',
15088 ))
15089 ->values(array(
15090   'lid' => '9',
15091   'location' => 'misc/collapse.js',
15092   'textgroup' => 'default',
15093   'source' => 'Hide',
15094   'context' => '',
15095   'version' => 'none',
15096 ))
15097 ->values(array(
15098   'lid' => '10',
15099   'location' => 'misc/collapse.js',
15100   'textgroup' => 'default',
15101   'source' => 'Show',
15102   'context' => '',
15103   'version' => 'none',
15104 ))
15105 ->values(array(
15106   'lid' => '11',
15107   'location' => 'modules/toolbar/toolbar.js',
15108   'textgroup' => 'default',
15109   'source' => 'Show shortcuts',
15110   'context' => '',
15111   'version' => 'none',
15112 ))
15113 ->values(array(
15114   'lid' => '12',
15115   'location' => 'modules/toolbar/toolbar.js',
15116   'textgroup' => 'default',
15117   'source' => 'Hide shortcuts',
15118   'context' => '',
15119   'version' => 'none',
15120 ))
15121 ->values(array(
15122   'lid' => '13',
15123   'location' => 'misc/machine-name.js',
15124   'textgroup' => 'default',
15125   'source' => 'Edit',
15126   'context' => '',
15127   'version' => 'none',
15128 ))
15129 ->values(array(
15130   'lid' => '14',
15131   'location' => 'modules/comment/comment-node-form.js',
15132   'textgroup' => 'default',
15133   'source' => '@number comments per page',
15134   'context' => '',
15135   'version' => 'none',
15136 ))
15137 ->values(array(
15138   'lid' => '15',
15139   'location' => 'misc/vertical-tabs.js',
15140   'textgroup' => 'default',
15141   'source' => '(active tab)',
15142   'context' => '',
15143   'version' => 'none',
15144 ))
15145 ->values(array(
15146   'lid' => '16',
15147   'location' => 'modules/node/content_types.js',
15148   'textgroup' => 'default',
15149   'source' => 'Requires a title',
15150   'context' => '',
15151   'version' => 'none',
15152 ))
15153 ->values(array(
15154   'lid' => '17',
15155   'location' => 'modules/node/content_types.js; modules/node/node.js',
15156   'textgroup' => 'default',
15157   'source' => 'Not published',
15158   'context' => '',
15159   'version' => 'none',
15160 ))
15161 ->values(array(
15162   'lid' => '18',
15163   'location' => 'modules/node/content_types.js',
15164   'textgroup' => 'default',
15165   'source' => "Don't display post information",
15166   'context' => '',
15167   'version' => 'none',
15168 ))
15169 ->values(array(
15170   'lid' => '19',
15171   'location' => 'misc/tabledrag.js',
15172   'textgroup' => 'default',
15173   'source' => 'Re-order rows by numerical weight instead of dragging.',
15174   'context' => '',
15175   'version' => 'none',
15176 ))
15177 ->values(array(
15178   'lid' => '20',
15179   'location' => 'misc/tabledrag.js',
15180   'textgroup' => 'default',
15181   'source' => 'Show row weights',
15182   'context' => '',
15183   'version' => 'none',
15184 ))
15185 ->values(array(
15186   'lid' => '21',
15187   'location' => 'misc/tabledrag.js',
15188   'textgroup' => 'default',
15189   'source' => 'Hide row weights',
15190   'context' => '',
15191   'version' => 'none',
15192 ))
15193 ->values(array(
15194   'lid' => '22',
15195   'location' => 'misc/tabledrag.js',
15196   'textgroup' => 'default',
15197   'source' => 'Drag to re-order',
15198   'context' => '',
15199   'version' => 'none',
15200 ))
15201 ->values(array(
15202   'lid' => '23',
15203   'location' => 'misc/tabledrag.js',
15204   'textgroup' => 'default',
15205   'source' => 'Changes made in this table will not be saved until the form is submitted.',
15206   'context' => '',
15207   'version' => 'none',
15208 ))
15209 ->values(array(
15210   'lid' => '24',
15211   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
15212   'textgroup' => 'default',
15213   'source' => 'Other',
15214   'context' => '',
15215   'version' => 'none',
15216 ))
15217 ->values(array(
15218   'lid' => '25',
15219   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
15220   'textgroup' => 'default',
15221   'source' => '@count year from now',
15222   'context' => '',
15223   'version' => 'none',
15224 ))
15225 ->values(array(
15226   'lid' => '26',
15227   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
15228   'textgroup' => 'default',
15229   'source' => '@count years from now',
15230   'context' => '',
15231   'version' => 'none',
15232 ))
15233 ->values(array(
15234   'lid' => '27',
15235   'location' => 'modules/file/file.js',
15236   'textgroup' => 'default',
15237   'source' => 'The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.',
15238   'context' => '',
15239   'version' => 'none',
15240 ))
15241 ->values(array(
15242   'lid' => '28',
15243   'location' => 'misc/ajax.js',
15244   'textgroup' => 'default',
15245   'source' => 'Please wait...',
15246   'context' => '',
15247   'version' => 'none',
15248 ))
15249 ->values(array(
15250   'lid' => '29',
15251   'location' => 'modules/field/modules/text/text.js',
15252   'textgroup' => 'default',
15253   'source' => 'Hide summary',
15254   'context' => '',
15255   'version' => 'none',
15256 ))
15257 ->values(array(
15258   'lid' => '30',
15259   'location' => 'modules/field/modules/text/text.js',
15260   'textgroup' => 'default',
15261   'source' => 'Edit summary',
15262   'context' => '',
15263   'version' => 'none',
15264 ))
15265 ->values(array(
15266   'lid' => '31',
15267   'location' => 'misc/autocomplete.js',
15268   'textgroup' => 'default',
15269   'source' => 'Autocomplete popup',
15270   'context' => '',
15271   'version' => 'none',
15272 ))
15273 ->values(array(
15274   'lid' => '32',
15275   'location' => 'misc/autocomplete.js',
15276   'textgroup' => 'default',
15277   'source' => 'Searching for matches...',
15278   'context' => '',
15279   'version' => 'none',
15280 ))
15281 ->values(array(
15282   'lid' => '33',
15283   'location' => 'modules/contextual/contextual.js',
15284   'textgroup' => 'default',
15285   'source' => 'Configure',
15286   'context' => '',
15287   'version' => 'none',
15288 ))
15289 ->values(array(
15290   'lid' => '34',
15291   'location' => 'misc/tableselect.js',
15292   'textgroup' => 'default',
15293   'source' => 'Select all rows in this table',
15294   'context' => '',
15295   'version' => 'none',
15296 ))
15297 ->values(array(
15298   'lid' => '35',
15299   'location' => 'misc/tableselect.js',
15300   'textgroup' => 'default',
15301   'source' => 'Deselect all rows in this table',
15302   'context' => '',
15303   'version' => 'none',
15304 ))
15305 ->values(array(
15306   'lid' => '36',
15307   'location' => 'modules/user/user.permissions.js',
15308   'textgroup' => 'default',
15309   'source' => 'This permission is inherited from the authenticated user role.',
15310   'context' => '',
15311   'version' => 'none',
15312 ))
15313 ->values(array(
15314   'lid' => '37',
15315   'location' => 'modules/filter/filter.admin.js',
15316   'textgroup' => 'default',
15317   'source' => 'Enabled',
15318   'context' => '',
15319   'version' => 'none',
15320 ))
15321 ->values(array(
15322   'lid' => '38',
15323   'location' => 'modules/filter/filter.admin.js',
15324   'textgroup' => 'default',
15325   'source' => 'Disabled',
15326   'context' => '',
15327   'version' => 'none',
15328 ))
15329 ->values(array(
15330   'lid' => '39',
15331   'location' => 'modules/menu/menu.js',
15332   'textgroup' => 'default',
15333   'source' => 'Not in menu',
15334   'context' => '',
15335   'version' => 'none',
15336 ))
15337 ->values(array(
15338   'lid' => '40',
15339   'location' => 'modules/book/book.js',
15340   'textgroup' => 'default',
15341   'source' => 'Not in book',
15342   'context' => '',
15343   'version' => 'none',
15344 ))
15345 ->values(array(
15346   'lid' => '41',
15347   'location' => 'modules/book/book.js',
15348   'textgroup' => 'default',
15349   'source' => 'New book',
15350   'context' => '',
15351   'version' => 'none',
15352 ))
15353 ->values(array(
15354   'lid' => '42',
15355   'location' => 'modules/node/node.js',
15356   'textgroup' => 'default',
15357   'source' => 'New revision',
15358   'context' => '',
15359   'version' => 'none',
15360 ))
15361 ->values(array(
15362   'lid' => '43',
15363   'location' => 'modules/node/node.js',
15364   'textgroup' => 'default',
15365   'source' => 'No revision',
15366   'context' => '',
15367   'version' => 'none',
15368 ))
15369 ->values(array(
15370   'lid' => '44',
15371   'location' => 'modules/node/node.js',
15372   'textgroup' => 'default',
15373   'source' => 'By @name on @date',
15374   'context' => '',
15375   'version' => 'none',
15376 ))
15377 ->values(array(
15378   'lid' => '45',
15379   'location' => 'modules/node/node.js',
15380   'textgroup' => 'default',
15381   'source' => 'By @name',
15382   'context' => '',
15383   'version' => 'none',
15384 ))
15385 ->values(array(
15386   'lid' => '46',
15387   'location' => 'modules/path/path.js',
15388   'textgroup' => 'default',
15389   'source' => 'Alias: @alias',
15390   'context' => '',
15391   'version' => 'none',
15392 ))
15393 ->values(array(
15394   'lid' => '47',
15395   'location' => 'modules/path/path.js',
15396   'textgroup' => 'default',
15397   'source' => 'No alias',
15398   'context' => '',
15399   'version' => 'none',
15400 ))
15401 ->values(array(
15402   'lid' => '48',
15403   'location' => 'misc/drupal.js',
15404   'textgroup' => 'default',
15405   'source' => 'CustomMessage: !customMessage',
15406   'context' => '',
15407   'version' => 'none',
15408 ))
15409 ->values(array(
15410   'lid' => '49',
15411   'location' => 'modules/block/block.js; sites/all/modules/i18n/i18n_block/i18n_block.js',
15412   'textgroup' => 'default',
15413   'source' => 'Not restricted',
15414   'context' => '',
15415   'version' => 'none',
15416 ))
15417 ->values(array(
15418   'lid' => '50',
15419   'location' => 'modules/block/block.js',
15420   'textgroup' => 'default',
15421   'source' => 'Restricted to certain pages',
15422   'context' => '',
15423   'version' => 'none',
15424 ))
15425 ->values(array(
15426   'lid' => '51',
15427   'location' => 'modules/block/block.js',
15428   'textgroup' => 'default',
15429   'source' => 'Not customizable',
15430   'context' => '',
15431   'version' => 'none',
15432 ))
15433 ->values(array(
15434   'lid' => '52',
15435   'location' => 'modules/block/block.js',
15436   'textgroup' => 'default',
15437   'source' => 'The changes to these blocks will not be saved until the <em>Save blocks</em> button is clicked.',
15438   'context' => '',
15439   'version' => 'none',
15440 ))
15441 ->values(array(
15442   'lid' => '53',
15443   'location' => 'modules/block/block.js',
15444   'textgroup' => 'default',
15445   'source' => 'The block cannot be placed in this region.',
15446   'context' => '',
15447   'version' => 'none',
15448 ))
15449 ->values(array(
15450   'lid' => '54',
15451   'location' => 'sites/all/modules/i18n/i18n_block/i18n_block.js',
15452   'textgroup' => 'default',
15453   'source' => 'Translatable',
15454   'context' => '',
15455   'version' => 'none',
15456 ))
15457 ->values(array(
15458   'lid' => '55',
15459   'location' => 'sites/all/modules/i18n/i18n_block/i18n_block.js',
15460   'textgroup' => 'default',
15461   'source' => 'Not translatable',
15462   'context' => '',
15463   'version' => 'none',
15464 ))
15465 ->values(array(
15466   'lid' => '56',
15467   'location' => 'sites/all/modules/i18n/i18n_block/i18n_block.js',
15468   'textgroup' => 'default',
15469   'source' => 'Restricted to certain languages',
15470   'context' => '',
15471   'version' => 'none',
15472 ))
15473 ->values(array(
15474   'lid' => '57',
15475   'location' => 'blocks:block:1:title',
15476   'textgroup' => 'blocks',
15477   'source' => 'Mildly amusing limerick of the day',
15478   'context' => 'block:1:title',
15479   'version' => '1',
15480 ))
15481 ->values(array(
15482   'lid' => '58',
15483   'location' => 'misc/ajax.js',
15484   'textgroup' => 'default',
15485   'source' => 'The response failed verification so will not be processed.',
15486   'context' => '',
15487   'version' => 'none',
15488 ))
15489 ->values(array(
15490   'lid' => '59',
15491   'location' => 'misc/ajax.js',
15492   'textgroup' => 'default',
15493   'source' => 'The callback URL is not local and not trusted: !url',
15494   'context' => '',
15495   'version' => 'none',
15496 ))
15497 ->values(array(
15498   'lid' => '60',
15499   'location' => 'blocks:block:1:body',
15500   'textgroup' => 'blocks',
15501   'source' => "A fellow jumped off a high wall\r\nAnd had a most terrible fall\r\nHe went back to bed\r\nWith a bump on his head\r\nThat's why you don't jump off a wall",
15502   'context' => 'block:1:body',
15503   'version' => '1',
15504 ))
15505 ->values(array(
15506   'lid' => '61',
15507   'location' => 'node:type:article:name',
15508   'textgroup' => 'node',
15509   'source' => 'Article',
15510   'context' => 'type:article:name',
15511   'version' => '1',
15512 ))
15513 ->values(array(
15514   'lid' => '62',
15515   'location' => 'node:type:article:title_label',
15516   'textgroup' => 'node',
15517   'source' => 'Title',
15518   'context' => 'type:article:title_label',
15519   'version' => '1',
15520 ))
15521 ->values(array(
15522   'lid' => '63',
15523   'location' => 'node:type:article:description',
15524   'textgroup' => 'node',
15525   'source' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
15526   'context' => 'type:article:description',
15527   'version' => '1',
15528 ))
15529 ->values(array(
15530   'lid' => '64',
15531   'location' => 'node:type:article:help',
15532   'textgroup' => 'node',
15533   'source' => 'Help text for articles',
15534   'context' => 'type:article:help',
15535   'version' => '1',
15536 ))
15537 ->values(array(
15538   'lid' => '65',
15539   'location' => 'node:type:book:name',
15540   'textgroup' => 'node',
15541   'source' => 'Book page',
15542   'context' => 'type:book:name',
15543   'version' => '1',
15544 ))
15545 ->values(array(
15546   'lid' => '66',
15547   'location' => 'node:type:book:title_label',
15548   'textgroup' => 'node',
15549   'source' => 'Title',
15550   'context' => 'type:book:title_label',
15551   'version' => '1',
15552 ))
15553 ->values(array(
15554   'lid' => '67',
15555   'location' => 'node:type:book:description',
15556   'textgroup' => 'node',
15557   'source' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
15558   'context' => 'type:book:description',
15559   'version' => '1',
15560 ))
15561 ->values(array(
15562   'lid' => '68',
15563   'location' => 'node:type:page:name',
15564   'textgroup' => 'node',
15565   'source' => 'Basic page',
15566   'context' => 'type:page:name',
15567   'version' => '1',
15568 ))
15569 ->values(array(
15570   'lid' => '69',
15571   'location' => 'node:type:page:title_label',
15572   'textgroup' => 'node',
15573   'source' => 'Title',
15574   'context' => 'type:page:title_label',
15575   'version' => '1',
15576 ))
15577 ->values(array(
15578   'lid' => '70',
15579   'location' => 'node:type:page:description',
15580   'textgroup' => 'node',
15581   'source' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
15582   'context' => 'type:page:description',
15583   'version' => '1',
15584 ))
15585 ->values(array(
15586   'lid' => '71',
15587   'location' => 'node:type:page:help',
15588   'textgroup' => 'node',
15589   'source' => 'Help text for basic pages',
15590   'context' => 'type:page:help',
15591   'version' => '1',
15592 ))
15593 ->values(array(
15594   'lid' => '72',
15595   'location' => 'node:type:test_content_type:name',
15596   'textgroup' => 'node',
15597   'source' => 'Test content type',
15598   'context' => 'type:test_content_type:name',
15599   'version' => '1',
15600 ))
15601 ->values(array(
15602   'lid' => '73',
15603   'location' => 'node:type:test_content_type:title_label',
15604   'textgroup' => 'node',
15605   'source' => 'Title',
15606   'context' => 'type:test_content_type:title_label',
15607   'version' => '1',
15608 ))
15609 ->values(array(
15610   'lid' => '74',
15611   'location' => 'node:type:test_content_type:description',
15612   'textgroup' => 'node',
15613   'source' => 'This is the description of the test content type.',
15614   'context' => 'type:test_content_type:description',
15615   'version' => '1',
15616 ))
15617 ->values(array(
15618   'lid' => '75',
15619   'location' => 'node:type:test_content_type:help',
15620   'textgroup' => 'node',
15621   'source' => 'Help text for test content type',
15622   'context' => 'type:test_content_type:help',
15623   'version' => '1',
15624 ))
15625 ->execute();
15626
15627 $connection->schema()->createTable('locales_target', array(
15628   'fields' => array(
15629     'lid' => array(
15630       'type' => 'int',
15631       'not null' => TRUE,
15632       'size' => 'normal',
15633       'default' => '0',
15634     ),
15635     'translation' => array(
15636       'type' => 'blob',
15637       'not null' => TRUE,
15638       'size' => 'normal',
15639     ),
15640     'language' => array(
15641       'type' => 'varchar',
15642       'not null' => TRUE,
15643       'length' => '12',
15644       'default' => '',
15645     ),
15646     'plid' => array(
15647       'type' => 'int',
15648       'not null' => TRUE,
15649       'size' => 'normal',
15650       'default' => '0',
15651     ),
15652     'plural' => array(
15653       'type' => 'int',
15654       'not null' => TRUE,
15655       'size' => 'normal',
15656       'default' => '0',
15657     ),
15658     'i18n_status' => array(
15659       'type' => 'int',
15660       'not null' => TRUE,
15661       'size' => 'normal',
15662       'default' => '0',
15663     ),
15664   ),
15665   'primary key' => array(
15666     'lid',
15667     'language',
15668     'plural',
15669   ),
15670   'mysql_character_set' => 'utf8',
15671 ));
15672
15673 $connection->insert('locales_target')
15674 ->fields(array(
15675   'lid',
15676   'translation',
15677   'language',
15678   'plid',
15679   'plural',
15680   'i18n_status',
15681 ))
15682 ->values(array(
15683   'lid' => '57',
15684   'translation' => 'fr - Mildly amusing limerick of the day',
15685   'language' => 'fr',
15686   'plid' => '0',
15687   'plural' => '0',
15688   'i18n_status' => '0',
15689 ))
15690 ->values(array(
15691   'lid' => '60',
15692   'translation' => "fr - A fellow jumped off a high wall\r\nAnd had a most terrible fall\r\nHe went back to bed\r\nWith a bump on his head\r\nThat's why you don't jump off a wall",
15693   'language' => 'fr',
15694   'plid' => '0',
15695   'plural' => '0',
15696   'i18n_status' => '0',
15697 ))
15698 ->values(array(
15699   'lid' => '57',
15700   'translation' => 'is - Mildly amusing limerick of the day',
15701   'language' => 'is',
15702   'plid' => '0',
15703   'plural' => '0',
15704   'i18n_status' => '0',
15705 ))
15706 ->execute();
15707
15708 $connection->schema()->createTable('menu_custom', array(
15709   'fields' => array(
15710     'menu_name' => array(
15711       'type' => 'varchar',
15712       'not null' => TRUE,
15713       'length' => '32',
15714       'default' => '',
15715     ),
15716     'title' => array(
15717       'type' => 'varchar',
15718       'not null' => TRUE,
15719       'length' => '255',
15720       'default' => '',
15721     ),
15722     'description' => array(
15723       'type' => 'text',
15724       'not null' => FALSE,
15725       'size' => 'normal',
15726     ),
15727   ),
15728   'primary key' => array(
15729     'menu_name',
15730   ),
15731   'mysql_character_set' => 'utf8',
15732 ));
15733
15734 $connection->insert('menu_custom')
15735 ->fields(array(
15736   'menu_name',
15737   'title',
15738   'description',
15739 ))
15740 ->values(array(
15741   'menu_name' => 'main-menu',
15742   'title' => 'Main menu',
15743   '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.',
15744 ))
15745 ->values(array(
15746   'menu_name' => 'management',
15747   'title' => 'Management',
15748   'description' => 'The <em>Management</em> menu contains links for administrative tasks.',
15749 ))
15750 ->values(array(
15751   'menu_name' => 'menu-test-menu',
15752   'title' => 'Test Menu',
15753   'description' => 'Test menu description.',
15754 ))
15755 ->values(array(
15756   'menu_name' => 'navigation',
15757   'title' => 'Navigation',
15758   '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.',
15759 ))
15760 ->values(array(
15761   'menu_name' => 'user-menu',
15762   'title' => 'User menu',
15763   'description' => "The <em>User</em> menu contains links related to the user's account, as well as the 'Log out' link.",
15764 ))
15765 ->execute();
15766
15767 $connection->schema()->createTable('menu_links', array(
15768   'fields' => array(
15769     'menu_name' => array(
15770       'type' => 'varchar',
15771       'not null' => TRUE,
15772       'length' => '32',
15773       'default' => '',
15774     ),
15775     'mlid' => array(
15776       'type' => 'serial',
15777       'not null' => TRUE,
15778       'size' => 'normal',
15779       'unsigned' => TRUE,
15780     ),
15781     'plid' => array(
15782       'type' => 'int',
15783       'not null' => TRUE,
15784       'size' => 'normal',
15785       'default' => '0',
15786       'unsigned' => TRUE,
15787     ),
15788     'link_path' => array(
15789       'type' => 'varchar',
15790       'not null' => TRUE,
15791       'length' => '255',
15792       'default' => '',
15793     ),
15794     'router_path' => array(
15795       'type' => 'varchar',
15796       'not null' => TRUE,
15797       'length' => '255',
15798       'default' => '',
15799     ),
15800     'link_title' => array(
15801       'type' => 'varchar',
15802       'not null' => TRUE,
15803       'length' => '255',
15804       'default' => '',
15805     ),
15806     'options' => array(
15807       'type' => 'blob',
15808       'not null' => FALSE,
15809       'size' => 'normal',
15810     ),
15811     'module' => array(
15812       'type' => 'varchar',
15813       'not null' => TRUE,
15814       'length' => '255',
15815       'default' => 'system',
15816     ),
15817     'hidden' => array(
15818       'type' => 'int',
15819       'not null' => TRUE,
15820       'size' => 'normal',
15821       'default' => '0',
15822     ),
15823     'external' => array(
15824       'type' => 'int',
15825       'not null' => TRUE,
15826       'size' => 'normal',
15827       'default' => '0',
15828     ),
15829     'has_children' => array(
15830       'type' => 'int',
15831       'not null' => TRUE,
15832       'size' => 'normal',
15833       'default' => '0',
15834     ),
15835     'expanded' => array(
15836       'type' => 'int',
15837       'not null' => TRUE,
15838       'size' => 'normal',
15839       'default' => '0',
15840     ),
15841     'weight' => array(
15842       'type' => 'int',
15843       'not null' => TRUE,
15844       'size' => 'normal',
15845       'default' => '0',
15846     ),
15847     'depth' => array(
15848       'type' => 'int',
15849       'not null' => TRUE,
15850       'size' => 'normal',
15851       'default' => '0',
15852     ),
15853     'customized' => array(
15854       'type' => 'int',
15855       'not null' => TRUE,
15856       'size' => 'normal',
15857       'default' => '0',
15858     ),
15859     'p1' => array(
15860       'type' => 'int',
15861       'not null' => TRUE,
15862       'size' => 'normal',
15863       'default' => '0',
15864       'unsigned' => TRUE,
15865     ),
15866     'p2' => array(
15867       'type' => 'int',
15868       'not null' => TRUE,
15869       'size' => 'normal',
15870       'default' => '0',
15871       'unsigned' => TRUE,
15872     ),
15873     'p3' => array(
15874       'type' => 'int',
15875       'not null' => TRUE,
15876       'size' => 'normal',
15877       'default' => '0',
15878       'unsigned' => TRUE,
15879     ),
15880     'p4' => array(
15881       'type' => 'int',
15882       'not null' => TRUE,
15883       'size' => 'normal',
15884       'default' => '0',
15885       'unsigned' => TRUE,
15886     ),
15887     'p5' => array(
15888       'type' => 'int',
15889       'not null' => TRUE,
15890       'size' => 'normal',
15891       'default' => '0',
15892       'unsigned' => TRUE,
15893     ),
15894     'p6' => array(
15895       'type' => 'int',
15896       'not null' => TRUE,
15897       'size' => 'normal',
15898       'default' => '0',
15899       'unsigned' => TRUE,
15900     ),
15901     'p7' => array(
15902       'type' => 'int',
15903       'not null' => TRUE,
15904       'size' => 'normal',
15905       'default' => '0',
15906       'unsigned' => TRUE,
15907     ),
15908     'p8' => array(
15909       'type' => 'int',
15910       'not null' => TRUE,
15911       'size' => 'normal',
15912       'default' => '0',
15913       'unsigned' => TRUE,
15914     ),
15915     'p9' => array(
15916       'type' => 'int',
15917       'not null' => TRUE,
15918       'size' => 'normal',
15919       'default' => '0',
15920       'unsigned' => TRUE,
15921     ),
15922     'updated' => array(
15923       'type' => 'int',
15924       'not null' => TRUE,
15925       'size' => 'normal',
15926       'default' => '0',
15927     ),
15928   ),
15929   'primary key' => array(
15930     'mlid',
15931   ),
15932   'mysql_character_set' => 'utf8',
15933 ));
15934
15935 $connection->insert('menu_links')
15936 ->fields(array(
15937   'menu_name',
15938   'mlid',
15939   'plid',
15940   'link_path',
15941   'router_path',
15942   'link_title',
15943   'options',
15944   'module',
15945   'hidden',
15946   'external',
15947   'has_children',
15948   'expanded',
15949   'weight',
15950   'depth',
15951   'customized',
15952   'p1',
15953   'p2',
15954   'p3',
15955   'p4',
15956   'p5',
15957   'p6',
15958   'p7',
15959   'p8',
15960   'p9',
15961   'updated',
15962 ))
15963 ->values(array(
15964   'menu_name' => 'management',
15965   'mlid' => '1',
15966   'plid' => '0',
15967   'link_path' => 'admin',
15968   'router_path' => 'admin',
15969   'link_title' => 'Administration',
15970   'options' => 'a:0:{}',
15971   'module' => 'system',
15972   'hidden' => '0',
15973   'external' => '0',
15974   'has_children' => '1',
15975   'expanded' => '0',
15976   'weight' => '9',
15977   'depth' => '1',
15978   'customized' => '0',
15979   'p1' => '1',
15980   'p2' => '0',
15981   'p3' => '0',
15982   'p4' => '0',
15983   'p5' => '0',
15984   'p6' => '0',
15985   'p7' => '0',
15986   'p8' => '0',
15987   'p9' => '0',
15988   'updated' => '0',
15989 ))
15990 ->values(array(
15991   'menu_name' => 'user-menu',
15992   'mlid' => '2',
15993   'plid' => '0',
15994   'link_path' => 'user',
15995   'router_path' => 'user',
15996   'link_title' => 'User account',
15997   'options' => 'a:1:{s:5:"alter";b:1;}',
15998   'module' => 'system',
15999   'hidden' => '0',
16000   'external' => '0',
16001   'has_children' => '0',
16002   'expanded' => '0',
16003   'weight' => '-10',
16004   'depth' => '1',
16005   'customized' => '0',
16006   'p1' => '2',
16007   'p2' => '0',
16008   'p3' => '0',
16009   'p4' => '0',
16010   'p5' => '0',
16011   'p6' => '0',
16012   'p7' => '0',
16013   'p8' => '0',
16014   'p9' => '0',
16015   'updated' => '0',
16016 ))
16017 ->values(array(
16018   'menu_name' => 'navigation',
16019   'mlid' => '3',
16020   'plid' => '0',
16021   'link_path' => 'comment/%',
16022   'router_path' => 'comment/%',
16023   'link_title' => 'Comment permalink',
16024   'options' => 'a:0:{}',
16025   'module' => 'system',
16026   'hidden' => '0',
16027   'external' => '0',
16028   'has_children' => '1',
16029   'expanded' => '0',
16030   'weight' => '0',
16031   'depth' => '1',
16032   'customized' => '0',
16033   'p1' => '3',
16034   'p2' => '0',
16035   'p3' => '0',
16036   'p4' => '0',
16037   'p5' => '0',
16038   'p6' => '0',
16039   'p7' => '0',
16040   'p8' => '0',
16041   'p9' => '0',
16042   'updated' => '0',
16043 ))
16044 ->values(array(
16045   'menu_name' => 'navigation',
16046   'mlid' => '4',
16047   'plid' => '0',
16048   'link_path' => 'filter/tips',
16049   'router_path' => 'filter/tips',
16050   'link_title' => 'Compose tips',
16051   'options' => 'a:0:{}',
16052   'module' => 'system',
16053   'hidden' => '1',
16054   'external' => '0',
16055   'has_children' => '1',
16056   'expanded' => '0',
16057   'weight' => '0',
16058   'depth' => '1',
16059   'customized' => '0',
16060   'p1' => '4',
16061   'p2' => '0',
16062   'p3' => '0',
16063   'p4' => '0',
16064   'p5' => '0',
16065   'p6' => '0',
16066   'p7' => '0',
16067   'p8' => '0',
16068   'p9' => '0',
16069   'updated' => '0',
16070 ))
16071 ->values(array(
16072   'menu_name' => 'navigation',
16073   'mlid' => '5',
16074   'plid' => '0',
16075   'link_path' => 'node/%',
16076   'router_path' => 'node/%',
16077   'link_title' => '',
16078   'options' => 'a:0:{}',
16079   'module' => 'system',
16080   'hidden' => '0',
16081   'external' => '0',
16082   'has_children' => '0',
16083   'expanded' => '0',
16084   'weight' => '0',
16085   'depth' => '1',
16086   'customized' => '0',
16087   'p1' => '5',
16088   'p2' => '0',
16089   'p3' => '0',
16090   'p4' => '0',
16091   'p5' => '0',
16092   'p6' => '0',
16093   'p7' => '0',
16094   'p8' => '0',
16095   'p9' => '0',
16096   'updated' => '0',
16097 ))
16098 ->values(array(
16099   'menu_name' => 'navigation',
16100   'mlid' => '6',
16101   'plid' => '0',
16102   'link_path' => 'node/add',
16103   'router_path' => 'node/add',
16104   'link_title' => 'Add content',
16105   'options' => 'a:0:{}',
16106   'module' => 'system',
16107   'hidden' => '0',
16108   'external' => '0',
16109   'has_children' => '1',
16110   'expanded' => '0',
16111   'weight' => '0',
16112   'depth' => '1',
16113   'customized' => '0',
16114   'p1' => '6',
16115   'p2' => '0',
16116   'p3' => '0',
16117   'p4' => '0',
16118   'p5' => '0',
16119   'p6' => '0',
16120   'p7' => '0',
16121   'p8' => '0',
16122   'p9' => '0',
16123   'updated' => '0',
16124 ))
16125 ->values(array(
16126   'menu_name' => 'management',
16127   'mlid' => '7',
16128   'plid' => '1',
16129   'link_path' => 'admin/appearance',
16130   'router_path' => 'admin/appearance',
16131   'link_title' => 'Appearance',
16132   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Select and configure your themes.";}}',
16133   'module' => 'system',
16134   'hidden' => '0',
16135   'external' => '0',
16136   'has_children' => '0',
16137   'expanded' => '0',
16138   'weight' => '-6',
16139   'depth' => '2',
16140   'customized' => '0',
16141   'p1' => '1',
16142   'p2' => '7',
16143   'p3' => '0',
16144   'p4' => '0',
16145   'p5' => '0',
16146   'p6' => '0',
16147   'p7' => '0',
16148   'p8' => '0',
16149   'p9' => '0',
16150   'updated' => '0',
16151 ))
16152 ->values(array(
16153   'menu_name' => 'management',
16154   'mlid' => '8',
16155   'plid' => '1',
16156   'link_path' => 'admin/config',
16157   'router_path' => 'admin/config',
16158   'link_title' => 'Configuration',
16159   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:20:"Administer settings.";}}',
16160   'module' => 'system',
16161   'hidden' => '0',
16162   'external' => '0',
16163   'has_children' => '1',
16164   'expanded' => '0',
16165   'weight' => '0',
16166   'depth' => '2',
16167   'customized' => '0',
16168   'p1' => '1',
16169   'p2' => '8',
16170   'p3' => '0',
16171   'p4' => '0',
16172   'p5' => '0',
16173   'p6' => '0',
16174   'p7' => '0',
16175   'p8' => '0',
16176   'p9' => '0',
16177   'updated' => '0',
16178 ))
16179 ->values(array(
16180   'menu_name' => 'management',
16181   'mlid' => '9',
16182   'plid' => '1',
16183   'link_path' => 'admin/content',
16184   'router_path' => 'admin/content',
16185   'link_title' => 'Content',
16186   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:32:"Administer content and comments.";}}',
16187   'module' => 'system',
16188   'hidden' => '0',
16189   'external' => '0',
16190   'has_children' => '1',
16191   'expanded' => '0',
16192   'weight' => '-10',
16193   'depth' => '2',
16194   'customized' => '0',
16195   'p1' => '1',
16196   'p2' => '9',
16197   'p3' => '0',
16198   'p4' => '0',
16199   'p5' => '0',
16200   'p6' => '0',
16201   'p7' => '0',
16202   'p8' => '0',
16203   'p9' => '0',
16204   'updated' => '0',
16205 ))
16206 ->values(array(
16207   'menu_name' => 'user-menu',
16208   'mlid' => '10',
16209   'plid' => '2',
16210   'link_path' => 'user/register',
16211   'router_path' => 'user/register',
16212   'link_title' => 'Create new account',
16213   'options' => 'a:0:{}',
16214   'module' => 'system',
16215   'hidden' => '-1',
16216   'external' => '0',
16217   'has_children' => '0',
16218   'expanded' => '0',
16219   'weight' => '0',
16220   'depth' => '2',
16221   'customized' => '0',
16222   'p1' => '2',
16223   'p2' => '10',
16224   'p3' => '0',
16225   'p4' => '0',
16226   'p5' => '0',
16227   'p6' => '0',
16228   'p7' => '0',
16229   'p8' => '0',
16230   'p9' => '0',
16231   'updated' => '0',
16232 ))
16233 ->values(array(
16234   'menu_name' => 'management',
16235   'mlid' => '12',
16236   'plid' => '1',
16237   'link_path' => 'admin/index',
16238   'router_path' => 'admin/index',
16239   'link_title' => 'Index',
16240   'options' => 'a:0:{}',
16241   'module' => 'system',
16242   'hidden' => '-1',
16243   'external' => '0',
16244   'has_children' => '0',
16245   'expanded' => '0',
16246   'weight' => '-18',
16247   'depth' => '2',
16248   'customized' => '0',
16249   'p1' => '1',
16250   'p2' => '12',
16251   'p3' => '0',
16252   'p4' => '0',
16253   'p5' => '0',
16254   'p6' => '0',
16255   'p7' => '0',
16256   'p8' => '0',
16257   'p9' => '0',
16258   'updated' => '0',
16259 ))
16260 ->values(array(
16261   'menu_name' => 'user-menu',
16262   'mlid' => '13',
16263   'plid' => '2',
16264   'link_path' => 'user/login',
16265   'router_path' => 'user/login',
16266   'link_title' => 'Log in',
16267   'options' => 'a:0:{}',
16268   'module' => 'system',
16269   'hidden' => '-1',
16270   'external' => '0',
16271   'has_children' => '0',
16272   'expanded' => '0',
16273   'weight' => '0',
16274   'depth' => '2',
16275   'customized' => '0',
16276   'p1' => '2',
16277   'p2' => '13',
16278   'p3' => '0',
16279   'p4' => '0',
16280   'p5' => '0',
16281   'p6' => '0',
16282   'p7' => '0',
16283   'p8' => '0',
16284   'p9' => '0',
16285   'updated' => '0',
16286 ))
16287 ->values(array(
16288   'menu_name' => 'user-menu',
16289   'mlid' => '14',
16290   'plid' => '0',
16291   'link_path' => 'user/logout',
16292   'router_path' => 'user/logout',
16293   'link_title' => 'Log out',
16294   'options' => 'a:0:{}',
16295   'module' => 'system',
16296   'hidden' => '0',
16297   'external' => '0',
16298   'has_children' => '0',
16299   'expanded' => '0',
16300   'weight' => '10',
16301   'depth' => '1',
16302   'customized' => '0',
16303   'p1' => '14',
16304   'p2' => '0',
16305   'p3' => '0',
16306   'p4' => '0',
16307   'p5' => '0',
16308   'p6' => '0',
16309   'p7' => '0',
16310   'p8' => '0',
16311   'p9' => '0',
16312   'updated' => '0',
16313 ))
16314 ->values(array(
16315   'menu_name' => 'management',
16316   'mlid' => '15',
16317   'plid' => '1',
16318   'link_path' => 'admin/modules',
16319   'router_path' => 'admin/modules',
16320   'link_title' => 'Modules',
16321   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:26:"Extend site functionality.";}}',
16322   'module' => 'system',
16323   'hidden' => '0',
16324   'external' => '0',
16325   'has_children' => '0',
16326   'expanded' => '0',
16327   'weight' => '-2',
16328   'depth' => '2',
16329   'customized' => '0',
16330   'p1' => '1',
16331   'p2' => '15',
16332   'p3' => '0',
16333   'p4' => '0',
16334   'p5' => '0',
16335   'p6' => '0',
16336   'p7' => '0',
16337   'p8' => '0',
16338   'p9' => '0',
16339   'updated' => '0',
16340 ))
16341 ->values(array(
16342   'menu_name' => 'navigation',
16343   'mlid' => '16',
16344   'plid' => '0',
16345   'link_path' => 'user/%',
16346   'router_path' => 'user/%',
16347   'link_title' => 'My account',
16348   'options' => 'a:0:{}',
16349   'module' => 'system',
16350   'hidden' => '0',
16351   'external' => '0',
16352   'has_children' => '1',
16353   'expanded' => '0',
16354   'weight' => '0',
16355   'depth' => '1',
16356   'customized' => '0',
16357   'p1' => '16',
16358   'p2' => '0',
16359   'p3' => '0',
16360   'p4' => '0',
16361   'p5' => '0',
16362   'p6' => '0',
16363   'p7' => '0',
16364   'p8' => '0',
16365   'p9' => '0',
16366   'updated' => '0',
16367 ))
16368 ->values(array(
16369   'menu_name' => 'management',
16370   'mlid' => '17',
16371   'plid' => '1',
16372   'link_path' => 'admin/people',
16373   'router_path' => 'admin/people',
16374   'link_title' => 'People',
16375   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Manage user accounts, roles, and permissions.";}}',
16376   'module' => 'system',
16377   'hidden' => '0',
16378   'external' => '0',
16379   'has_children' => '0',
16380   'expanded' => '0',
16381   'weight' => '-4',
16382   'depth' => '2',
16383   'customized' => '0',
16384   'p1' => '1',
16385   'p2' => '17',
16386   'p3' => '0',
16387   'p4' => '0',
16388   'p5' => '0',
16389   'p6' => '0',
16390   'p7' => '0',
16391   'p8' => '0',
16392   'p9' => '0',
16393   'updated' => '0',
16394 ))
16395 ->values(array(
16396   'menu_name' => 'management',
16397   'mlid' => '18',
16398   'plid' => '1',
16399   'link_path' => 'admin/reports',
16400   'router_path' => 'admin/reports',
16401   'link_title' => 'Reports',
16402   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View reports, updates, and errors.";}}',
16403   'module' => 'system',
16404   'hidden' => '0',
16405   'external' => '0',
16406   'has_children' => '1',
16407   'expanded' => '0',
16408   'weight' => '5',
16409   'depth' => '2',
16410   'customized' => '0',
16411   'p1' => '1',
16412   'p2' => '18',
16413   'p3' => '0',
16414   'p4' => '0',
16415   'p5' => '0',
16416   'p6' => '0',
16417   'p7' => '0',
16418   'p8' => '0',
16419   'p9' => '0',
16420   'updated' => '0',
16421 ))
16422 ->values(array(
16423   'menu_name' => 'user-menu',
16424   'mlid' => '19',
16425   'plid' => '2',
16426   'link_path' => 'user/password',
16427   'router_path' => 'user/password',
16428   'link_title' => 'Request new password',
16429   'options' => 'a:0:{}',
16430   'module' => 'system',
16431   'hidden' => '-1',
16432   'external' => '0',
16433   'has_children' => '0',
16434   'expanded' => '0',
16435   'weight' => '0',
16436   'depth' => '2',
16437   'customized' => '0',
16438   'p1' => '2',
16439   'p2' => '19',
16440   'p3' => '0',
16441   'p4' => '0',
16442   'p5' => '0',
16443   'p6' => '0',
16444   'p7' => '0',
16445   'p8' => '0',
16446   'p9' => '0',
16447   'updated' => '0',
16448 ))
16449 ->values(array(
16450   'menu_name' => 'management',
16451   'mlid' => '20',
16452   'plid' => '1',
16453   'link_path' => 'admin/structure',
16454   'router_path' => 'admin/structure',
16455   'link_title' => 'Structure',
16456   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Administer blocks, content types, menus, etc.";}}',
16457   'module' => 'system',
16458   'hidden' => '0',
16459   'external' => '0',
16460   'has_children' => '1',
16461   'expanded' => '0',
16462   'weight' => '-8',
16463   'depth' => '2',
16464   'customized' => '0',
16465   'p1' => '1',
16466   'p2' => '20',
16467   'p3' => '0',
16468   'p4' => '0',
16469   'p5' => '0',
16470   'p6' => '0',
16471   'p7' => '0',
16472   'p8' => '0',
16473   'p9' => '0',
16474   'updated' => '0',
16475 ))
16476 ->values(array(
16477   'menu_name' => 'management',
16478   'mlid' => '21',
16479   'plid' => '1',
16480   'link_path' => 'admin/tasks',
16481   'router_path' => 'admin/tasks',
16482   'link_title' => 'Tasks',
16483   'options' => 'a:0:{}',
16484   'module' => 'system',
16485   'hidden' => '-1',
16486   'external' => '0',
16487   'has_children' => '0',
16488   'expanded' => '0',
16489   'weight' => '-20',
16490   'depth' => '2',
16491   'customized' => '0',
16492   'p1' => '1',
16493   'p2' => '21',
16494   'p3' => '0',
16495   'p4' => '0',
16496   'p5' => '0',
16497   'p6' => '0',
16498   'p7' => '0',
16499   'p8' => '0',
16500   'p9' => '0',
16501   'updated' => '0',
16502 ))
16503 ->values(array(
16504   'menu_name' => 'navigation',
16505   'mlid' => '22',
16506   'plid' => '0',
16507   'link_path' => 'comment/reply/%',
16508   'router_path' => 'comment/reply/%',
16509   'link_title' => 'Add new comment',
16510   'options' => 'a:0:{}',
16511   'module' => 'system',
16512   'hidden' => '0',
16513   'external' => '0',
16514   'has_children' => '0',
16515   'expanded' => '0',
16516   'weight' => '0',
16517   'depth' => '1',
16518   'customized' => '0',
16519   'p1' => '22',
16520   'p2' => '0',
16521   'p3' => '0',
16522   'p4' => '0',
16523   'p5' => '0',
16524   'p6' => '0',
16525   'p7' => '0',
16526   'p8' => '0',
16527   'p9' => '0',
16528   'updated' => '0',
16529 ))
16530 ->values(array(
16531   'menu_name' => 'navigation',
16532   'mlid' => '23',
16533   'plid' => '3',
16534   'link_path' => 'comment/%/approve',
16535   'router_path' => 'comment/%/approve',
16536   'link_title' => 'Approve',
16537   'options' => 'a:0:{}',
16538   'module' => 'system',
16539   'hidden' => '0',
16540   'external' => '0',
16541   'has_children' => '0',
16542   'expanded' => '0',
16543   'weight' => '1',
16544   'depth' => '2',
16545   'customized' => '0',
16546   'p1' => '3',
16547   'p2' => '23',
16548   'p3' => '0',
16549   'p4' => '0',
16550   'p5' => '0',
16551   'p6' => '0',
16552   'p7' => '0',
16553   'p8' => '0',
16554   'p9' => '0',
16555   'updated' => '0',
16556 ))
16557 ->values(array(
16558   'menu_name' => 'navigation',
16559   'mlid' => '24',
16560   'plid' => '3',
16561   'link_path' => 'comment/%/delete',
16562   'router_path' => 'comment/%/delete',
16563   'link_title' => 'Delete',
16564   'options' => 'a:0:{}',
16565   'module' => 'system',
16566   'hidden' => '-1',
16567   'external' => '0',
16568   'has_children' => '0',
16569   'expanded' => '0',
16570   'weight' => '2',
16571   'depth' => '2',
16572   'customized' => '0',
16573   'p1' => '3',
16574   'p2' => '24',
16575   'p3' => '0',
16576   'p4' => '0',
16577   'p5' => '0',
16578   'p6' => '0',
16579   'p7' => '0',
16580   'p8' => '0',
16581   'p9' => '0',
16582   'updated' => '0',
16583 ))
16584 ->values(array(
16585   'menu_name' => 'navigation',
16586   'mlid' => '25',
16587   'plid' => '3',
16588   'link_path' => 'comment/%/edit',
16589   'router_path' => 'comment/%/edit',
16590   'link_title' => 'Edit',
16591   'options' => 'a:0:{}',
16592   'module' => 'system',
16593   'hidden' => '-1',
16594   'external' => '0',
16595   'has_children' => '0',
16596   'expanded' => '0',
16597   'weight' => '0',
16598   'depth' => '2',
16599   'customized' => '0',
16600   'p1' => '3',
16601   'p2' => '25',
16602   'p3' => '0',
16603   'p4' => '0',
16604   'p5' => '0',
16605   'p6' => '0',
16606   'p7' => '0',
16607   'p8' => '0',
16608   'p9' => '0',
16609   'updated' => '0',
16610 ))
16611 ->values(array(
16612   'menu_name' => 'navigation',
16613   'mlid' => '26',
16614   'plid' => '3',
16615   'link_path' => 'comment/%/view',
16616   'router_path' => 'comment/%/view',
16617   'link_title' => 'View comment',
16618   'options' => 'a:0:{}',
16619   'module' => 'system',
16620   'hidden' => '-1',
16621   'external' => '0',
16622   'has_children' => '0',
16623   'expanded' => '0',
16624   'weight' => '-10',
16625   'depth' => '2',
16626   'customized' => '0',
16627   'p1' => '3',
16628   'p2' => '26',
16629   'p3' => '0',
16630   'p4' => '0',
16631   'p5' => '0',
16632   'p6' => '0',
16633   'p7' => '0',
16634   'p8' => '0',
16635   'p9' => '0',
16636   'updated' => '0',
16637 ))
16638 ->values(array(
16639   'menu_name' => 'management',
16640   'mlid' => '27',
16641   'plid' => '17',
16642   'link_path' => 'admin/people/create',
16643   'router_path' => 'admin/people/create',
16644   'link_title' => 'Add user',
16645   'options' => 'a:0:{}',
16646   'module' => 'system',
16647   'hidden' => '-1',
16648   'external' => '0',
16649   'has_children' => '0',
16650   'expanded' => '0',
16651   'weight' => '0',
16652   'depth' => '3',
16653   'customized' => '0',
16654   'p1' => '1',
16655   'p2' => '17',
16656   'p3' => '27',
16657   'p4' => '0',
16658   'p5' => '0',
16659   'p6' => '0',
16660   'p7' => '0',
16661   'p8' => '0',
16662   'p9' => '0',
16663   'updated' => '0',
16664 ))
16665 ->values(array(
16666   'menu_name' => 'management',
16667   'mlid' => '28',
16668   'plid' => '20',
16669   'link_path' => 'admin/structure/block',
16670   'router_path' => 'admin/structure/block',
16671   'link_title' => 'Blocks',
16672   '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.\";}}",
16673   'module' => 'system',
16674   'hidden' => '0',
16675   'external' => '0',
16676   'has_children' => '1',
16677   'expanded' => '0',
16678   'weight' => '0',
16679   'depth' => '3',
16680   'customized' => '0',
16681   'p1' => '1',
16682   'p2' => '20',
16683   'p3' => '28',
16684   'p4' => '0',
16685   'p5' => '0',
16686   'p6' => '0',
16687   'p7' => '0',
16688   'p8' => '0',
16689   'p9' => '0',
16690   'updated' => '0',
16691 ))
16692 ->values(array(
16693   'menu_name' => 'navigation',
16694   'mlid' => '29',
16695   'plid' => '16',
16696   'link_path' => 'user/%/cancel',
16697   'router_path' => 'user/%/cancel',
16698   'link_title' => 'Cancel account',
16699   'options' => 'a:0:{}',
16700   'module' => 'system',
16701   'hidden' => '0',
16702   'external' => '0',
16703   'has_children' => '1',
16704   'expanded' => '0',
16705   'weight' => '0',
16706   'depth' => '2',
16707   'customized' => '0',
16708   'p1' => '16',
16709   'p2' => '29',
16710   'p3' => '0',
16711   'p4' => '0',
16712   'p5' => '0',
16713   'p6' => '0',
16714   'p7' => '0',
16715   'p8' => '0',
16716   'p9' => '0',
16717   'updated' => '0',
16718 ))
16719 ->values(array(
16720   'menu_name' => 'management',
16721   'mlid' => '30',
16722   'plid' => '9',
16723   'link_path' => 'admin/content/comment',
16724   'router_path' => 'admin/content/comment',
16725   'link_title' => 'Comments',
16726   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"List and edit site comments and the comment approval queue.";}}',
16727   'module' => 'system',
16728   'hidden' => '0',
16729   'external' => '0',
16730   'has_children' => '0',
16731   'expanded' => '0',
16732   'weight' => '0',
16733   'depth' => '3',
16734   'customized' => '0',
16735   'p1' => '1',
16736   'p2' => '9',
16737   'p3' => '30',
16738   'p4' => '0',
16739   'p5' => '0',
16740   'p6' => '0',
16741   'p7' => '0',
16742   'p8' => '0',
16743   'p9' => '0',
16744   'updated' => '0',
16745 ))
16746 ->values(array(
16747   'menu_name' => 'management',
16748   'mlid' => '32',
16749   'plid' => '9',
16750   'link_path' => 'admin/content/node',
16751   'router_path' => 'admin/content/node',
16752   'link_title' => 'Content',
16753   'options' => 'a:0:{}',
16754   'module' => 'system',
16755   'hidden' => '-1',
16756   'external' => '0',
16757   'has_children' => '0',
16758   'expanded' => '0',
16759   'weight' => '-10',
16760   'depth' => '3',
16761   'customized' => '0',
16762   'p1' => '1',
16763   'p2' => '9',
16764   'p3' => '32',
16765   'p4' => '0',
16766   'p5' => '0',
16767   'p6' => '0',
16768   'p7' => '0',
16769   'p8' => '0',
16770   'p9' => '0',
16771   'updated' => '0',
16772 ))
16773 ->values(array(
16774   'menu_name' => 'management',
16775   'mlid' => '33',
16776   'plid' => '8',
16777   'link_path' => 'admin/config/content',
16778   'router_path' => 'admin/config/content',
16779   'link_title' => 'Content authoring',
16780   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:53:"Settings related to formatting and authoring content.";}}',
16781   'module' => 'system',
16782   'hidden' => '0',
16783   'external' => '0',
16784   'has_children' => '1',
16785   'expanded' => '0',
16786   'weight' => '-15',
16787   'depth' => '3',
16788   'customized' => '0',
16789   'p1' => '1',
16790   'p2' => '8',
16791   'p3' => '33',
16792   'p4' => '0',
16793   'p5' => '0',
16794   'p6' => '0',
16795   'p7' => '0',
16796   'p8' => '0',
16797   'p9' => '0',
16798   'updated' => '0',
16799 ))
16800 ->values(array(
16801   'menu_name' => 'management',
16802   'mlid' => '34',
16803   'plid' => '20',
16804   'link_path' => 'admin/structure/types',
16805   'router_path' => 'admin/structure/types',
16806   'link_title' => 'Content types',
16807   '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.";}}',
16808   'module' => 'system',
16809   'hidden' => '0',
16810   'external' => '0',
16811   'has_children' => '1',
16812   'expanded' => '0',
16813   'weight' => '0',
16814   'depth' => '3',
16815   'customized' => '0',
16816   'p1' => '1',
16817   'p2' => '20',
16818   'p3' => '34',
16819   'p4' => '0',
16820   'p5' => '0',
16821   'p6' => '0',
16822   'p7' => '0',
16823   'p8' => '0',
16824   'p9' => '0',
16825   'updated' => '0',
16826 ))
16827 ->values(array(
16828   'menu_name' => 'navigation',
16829   'mlid' => '36',
16830   'plid' => '5',
16831   'link_path' => 'node/%/delete',
16832   'router_path' => 'node/%/delete',
16833   'link_title' => 'Delete',
16834   'options' => 'a:0:{}',
16835   'module' => 'system',
16836   'hidden' => '-1',
16837   'external' => '0',
16838   'has_children' => '0',
16839   'expanded' => '0',
16840   'weight' => '1',
16841   'depth' => '2',
16842   'customized' => '0',
16843   'p1' => '5',
16844   'p2' => '36',
16845   'p3' => '0',
16846   'p4' => '0',
16847   'p5' => '0',
16848   'p6' => '0',
16849   'p7' => '0',
16850   'p8' => '0',
16851   'p9' => '0',
16852   'updated' => '0',
16853 ))
16854 ->values(array(
16855   'menu_name' => 'management',
16856   'mlid' => '37',
16857   'plid' => '8',
16858   'link_path' => 'admin/config/development',
16859   'router_path' => 'admin/config/development',
16860   'link_title' => 'Development',
16861   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Development tools.";}}',
16862   'module' => 'system',
16863   'hidden' => '0',
16864   'external' => '0',
16865   'has_children' => '1',
16866   'expanded' => '0',
16867   'weight' => '-10',
16868   'depth' => '3',
16869   'customized' => '0',
16870   'p1' => '1',
16871   'p2' => '8',
16872   'p3' => '37',
16873   'p4' => '0',
16874   'p5' => '0',
16875   'p6' => '0',
16876   'p7' => '0',
16877   'p8' => '0',
16878   'p9' => '0',
16879   'updated' => '0',
16880 ))
16881 ->values(array(
16882   'menu_name' => 'navigation',
16883   'mlid' => '38',
16884   'plid' => '16',
16885   'link_path' => 'user/%/edit',
16886   'router_path' => 'user/%/edit',
16887   'link_title' => 'Edit',
16888   'options' => 'a:0:{}',
16889   'module' => 'system',
16890   'hidden' => '-1',
16891   'external' => '0',
16892   'has_children' => '0',
16893   'expanded' => '0',
16894   'weight' => '0',
16895   'depth' => '2',
16896   'customized' => '0',
16897   'p1' => '16',
16898   'p2' => '38',
16899   'p3' => '0',
16900   'p4' => '0',
16901   'p5' => '0',
16902   'p6' => '0',
16903   'p7' => '0',
16904   'p8' => '0',
16905   'p9' => '0',
16906   'updated' => '0',
16907 ))
16908 ->values(array(
16909   'menu_name' => 'navigation',
16910   'mlid' => '39',
16911   'plid' => '5',
16912   'link_path' => 'node/%/edit',
16913   'router_path' => 'node/%/edit',
16914   'link_title' => 'Edit',
16915   'options' => 'a:0:{}',
16916   'module' => 'system',
16917   'hidden' => '-1',
16918   'external' => '0',
16919   'has_children' => '0',
16920   'expanded' => '0',
16921   'weight' => '0',
16922   'depth' => '2',
16923   'customized' => '0',
16924   'p1' => '5',
16925   'p2' => '39',
16926   'p3' => '0',
16927   'p4' => '0',
16928   'p5' => '0',
16929   'p6' => '0',
16930   'p7' => '0',
16931   'p8' => '0',
16932   'p9' => '0',
16933   'updated' => '0',
16934 ))
16935 ->values(array(
16936   'menu_name' => 'management',
16937   'mlid' => '40',
16938   'plid' => '15',
16939   'link_path' => 'admin/modules/list',
16940   'router_path' => 'admin/modules/list',
16941   'link_title' => 'List',
16942   'options' => 'a:0:{}',
16943   'module' => 'system',
16944   'hidden' => '-1',
16945   'external' => '0',
16946   'has_children' => '0',
16947   'expanded' => '0',
16948   'weight' => '0',
16949   'depth' => '3',
16950   'customized' => '0',
16951   'p1' => '1',
16952   'p2' => '15',
16953   'p3' => '40',
16954   'p4' => '0',
16955   'p5' => '0',
16956   'p6' => '0',
16957   'p7' => '0',
16958   'p8' => '0',
16959   'p9' => '0',
16960   'updated' => '0',
16961 ))
16962 ->values(array(
16963   'menu_name' => 'management',
16964   'mlid' => '41',
16965   'plid' => '17',
16966   'link_path' => 'admin/people/people',
16967   'router_path' => 'admin/people/people',
16968   'link_title' => 'List',
16969   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:50:"Find and manage people interacting with your site.";}}',
16970   'module' => 'system',
16971   'hidden' => '-1',
16972   'external' => '0',
16973   'has_children' => '0',
16974   'expanded' => '0',
16975   'weight' => '-10',
16976   'depth' => '3',
16977   'customized' => '0',
16978   'p1' => '1',
16979   'p2' => '17',
16980   'p3' => '41',
16981   'p4' => '0',
16982   'p5' => '0',
16983   'p6' => '0',
16984   'p7' => '0',
16985   'p8' => '0',
16986   'p9' => '0',
16987   'updated' => '0',
16988 ))
16989 ->values(array(
16990   'menu_name' => 'management',
16991   'mlid' => '42',
16992   'plid' => '7',
16993   'link_path' => 'admin/appearance/list',
16994   'router_path' => 'admin/appearance/list',
16995   'link_title' => 'List',
16996   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:31:"Select and configure your theme";}}',
16997   'module' => 'system',
16998   'hidden' => '-1',
16999   'external' => '0',
17000   'has_children' => '0',
17001   'expanded' => '0',
17002   'weight' => '-1',
17003   'depth' => '3',
17004   'customized' => '0',
17005   'p1' => '1',
17006   'p2' => '7',
17007   'p3' => '42',
17008   'p4' => '0',
17009   'p5' => '0',
17010   'p6' => '0',
17011   'p7' => '0',
17012   'p8' => '0',
17013   'p9' => '0',
17014   'updated' => '0',
17015 ))
17016 ->values(array(
17017   'menu_name' => 'management',
17018   'mlid' => '43',
17019   'plid' => '8',
17020   'link_path' => 'admin/config/media',
17021   'router_path' => 'admin/config/media',
17022   'link_title' => 'Media',
17023   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:12:"Media tools.";}}',
17024   'module' => 'system',
17025   'hidden' => '0',
17026   'external' => '0',
17027   'has_children' => '1',
17028   'expanded' => '0',
17029   'weight' => '-10',
17030   'depth' => '3',
17031   'customized' => '0',
17032   'p1' => '1',
17033   'p2' => '8',
17034   'p3' => '43',
17035   'p4' => '0',
17036   'p5' => '0',
17037   'p6' => '0',
17038   'p7' => '0',
17039   'p8' => '0',
17040   'p9' => '0',
17041   'updated' => '0',
17042 ))
17043 ->values(array(
17044   'menu_name' => 'management',
17045   'mlid' => '44',
17046   'plid' => '20',
17047   'link_path' => 'admin/structure/menu',
17048   'router_path' => 'admin/structure/menu',
17049   'link_title' => 'Menus',
17050   '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.";}}',
17051   'module' => 'system',
17052   'hidden' => '0',
17053   'external' => '0',
17054   'has_children' => '1',
17055   'expanded' => '0',
17056   'weight' => '0',
17057   'depth' => '3',
17058   'customized' => '0',
17059   'p1' => '1',
17060   'p2' => '20',
17061   'p3' => '44',
17062   'p4' => '0',
17063   'p5' => '0',
17064   'p6' => '0',
17065   'p7' => '0',
17066   'p8' => '0',
17067   'p9' => '0',
17068   'updated' => '0',
17069 ))
17070 ->values(array(
17071   'menu_name' => 'management',
17072   'mlid' => '45',
17073   'plid' => '8',
17074   'link_path' => 'admin/config/people',
17075   'router_path' => 'admin/config/people',
17076   'link_title' => 'People',
17077   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:24:"Configure user accounts.";}}',
17078   'module' => 'system',
17079   'hidden' => '0',
17080   'external' => '0',
17081   'has_children' => '1',
17082   'expanded' => '0',
17083   'weight' => '-20',
17084   'depth' => '3',
17085   'customized' => '0',
17086   'p1' => '1',
17087   'p2' => '8',
17088   'p3' => '45',
17089   'p4' => '0',
17090   'p5' => '0',
17091   'p6' => '0',
17092   'p7' => '0',
17093   'p8' => '0',
17094   'p9' => '0',
17095   'updated' => '0',
17096 ))
17097 ->values(array(
17098   'menu_name' => 'management',
17099   'mlid' => '46',
17100   'plid' => '17',
17101   'link_path' => 'admin/people/permissions',
17102   'router_path' => 'admin/people/permissions',
17103   'link_title' => 'Permissions',
17104   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
17105   'module' => 'system',
17106   'hidden' => '-1',
17107   'external' => '0',
17108   'has_children' => '0',
17109   'expanded' => '0',
17110   'weight' => '0',
17111   'depth' => '3',
17112   'customized' => '0',
17113   'p1' => '1',
17114   'p2' => '17',
17115   'p3' => '46',
17116   'p4' => '0',
17117   'p5' => '0',
17118   'p6' => '0',
17119   'p7' => '0',
17120   'p8' => '0',
17121   'p9' => '0',
17122   'updated' => '0',
17123 ))
17124 ->values(array(
17125   'menu_name' => 'management',
17126   'mlid' => '47',
17127   'plid' => '18',
17128   'link_path' => 'admin/reports/dblog',
17129   'router_path' => 'admin/reports/dblog',
17130   'link_title' => 'Recent log messages',
17131   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View events that have recently been logged.";}}',
17132   'module' => 'system',
17133   'hidden' => '0',
17134   'external' => '0',
17135   'has_children' => '0',
17136   'expanded' => '0',
17137   'weight' => '-1',
17138   'depth' => '3',
17139   'customized' => '0',
17140   'p1' => '1',
17141   'p2' => '18',
17142   'p3' => '47',
17143   'p4' => '0',
17144   'p5' => '0',
17145   'p6' => '0',
17146   'p7' => '0',
17147   'p8' => '0',
17148   'p9' => '0',
17149   'updated' => '0',
17150 ))
17151 ->values(array(
17152   'menu_name' => 'management',
17153   'mlid' => '48',
17154   'plid' => '8',
17155   'link_path' => 'admin/config/regional',
17156   'router_path' => 'admin/config/regional',
17157   'link_title' => 'Regional and language',
17158   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Regional settings, localization and translation.";}}',
17159   'module' => 'system',
17160   'hidden' => '0',
17161   'external' => '0',
17162   'has_children' => '1',
17163   'expanded' => '0',
17164   'weight' => '-5',
17165   'depth' => '3',
17166   'customized' => '0',
17167   'p1' => '1',
17168   'p2' => '8',
17169   'p3' => '48',
17170   'p4' => '0',
17171   'p5' => '0',
17172   'p6' => '0',
17173   'p7' => '0',
17174   'p8' => '0',
17175   'p9' => '0',
17176   'updated' => '0',
17177 ))
17178 ->values(array(
17179   'menu_name' => 'navigation',
17180   'mlid' => '49',
17181   'plid' => '5',
17182   'link_path' => 'node/%/revisions',
17183   'router_path' => 'node/%/revisions',
17184   'link_title' => 'Revisions',
17185   'options' => 'a:0:{}',
17186   'module' => 'system',
17187   'hidden' => '-1',
17188   'external' => '0',
17189   'has_children' => '1',
17190   'expanded' => '0',
17191   'weight' => '2',
17192   'depth' => '2',
17193   'customized' => '0',
17194   'p1' => '5',
17195   'p2' => '49',
17196   'p3' => '0',
17197   'p4' => '0',
17198   'p5' => '0',
17199   'p6' => '0',
17200   'p7' => '0',
17201   'p8' => '0',
17202   'p9' => '0',
17203   'updated' => '0',
17204 ))
17205 ->values(array(
17206   'menu_name' => 'management',
17207   'mlid' => '50',
17208   'plid' => '8',
17209   'link_path' => 'admin/config/search',
17210   'router_path' => 'admin/config/search',
17211   'link_title' => 'Search and metadata',
17212   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:36:"Local site search, metadata and SEO.";}}',
17213   'module' => 'system',
17214   'hidden' => '0',
17215   'external' => '0',
17216   'has_children' => '1',
17217   'expanded' => '0',
17218   'weight' => '-10',
17219   'depth' => '3',
17220   'customized' => '0',
17221   'p1' => '1',
17222   'p2' => '8',
17223   'p3' => '50',
17224   'p4' => '0',
17225   'p5' => '0',
17226   'p6' => '0',
17227   'p7' => '0',
17228   'p8' => '0',
17229   'p9' => '0',
17230   'updated' => '0',
17231 ))
17232 ->values(array(
17233   'menu_name' => 'management',
17234   'mlid' => '51',
17235   'plid' => '7',
17236   'link_path' => 'admin/appearance/settings',
17237   'router_path' => 'admin/appearance/settings',
17238   'link_title' => 'Settings',
17239   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:46:"Configure default and theme specific settings.";}}',
17240   'module' => 'system',
17241   'hidden' => '-1',
17242   'external' => '0',
17243   'has_children' => '0',
17244   'expanded' => '0',
17245   'weight' => '20',
17246   'depth' => '3',
17247   'customized' => '0',
17248   'p1' => '1',
17249   'p2' => '7',
17250   'p3' => '51',
17251   'p4' => '0',
17252   'p5' => '0',
17253   'p6' => '0',
17254   'p7' => '0',
17255   'p8' => '0',
17256   'p9' => '0',
17257   'updated' => '0',
17258 ))
17259 ->values(array(
17260   'menu_name' => 'management',
17261   'mlid' => '52',
17262   'plid' => '18',
17263   'link_path' => 'admin/reports/status',
17264   'router_path' => 'admin/reports/status',
17265   'link_title' => 'Status report',
17266   '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.\";}}",
17267   'module' => 'system',
17268   'hidden' => '0',
17269   'external' => '0',
17270   'has_children' => '0',
17271   'expanded' => '0',
17272   'weight' => '-60',
17273   'depth' => '3',
17274   'customized' => '0',
17275   'p1' => '1',
17276   'p2' => '18',
17277   'p3' => '52',
17278   'p4' => '0',
17279   'p5' => '0',
17280   'p6' => '0',
17281   'p7' => '0',
17282   'p8' => '0',
17283   'p9' => '0',
17284   'updated' => '0',
17285 ))
17286 ->values(array(
17287   'menu_name' => 'management',
17288   'mlid' => '53',
17289   'plid' => '8',
17290   'link_path' => 'admin/config/system',
17291   'router_path' => 'admin/config/system',
17292   'link_title' => 'System',
17293   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:37:"General system related configuration.";}}',
17294   'module' => 'system',
17295   'hidden' => '0',
17296   'external' => '0',
17297   'has_children' => '1',
17298   'expanded' => '0',
17299   'weight' => '-20',
17300   'depth' => '3',
17301   'customized' => '0',
17302   'p1' => '1',
17303   'p2' => '8',
17304   'p3' => '53',
17305   'p4' => '0',
17306   'p5' => '0',
17307   'p6' => '0',
17308   'p7' => '0',
17309   'p8' => '0',
17310   'p9' => '0',
17311   'updated' => '0',
17312 ))
17313 ->values(array(
17314   'menu_name' => 'management',
17315   'mlid' => '54',
17316   'plid' => '18',
17317   'link_path' => 'admin/reports/access-denied',
17318   'router_path' => 'admin/reports/access-denied',
17319   'link_title' => "Top 'access denied' errors",
17320   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"View 'access denied' errors (403s).\";}}",
17321   'module' => 'system',
17322   'hidden' => '0',
17323   'external' => '0',
17324   'has_children' => '0',
17325   'expanded' => '0',
17326   'weight' => '0',
17327   'depth' => '3',
17328   'customized' => '0',
17329   'p1' => '1',
17330   'p2' => '18',
17331   'p3' => '54',
17332   'p4' => '0',
17333   'p5' => '0',
17334   'p6' => '0',
17335   'p7' => '0',
17336   'p8' => '0',
17337   'p9' => '0',
17338   'updated' => '0',
17339 ))
17340 ->values(array(
17341   'menu_name' => 'management',
17342   'mlid' => '55',
17343   'plid' => '18',
17344   'link_path' => 'admin/reports/page-not-found',
17345   'router_path' => 'admin/reports/page-not-found',
17346   'link_title' => "Top 'page not found' errors",
17347   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"View 'page not found' errors (404s).\";}}",
17348   'module' => 'system',
17349   'hidden' => '0',
17350   'external' => '0',
17351   'has_children' => '0',
17352   'expanded' => '0',
17353   'weight' => '0',
17354   'depth' => '3',
17355   'customized' => '0',
17356   'p1' => '1',
17357   'p2' => '18',
17358   'p3' => '55',
17359   'p4' => '0',
17360   'p5' => '0',
17361   'p6' => '0',
17362   'p7' => '0',
17363   'p8' => '0',
17364   'p9' => '0',
17365   'updated' => '0',
17366 ))
17367 ->values(array(
17368   'menu_name' => 'management',
17369   'mlid' => '56',
17370   'plid' => '15',
17371   'link_path' => 'admin/modules/uninstall',
17372   'router_path' => 'admin/modules/uninstall',
17373   'link_title' => 'Uninstall',
17374   'options' => 'a:0:{}',
17375   'module' => 'system',
17376   'hidden' => '-1',
17377   'external' => '0',
17378   'has_children' => '0',
17379   'expanded' => '0',
17380   'weight' => '20',
17381   'depth' => '3',
17382   'customized' => '0',
17383   'p1' => '1',
17384   'p2' => '15',
17385   'p3' => '56',
17386   'p4' => '0',
17387   'p5' => '0',
17388   'p6' => '0',
17389   'p7' => '0',
17390   'p8' => '0',
17391   'p9' => '0',
17392   'updated' => '0',
17393 ))
17394 ->values(array(
17395   'menu_name' => 'management',
17396   'mlid' => '57',
17397   'plid' => '8',
17398   'link_path' => 'admin/config/user-interface',
17399   'router_path' => 'admin/config/user-interface',
17400   'link_title' => 'User interface',
17401   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Tools that enhance the user interface.";}}',
17402   'module' => 'system',
17403   'hidden' => '0',
17404   'external' => '0',
17405   'has_children' => '1',
17406   'expanded' => '0',
17407   'weight' => '-15',
17408   'depth' => '3',
17409   'customized' => '0',
17410   'p1' => '1',
17411   'p2' => '8',
17412   'p3' => '57',
17413   'p4' => '0',
17414   'p5' => '0',
17415   'p6' => '0',
17416   'p7' => '0',
17417   'p8' => '0',
17418   'p9' => '0',
17419   'updated' => '0',
17420 ))
17421 ->values(array(
17422   'menu_name' => 'navigation',
17423   'mlid' => '58',
17424   'plid' => '5',
17425   'link_path' => 'node/%/view',
17426   'router_path' => 'node/%/view',
17427   'link_title' => 'View',
17428   'options' => 'a:0:{}',
17429   'module' => 'system',
17430   'hidden' => '-1',
17431   'external' => '0',
17432   'has_children' => '0',
17433   'expanded' => '0',
17434   'weight' => '-10',
17435   'depth' => '2',
17436   'customized' => '0',
17437   'p1' => '5',
17438   'p2' => '58',
17439   'p3' => '0',
17440   'p4' => '0',
17441   'p5' => '0',
17442   'p6' => '0',
17443   'p7' => '0',
17444   'p8' => '0',
17445   'p9' => '0',
17446   'updated' => '0',
17447 ))
17448 ->values(array(
17449   'menu_name' => 'navigation',
17450   'mlid' => '59',
17451   'plid' => '16',
17452   'link_path' => 'user/%/view',
17453   'router_path' => 'user/%/view',
17454   'link_title' => 'View',
17455   'options' => 'a:0:{}',
17456   'module' => 'system',
17457   'hidden' => '-1',
17458   'external' => '0',
17459   'has_children' => '0',
17460   'expanded' => '0',
17461   'weight' => '-10',
17462   'depth' => '2',
17463   'customized' => '0',
17464   'p1' => '16',
17465   'p2' => '59',
17466   'p3' => '0',
17467   'p4' => '0',
17468   'p5' => '0',
17469   'p6' => '0',
17470   'p7' => '0',
17471   'p8' => '0',
17472   'p9' => '0',
17473   'updated' => '0',
17474 ))
17475 ->values(array(
17476   'menu_name' => 'management',
17477   'mlid' => '60',
17478   'plid' => '8',
17479   'link_path' => 'admin/config/services',
17480   'router_path' => 'admin/config/services',
17481   'link_title' => 'Web services',
17482   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"Tools related to web services.";}}',
17483   'module' => 'system',
17484   'hidden' => '0',
17485   'external' => '0',
17486   'has_children' => '1',
17487   'expanded' => '0',
17488   'weight' => '0',
17489   'depth' => '3',
17490   'customized' => '0',
17491   'p1' => '1',
17492   'p2' => '8',
17493   'p3' => '60',
17494   'p4' => '0',
17495   'p5' => '0',
17496   'p6' => '0',
17497   'p7' => '0',
17498   'p8' => '0',
17499   'p9' => '0',
17500   'updated' => '0',
17501 ))
17502 ->values(array(
17503   'menu_name' => 'management',
17504   'mlid' => '61',
17505   'plid' => '8',
17506   'link_path' => 'admin/config/workflow',
17507   'router_path' => 'admin/config/workflow',
17508   'link_title' => 'Workflow',
17509   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Content workflow, editorial workflow tools.";}}',
17510   'module' => 'system',
17511   'hidden' => '0',
17512   'external' => '0',
17513   'has_children' => '0',
17514   'expanded' => '0',
17515   'weight' => '5',
17516   'depth' => '3',
17517   'customized' => '0',
17518   'p1' => '1',
17519   'p2' => '8',
17520   'p3' => '61',
17521   'p4' => '0',
17522   'p5' => '0',
17523   'p6' => '0',
17524   'p7' => '0',
17525   'p8' => '0',
17526   'p9' => '0',
17527   'updated' => '0',
17528 ))
17529 ->values(array(
17530   'menu_name' => 'management',
17531   'mlid' => '66',
17532   'plid' => '45',
17533   'link_path' => 'admin/config/people/accounts',
17534   'router_path' => 'admin/config/people/accounts',
17535   'link_title' => 'Account settings',
17536   '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.";}}',
17537   'module' => 'system',
17538   'hidden' => '0',
17539   'external' => '0',
17540   'has_children' => '0',
17541   'expanded' => '0',
17542   'weight' => '-10',
17543   'depth' => '4',
17544   'customized' => '0',
17545   'p1' => '1',
17546   'p2' => '8',
17547   'p3' => '45',
17548   'p4' => '66',
17549   'p5' => '0',
17550   'p6' => '0',
17551   'p7' => '0',
17552   'p8' => '0',
17553   'p9' => '0',
17554   'updated' => '0',
17555 ))
17556 ->values(array(
17557   'menu_name' => 'management',
17558   'mlid' => '67',
17559   'plid' => '53',
17560   'link_path' => 'admin/config/system/actions',
17561   'router_path' => 'admin/config/system/actions',
17562   'link_title' => 'Actions',
17563   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
17564   'module' => 'system',
17565   'hidden' => '0',
17566   'external' => '0',
17567   'has_children' => '1',
17568   'expanded' => '0',
17569   'weight' => '0',
17570   'depth' => '4',
17571   'customized' => '0',
17572   'p1' => '1',
17573   'p2' => '8',
17574   'p3' => '53',
17575   'p4' => '67',
17576   'p5' => '0',
17577   'p6' => '0',
17578   'p7' => '0',
17579   'p8' => '0',
17580   'p9' => '0',
17581   'updated' => '0',
17582 ))
17583 ->values(array(
17584   'menu_name' => 'management',
17585   'mlid' => '68',
17586   'plid' => '28',
17587   'link_path' => 'admin/structure/block/add',
17588   'router_path' => 'admin/structure/block/add',
17589   'link_title' => 'Add block',
17590   'options' => 'a:0:{}',
17591   'module' => 'system',
17592   'hidden' => '-1',
17593   'external' => '0',
17594   'has_children' => '0',
17595   'expanded' => '0',
17596   'weight' => '0',
17597   'depth' => '4',
17598   'customized' => '0',
17599   'p1' => '1',
17600   'p2' => '20',
17601   'p3' => '28',
17602   'p4' => '68',
17603   'p5' => '0',
17604   'p6' => '0',
17605   'p7' => '0',
17606   'p8' => '0',
17607   'p9' => '0',
17608   'updated' => '0',
17609 ))
17610 ->values(array(
17611   'menu_name' => 'management',
17612   'mlid' => '69',
17613   'plid' => '34',
17614   'link_path' => 'admin/structure/types/add',
17615   'router_path' => 'admin/structure/types/add',
17616   'link_title' => 'Add content type',
17617   'options' => 'a:0:{}',
17618   'module' => 'system',
17619   'hidden' => '-1',
17620   'external' => '0',
17621   'has_children' => '0',
17622   'expanded' => '0',
17623   'weight' => '0',
17624   'depth' => '4',
17625   'customized' => '0',
17626   'p1' => '1',
17627   'p2' => '20',
17628   'p3' => '34',
17629   'p4' => '69',
17630   'p5' => '0',
17631   'p6' => '0',
17632   'p7' => '0',
17633   'p8' => '0',
17634   'p9' => '0',
17635   'updated' => '0',
17636 ))
17637 ->values(array(
17638   'menu_name' => 'management',
17639   'mlid' => '70',
17640   'plid' => '44',
17641   'link_path' => 'admin/structure/menu/add',
17642   'router_path' => 'admin/structure/menu/add',
17643   'link_title' => 'Add menu',
17644   'options' => 'a:0:{}',
17645   'module' => 'system',
17646   'hidden' => '-1',
17647   'external' => '0',
17648   'has_children' => '0',
17649   'expanded' => '0',
17650   'weight' => '0',
17651   'depth' => '4',
17652   'customized' => '0',
17653   'p1' => '1',
17654   'p2' => '20',
17655   'p3' => '44',
17656   'p4' => '70',
17657   'p5' => '0',
17658   'p6' => '0',
17659   'p7' => '0',
17660   'p8' => '0',
17661   'p9' => '0',
17662   'updated' => '0',
17663 ))
17664 ->values(array(
17665   'menu_name' => 'management',
17666   'mlid' => '71',
17667   'plid' => '51',
17668   'link_path' => 'admin/appearance/settings/bartik',
17669   'router_path' => 'admin/appearance/settings/bartik',
17670   'link_title' => 'Bartik',
17671   'options' => 'a:0:{}',
17672   'module' => 'system',
17673   'hidden' => '-1',
17674   'external' => '0',
17675   'has_children' => '0',
17676   'expanded' => '0',
17677   'weight' => '0',
17678   'depth' => '4',
17679   'customized' => '0',
17680   'p1' => '1',
17681   'p2' => '7',
17682   'p3' => '51',
17683   'p4' => '71',
17684   'p5' => '0',
17685   'p6' => '0',
17686   'p7' => '0',
17687   'p8' => '0',
17688   'p9' => '0',
17689   'updated' => '0',
17690 ))
17691 ->values(array(
17692   'menu_name' => 'management',
17693   'mlid' => '72',
17694   'plid' => '50',
17695   'link_path' => 'admin/config/search/clean-urls',
17696   'router_path' => 'admin/config/search/clean-urls',
17697   'link_title' => 'Clean URLs',
17698   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Enable or disable clean URLs for your site.";}}',
17699   'module' => 'system',
17700   'hidden' => '0',
17701   'external' => '0',
17702   'has_children' => '0',
17703   'expanded' => '0',
17704   'weight' => '5',
17705   'depth' => '4',
17706   'customized' => '0',
17707   'p1' => '1',
17708   'p2' => '8',
17709   'p3' => '50',
17710   'p4' => '72',
17711   'p5' => '0',
17712   'p6' => '0',
17713   'p7' => '0',
17714   'p8' => '0',
17715   'p9' => '0',
17716   'updated' => '0',
17717 ))
17718 ->values(array(
17719   'menu_name' => 'management',
17720   'mlid' => '73',
17721   'plid' => '53',
17722   'link_path' => 'admin/config/system/cron',
17723   'router_path' => 'admin/config/system/cron',
17724   'link_title' => 'Cron',
17725   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:40:"Manage automatic site maintenance tasks.";}}',
17726   'module' => 'system',
17727   'hidden' => '0',
17728   'external' => '0',
17729   'has_children' => '0',
17730   'expanded' => '0',
17731   'weight' => '20',
17732   'depth' => '4',
17733   'customized' => '0',
17734   'p1' => '1',
17735   'p2' => '8',
17736   'p3' => '53',
17737   'p4' => '73',
17738   'p5' => '0',
17739   'p6' => '0',
17740   'p7' => '0',
17741   'p8' => '0',
17742   'p9' => '0',
17743   'updated' => '0',
17744 ))
17745 ->values(array(
17746   'menu_name' => 'management',
17747   'mlid' => '74',
17748   'plid' => '48',
17749   'link_path' => 'admin/config/regional/date-time',
17750   'router_path' => 'admin/config/regional/date-time',
17751   'link_title' => 'Date and time',
17752   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
17753   'module' => 'system',
17754   'hidden' => '0',
17755   'external' => '0',
17756   'has_children' => '0',
17757   'expanded' => '0',
17758   'weight' => '-15',
17759   'depth' => '4',
17760   'customized' => '0',
17761   'p1' => '1',
17762   'p2' => '8',
17763   'p3' => '48',
17764   'p4' => '74',
17765   'p5' => '0',
17766   'p6' => '0',
17767   'p7' => '0',
17768   'p8' => '0',
17769   'p9' => '0',
17770   'updated' => '0',
17771 ))
17772 ->values(array(
17773   'menu_name' => 'management',
17774   'mlid' => '75',
17775   'plid' => '18',
17776   'link_path' => 'admin/reports/event/%',
17777   'router_path' => 'admin/reports/event/%',
17778   'link_title' => 'Details',
17779   'options' => 'a:0:{}',
17780   'module' => 'system',
17781   'hidden' => '0',
17782   'external' => '0',
17783   'has_children' => '0',
17784   'expanded' => '0',
17785   'weight' => '0',
17786   'depth' => '3',
17787   'customized' => '0',
17788   'p1' => '1',
17789   'p2' => '18',
17790   'p3' => '75',
17791   'p4' => '0',
17792   'p5' => '0',
17793   'p6' => '0',
17794   'p7' => '0',
17795   'p8' => '0',
17796   'p9' => '0',
17797   'updated' => '0',
17798 ))
17799 ->values(array(
17800   'menu_name' => 'management',
17801   'mlid' => '76',
17802   'plid' => '43',
17803   'link_path' => 'admin/config/media/file-system',
17804   'router_path' => 'admin/config/media/file-system',
17805   'link_title' => 'File system',
17806   '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.";}}',
17807   'module' => 'system',
17808   'hidden' => '0',
17809   'external' => '0',
17810   'has_children' => '0',
17811   'expanded' => '0',
17812   'weight' => '-10',
17813   'depth' => '4',
17814   'customized' => '0',
17815   'p1' => '1',
17816   'p2' => '8',
17817   'p3' => '43',
17818   'p4' => '76',
17819   'p5' => '0',
17820   'p6' => '0',
17821   'p7' => '0',
17822   'p8' => '0',
17823   'p9' => '0',
17824   'updated' => '0',
17825 ))
17826 ->values(array(
17827   'menu_name' => 'management',
17828   'mlid' => '78',
17829   'plid' => '51',
17830   'link_path' => 'admin/appearance/settings/garland',
17831   'router_path' => 'admin/appearance/settings/garland',
17832   'link_title' => 'Garland',
17833   'options' => 'a:0:{}',
17834   'module' => 'system',
17835   'hidden' => '-1',
17836   'external' => '0',
17837   'has_children' => '0',
17838   'expanded' => '0',
17839   'weight' => '0',
17840   'depth' => '4',
17841   'customized' => '0',
17842   'p1' => '1',
17843   'p2' => '7',
17844   'p3' => '51',
17845   'p4' => '78',
17846   'p5' => '0',
17847   'p6' => '0',
17848   'p7' => '0',
17849   'p8' => '0',
17850   'p9' => '0',
17851   'updated' => '0',
17852 ))
17853 ->values(array(
17854   'menu_name' => 'management',
17855   'mlid' => '79',
17856   'plid' => '51',
17857   'link_path' => 'admin/appearance/settings/global',
17858   'router_path' => 'admin/appearance/settings/global',
17859   'link_title' => 'Global settings',
17860   'options' => 'a:0:{}',
17861   'module' => 'system',
17862   'hidden' => '-1',
17863   'external' => '0',
17864   'has_children' => '0',
17865   'expanded' => '0',
17866   'weight' => '-1',
17867   'depth' => '4',
17868   'customized' => '0',
17869   'p1' => '1',
17870   'p2' => '7',
17871   'p3' => '51',
17872   'p4' => '79',
17873   'p5' => '0',
17874   'p6' => '0',
17875   'p7' => '0',
17876   'p8' => '0',
17877   'p9' => '0',
17878   'updated' => '0',
17879 ))
17880 ->values(array(
17881   'menu_name' => 'management',
17882   'mlid' => '80',
17883   'plid' => '45',
17884   'link_path' => 'admin/config/people/ip-blocking',
17885   'router_path' => 'admin/config/people/ip-blocking',
17886   'link_title' => 'IP address blocking',
17887   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Manage blocked IP addresses.";}}',
17888   'module' => 'system',
17889   'hidden' => '0',
17890   'external' => '0',
17891   'has_children' => '1',
17892   'expanded' => '0',
17893   'weight' => '10',
17894   'depth' => '4',
17895   'customized' => '0',
17896   'p1' => '1',
17897   'p2' => '8',
17898   'p3' => '45',
17899   'p4' => '80',
17900   'p5' => '0',
17901   'p6' => '0',
17902   'p7' => '0',
17903   'p8' => '0',
17904   'p9' => '0',
17905   'updated' => '0',
17906 ))
17907 ->values(array(
17908   'menu_name' => 'management',
17909   'mlid' => '81',
17910   'plid' => '43',
17911   'link_path' => 'admin/config/media/image-toolkit',
17912   'router_path' => 'admin/config/media/image-toolkit',
17913   'link_title' => 'Image toolkit',
17914   '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.";}}',
17915   'module' => 'system',
17916   'hidden' => '0',
17917   'external' => '0',
17918   'has_children' => '0',
17919   'expanded' => '0',
17920   'weight' => '20',
17921   'depth' => '4',
17922   'customized' => '0',
17923   'p1' => '1',
17924   'p2' => '8',
17925   'p3' => '43',
17926   'p4' => '81',
17927   'p5' => '0',
17928   'p6' => '0',
17929   'p7' => '0',
17930   'p8' => '0',
17931   'p9' => '0',
17932   'updated' => '0',
17933 ))
17934 ->values(array(
17935   'menu_name' => 'management',
17936   'mlid' => '82',
17937   'plid' => '40',
17938   'link_path' => 'admin/modules/list/confirm',
17939   'router_path' => 'admin/modules/list/confirm',
17940   'link_title' => 'List',
17941   'options' => 'a:0:{}',
17942   'module' => 'system',
17943   'hidden' => '-1',
17944   'external' => '0',
17945   'has_children' => '0',
17946   'expanded' => '0',
17947   'weight' => '0',
17948   'depth' => '4',
17949   'customized' => '0',
17950   'p1' => '1',
17951   'p2' => '15',
17952   'p3' => '40',
17953   'p4' => '82',
17954   'p5' => '0',
17955   'p6' => '0',
17956   'p7' => '0',
17957   'p8' => '0',
17958   'p9' => '0',
17959   'updated' => '0',
17960 ))
17961 ->values(array(
17962   'menu_name' => 'management',
17963   'mlid' => '83',
17964   'plid' => '34',
17965   'link_path' => 'admin/structure/types/list',
17966   'router_path' => 'admin/structure/types/list',
17967   'link_title' => 'List',
17968   'options' => 'a:0:{}',
17969   'module' => 'system',
17970   'hidden' => '-1',
17971   'external' => '0',
17972   'has_children' => '0',
17973   'expanded' => '0',
17974   'weight' => '-10',
17975   'depth' => '4',
17976   'customized' => '0',
17977   'p1' => '1',
17978   'p2' => '20',
17979   'p3' => '34',
17980   'p4' => '83',
17981   'p5' => '0',
17982   'p6' => '0',
17983   'p7' => '0',
17984   'p8' => '0',
17985   'p9' => '0',
17986   'updated' => '0',
17987 ))
17988 ->values(array(
17989   'menu_name' => 'management',
17990   'mlid' => '84',
17991   'plid' => '44',
17992   'link_path' => 'admin/structure/menu/list',
17993   'router_path' => 'admin/structure/menu/list',
17994   'link_title' => 'List menus',
17995   'options' => 'a:0:{}',
17996   'module' => 'system',
17997   'hidden' => '-1',
17998   'external' => '0',
17999   'has_children' => '0',
18000   'expanded' => '0',
18001   'weight' => '-10',
18002   'depth' => '4',
18003   'customized' => '0',
18004   'p1' => '1',
18005   'p2' => '20',
18006   'p3' => '44',
18007   'p4' => '84',
18008   'p5' => '0',
18009   'p6' => '0',
18010   'p7' => '0',
18011   'p8' => '0',
18012   'p9' => '0',
18013   'updated' => '0',
18014 ))
18015 ->values(array(
18016   'menu_name' => 'management',
18017   'mlid' => '85',
18018   'plid' => '37',
18019   'link_path' => 'admin/config/development/logging',
18020   'router_path' => 'admin/config/development/logging',
18021   'link_title' => 'Logging and errors',
18022   '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.\";}}",
18023   'module' => 'system',
18024   'hidden' => '0',
18025   'external' => '0',
18026   'has_children' => '0',
18027   'expanded' => '0',
18028   'weight' => '-15',
18029   'depth' => '4',
18030   'customized' => '0',
18031   'p1' => '1',
18032   'p2' => '8',
18033   'p3' => '37',
18034   'p4' => '85',
18035   'p5' => '0',
18036   'p6' => '0',
18037   'p7' => '0',
18038   'p8' => '0',
18039   'p9' => '0',
18040   'updated' => '0',
18041 ))
18042 ->values(array(
18043   'menu_name' => 'management',
18044   'mlid' => '86',
18045   'plid' => '37',
18046   'link_path' => 'admin/config/development/maintenance',
18047   'router_path' => 'admin/config/development/maintenance',
18048   'link_title' => 'Maintenance mode',
18049   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:62:"Take the site offline for maintenance or bring it back online.";}}',
18050   'module' => 'system',
18051   'hidden' => '0',
18052   'external' => '0',
18053   'has_children' => '0',
18054   'expanded' => '0',
18055   'weight' => '-10',
18056   'depth' => '4',
18057   'customized' => '0',
18058   'p1' => '1',
18059   'p2' => '8',
18060   'p3' => '37',
18061   'p4' => '86',
18062   'p5' => '0',
18063   'p6' => '0',
18064   'p7' => '0',
18065   'p8' => '0',
18066   'p9' => '0',
18067   'updated' => '0',
18068 ))
18069 ->values(array(
18070   'menu_name' => 'management',
18071   'mlid' => '89',
18072   'plid' => '37',
18073   'link_path' => 'admin/config/development/performance',
18074   'router_path' => 'admin/config/development/performance',
18075   'link_title' => 'Performance',
18076   '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.";}}',
18077   'module' => 'system',
18078   'hidden' => '0',
18079   'external' => '0',
18080   'has_children' => '0',
18081   'expanded' => '0',
18082   'weight' => '-20',
18083   'depth' => '4',
18084   'customized' => '0',
18085   'p1' => '1',
18086   'p2' => '8',
18087   'p3' => '37',
18088   'p4' => '89',
18089   'p5' => '0',
18090   'p6' => '0',
18091   'p7' => '0',
18092   'p8' => '0',
18093   'p9' => '0',
18094   'updated' => '0',
18095 ))
18096 ->values(array(
18097   'menu_name' => 'management',
18098   'mlid' => '90',
18099   'plid' => '46',
18100   'link_path' => 'admin/people/permissions/list',
18101   'router_path' => 'admin/people/permissions/list',
18102   'link_title' => 'Permissions',
18103   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
18104   'module' => 'system',
18105   'hidden' => '-1',
18106   'external' => '0',
18107   'has_children' => '0',
18108   'expanded' => '0',
18109   'weight' => '-8',
18110   'depth' => '4',
18111   'customized' => '0',
18112   'p1' => '1',
18113   'p2' => '17',
18114   'p3' => '46',
18115   'p4' => '90',
18116   'p5' => '0',
18117   'p6' => '0',
18118   'p7' => '0',
18119   'p8' => '0',
18120   'p9' => '0',
18121   'updated' => '0',
18122 ))
18123 ->values(array(
18124   'menu_name' => 'management',
18125   'mlid' => '93',
18126   'plid' => '30',
18127   'link_path' => 'admin/content/comment/new',
18128   'router_path' => 'admin/content/comment/new',
18129   'link_title' => 'Published comments',
18130   'options' => 'a:0:{}',
18131   'module' => 'system',
18132   'hidden' => '-1',
18133   'external' => '0',
18134   'has_children' => '0',
18135   'expanded' => '0',
18136   'weight' => '-10',
18137   'depth' => '4',
18138   'customized' => '0',
18139   'p1' => '1',
18140   'p2' => '9',
18141   'p3' => '30',
18142   'p4' => '93',
18143   'p5' => '0',
18144   'p6' => '0',
18145   'p7' => '0',
18146   'p8' => '0',
18147   'p9' => '0',
18148   'updated' => '0',
18149 ))
18150 ->values(array(
18151   'menu_name' => 'management',
18152   'mlid' => '94',
18153   'plid' => '60',
18154   'link_path' => 'admin/config/services/rss-publishing',
18155   'router_path' => 'admin/config/services/rss-publishing',
18156   'link_title' => 'RSS publishing',
18157   '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.";}}',
18158   'module' => 'system',
18159   'hidden' => '0',
18160   'external' => '0',
18161   'has_children' => '0',
18162   'expanded' => '0',
18163   'weight' => '0',
18164   'depth' => '4',
18165   'customized' => '0',
18166   'p1' => '1',
18167   'p2' => '8',
18168   'p3' => '60',
18169   'p4' => '94',
18170   'p5' => '0',
18171   'p6' => '0',
18172   'p7' => '0',
18173   'p8' => '0',
18174   'p9' => '0',
18175   'updated' => '0',
18176 ))
18177 ->values(array(
18178   'menu_name' => 'management',
18179   'mlid' => '95',
18180   'plid' => '48',
18181   'link_path' => 'admin/config/regional/settings',
18182   'router_path' => 'admin/config/regional/settings',
18183   'link_title' => 'Regional settings',
18184   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:54:\"Settings for the site's default time zone and country.\";}}",
18185   'module' => 'system',
18186   'hidden' => '0',
18187   'external' => '0',
18188   'has_children' => '0',
18189   'expanded' => '0',
18190   'weight' => '-20',
18191   'depth' => '4',
18192   'customized' => '0',
18193   'p1' => '1',
18194   'p2' => '8',
18195   'p3' => '48',
18196   'p4' => '95',
18197   'p5' => '0',
18198   'p6' => '0',
18199   'p7' => '0',
18200   'p8' => '0',
18201   'p9' => '0',
18202   'updated' => '0',
18203 ))
18204 ->values(array(
18205   'menu_name' => 'management',
18206   'mlid' => '96',
18207   'plid' => '46',
18208   'link_path' => 'admin/people/permissions/roles',
18209   'router_path' => 'admin/people/permissions/roles',
18210   'link_title' => 'Roles',
18211   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"List, edit, or add user roles.";}}',
18212   'module' => 'system',
18213   'hidden' => '-1',
18214   'external' => '0',
18215   'has_children' => '1',
18216   'expanded' => '0',
18217   'weight' => '-5',
18218   'depth' => '4',
18219   'customized' => '0',
18220   'p1' => '1',
18221   'p2' => '17',
18222   'p3' => '46',
18223   'p4' => '96',
18224   'p5' => '0',
18225   'p6' => '0',
18226   'p7' => '0',
18227   'p8' => '0',
18228   'p9' => '0',
18229   'updated' => '0',
18230 ))
18231 ->values(array(
18232   'menu_name' => 'management',
18233   'mlid' => '97',
18234   'plid' => '44',
18235   'link_path' => 'admin/structure/menu/settings',
18236   'router_path' => 'admin/structure/menu/settings',
18237   'link_title' => 'Settings',
18238   'options' => 'a:0:{}',
18239   'module' => 'system',
18240   'hidden' => '-1',
18241   'external' => '0',
18242   'has_children' => '0',
18243   'expanded' => '0',
18244   'weight' => '5',
18245   'depth' => '4',
18246   'customized' => '0',
18247   'p1' => '1',
18248   'p2' => '20',
18249   'p3' => '44',
18250   'p4' => '97',
18251   'p5' => '0',
18252   'p6' => '0',
18253   'p7' => '0',
18254   'p8' => '0',
18255   'p9' => '0',
18256   'updated' => '0',
18257 ))
18258 ->values(array(
18259   'menu_name' => 'management',
18260   'mlid' => '98',
18261   'plid' => '51',
18262   'link_path' => 'admin/appearance/settings/seven',
18263   'router_path' => 'admin/appearance/settings/seven',
18264   'link_title' => 'Seven',
18265   'options' => 'a:0:{}',
18266   'module' => 'system',
18267   'hidden' => '-1',
18268   'external' => '0',
18269   'has_children' => '0',
18270   'expanded' => '0',
18271   'weight' => '0',
18272   'depth' => '4',
18273   'customized' => '0',
18274   'p1' => '1',
18275   'p2' => '7',
18276   'p3' => '51',
18277   'p4' => '98',
18278   'p5' => '0',
18279   'p6' => '0',
18280   'p7' => '0',
18281   'p8' => '0',
18282   'p9' => '0',
18283   'updated' => '0',
18284 ))
18285 ->values(array(
18286   'menu_name' => 'management',
18287   'mlid' => '99',
18288   'plid' => '53',
18289   'link_path' => 'admin/config/system/site-information',
18290   'router_path' => 'admin/config/system/site-information',
18291   'link_title' => 'Site information',
18292   '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.";}}',
18293   'module' => 'system',
18294   'hidden' => '0',
18295   'external' => '0',
18296   'has_children' => '0',
18297   'expanded' => '0',
18298   'weight' => '-20',
18299   'depth' => '4',
18300   'customized' => '0',
18301   'p1' => '1',
18302   'p2' => '8',
18303   'p3' => '53',
18304   'p4' => '99',
18305   'p5' => '0',
18306   'p6' => '0',
18307   'p7' => '0',
18308   'p8' => '0',
18309   'p9' => '0',
18310   'updated' => '0',
18311 ))
18312 ->values(array(
18313   'menu_name' => 'management',
18314   'mlid' => '100',
18315   'plid' => '51',
18316   'link_path' => 'admin/appearance/settings/stark',
18317   'router_path' => 'admin/appearance/settings/stark',
18318   'link_title' => 'Stark',
18319   'options' => 'a:0:{}',
18320   'module' => 'system',
18321   'hidden' => '-1',
18322   'external' => '0',
18323   'has_children' => '0',
18324   'expanded' => '0',
18325   'weight' => '0',
18326   'depth' => '4',
18327   'customized' => '0',
18328   'p1' => '1',
18329   'p2' => '7',
18330   'p3' => '51',
18331   'p4' => '100',
18332   'p5' => '0',
18333   'p6' => '0',
18334   'p7' => '0',
18335   'p8' => '0',
18336   'p9' => '0',
18337   'updated' => '0',
18338 ))
18339 ->values(array(
18340   'menu_name' => 'management',
18341   'mlid' => '101',
18342   'plid' => '33',
18343   'link_path' => 'admin/config/content/formats',
18344   'router_path' => 'admin/config/content/formats',
18345   'link_title' => 'Text formats',
18346   '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.";}}',
18347   'module' => 'system',
18348   'hidden' => '0',
18349   'external' => '0',
18350   'has_children' => '1',
18351   'expanded' => '0',
18352   'weight' => '0',
18353   'depth' => '4',
18354   'customized' => '0',
18355   'p1' => '1',
18356   'p2' => '8',
18357   'p3' => '33',
18358   'p4' => '101',
18359   'p5' => '0',
18360   'p6' => '0',
18361   'p7' => '0',
18362   'p8' => '0',
18363   'p9' => '0',
18364   'updated' => '0',
18365 ))
18366 ->values(array(
18367   'menu_name' => 'management',
18368   'mlid' => '102',
18369   'plid' => '30',
18370   'link_path' => 'admin/content/comment/approval',
18371   'router_path' => 'admin/content/comment/approval',
18372   'link_title' => 'Unapproved comments',
18373   'options' => 'a:0:{}',
18374   'module' => 'system',
18375   'hidden' => '-1',
18376   'external' => '0',
18377   'has_children' => '0',
18378   'expanded' => '0',
18379   'weight' => '0',
18380   'depth' => '4',
18381   'customized' => '0',
18382   'p1' => '1',
18383   'p2' => '9',
18384   'p3' => '30',
18385   'p4' => '102',
18386   'p5' => '0',
18387   'p6' => '0',
18388   'p7' => '0',
18389   'p8' => '0',
18390   'p9' => '0',
18391   'updated' => '0',
18392 ))
18393 ->values(array(
18394   'menu_name' => 'management',
18395   'mlid' => '103',
18396   'plid' => '56',
18397   'link_path' => 'admin/modules/uninstall/confirm',
18398   'router_path' => 'admin/modules/uninstall/confirm',
18399   'link_title' => 'Uninstall',
18400   'options' => 'a:0:{}',
18401   'module' => 'system',
18402   'hidden' => '-1',
18403   'external' => '0',
18404   'has_children' => '0',
18405   'expanded' => '0',
18406   'weight' => '0',
18407   'depth' => '4',
18408   'customized' => '0',
18409   'p1' => '1',
18410   'p2' => '15',
18411   'p3' => '56',
18412   'p4' => '103',
18413   'p5' => '0',
18414   'p6' => '0',
18415   'p7' => '0',
18416   'p8' => '0',
18417   'p9' => '0',
18418   'updated' => '0',
18419 ))
18420 ->values(array(
18421   'menu_name' => 'navigation',
18422   'mlid' => '104',
18423   'plid' => '38',
18424   'link_path' => 'user/%/edit/account',
18425   'router_path' => 'user/%/edit/account',
18426   'link_title' => 'Account',
18427   'options' => 'a:0:{}',
18428   'module' => 'system',
18429   'hidden' => '-1',
18430   'external' => '0',
18431   'has_children' => '0',
18432   'expanded' => '0',
18433   'weight' => '0',
18434   'depth' => '3',
18435   'customized' => '0',
18436   'p1' => '16',
18437   'p2' => '38',
18438   'p3' => '104',
18439   'p4' => '0',
18440   'p5' => '0',
18441   'p6' => '0',
18442   'p7' => '0',
18443   'p8' => '0',
18444   'p9' => '0',
18445   'updated' => '0',
18446 ))
18447 ->values(array(
18448   'menu_name' => 'management',
18449   'mlid' => '105',
18450   'plid' => '101',
18451   'link_path' => 'admin/config/content/formats/%',
18452   'router_path' => 'admin/config/content/formats/%',
18453   'link_title' => '',
18454   'options' => 'a:0:{}',
18455   'module' => 'system',
18456   'hidden' => '0',
18457   'external' => '0',
18458   'has_children' => '1',
18459   'expanded' => '0',
18460   'weight' => '0',
18461   'depth' => '5',
18462   'customized' => '0',
18463   'p1' => '1',
18464   'p2' => '8',
18465   'p3' => '33',
18466   'p4' => '101',
18467   'p5' => '105',
18468   'p6' => '0',
18469   'p7' => '0',
18470   'p8' => '0',
18471   'p9' => '0',
18472   'updated' => '0',
18473 ))
18474 ->values(array(
18475   'menu_name' => 'management',
18476   'mlid' => '110',
18477   'plid' => '101',
18478   'link_path' => 'admin/config/content/formats/add',
18479   'router_path' => 'admin/config/content/formats/add',
18480   'link_title' => 'Add text format',
18481   'options' => 'a:0:{}',
18482   'module' => 'system',
18483   'hidden' => '-1',
18484   'external' => '0',
18485   'has_children' => '0',
18486   'expanded' => '0',
18487   'weight' => '1',
18488   'depth' => '5',
18489   'customized' => '0',
18490   'p1' => '1',
18491   'p2' => '8',
18492   'p3' => '33',
18493   'p4' => '101',
18494   'p5' => '110',
18495   'p6' => '0',
18496   'p7' => '0',
18497   'p8' => '0',
18498   'p9' => '0',
18499   'updated' => '0',
18500 ))
18501 ->values(array(
18502   'menu_name' => 'management',
18503   'mlid' => '111',
18504   'plid' => '28',
18505   'link_path' => 'admin/structure/block/list/bartik',
18506   'router_path' => 'admin/structure/block/list/bartik',
18507   'link_title' => 'Bartik',
18508   'options' => 'a:0:{}',
18509   'module' => 'system',
18510   'hidden' => '-1',
18511   'external' => '0',
18512   'has_children' => '0',
18513   'expanded' => '0',
18514   'weight' => '-10',
18515   'depth' => '4',
18516   'customized' => '0',
18517   'p1' => '1',
18518   'p2' => '20',
18519   'p3' => '28',
18520   'p4' => '111',
18521   'p5' => '0',
18522   'p6' => '0',
18523   'p7' => '0',
18524   'p8' => '0',
18525   'p9' => '0',
18526   'updated' => '0',
18527 ))
18528 ->values(array(
18529   'menu_name' => 'management',
18530   'mlid' => '112',
18531   'plid' => '67',
18532   'link_path' => 'admin/config/system/actions/configure',
18533   'router_path' => 'admin/config/system/actions/configure',
18534   'link_title' => 'Configure an advanced action',
18535   'options' => 'a:0:{}',
18536   'module' => 'system',
18537   'hidden' => '-1',
18538   'external' => '0',
18539   'has_children' => '0',
18540   'expanded' => '0',
18541   'weight' => '0',
18542   'depth' => '5',
18543   'customized' => '0',
18544   'p1' => '1',
18545   'p2' => '8',
18546   'p3' => '53',
18547   'p4' => '67',
18548   'p5' => '112',
18549   'p6' => '0',
18550   'p7' => '0',
18551   'p8' => '0',
18552   'p9' => '0',
18553   'updated' => '0',
18554 ))
18555 ->values(array(
18556   'menu_name' => 'management',
18557   'mlid' => '113',
18558   'plid' => '44',
18559   'link_path' => 'admin/structure/menu/manage/%',
18560   'router_path' => 'admin/structure/menu/manage/%',
18561   'link_title' => 'Customize menu',
18562   'options' => 'a:0:{}',
18563   'module' => 'system',
18564   'hidden' => '0',
18565   'external' => '0',
18566   'has_children' => '1',
18567   'expanded' => '0',
18568   'weight' => '0',
18569   'depth' => '4',
18570   'customized' => '0',
18571   'p1' => '1',
18572   'p2' => '20',
18573   'p3' => '44',
18574   'p4' => '113',
18575   'p5' => '0',
18576   'p6' => '0',
18577   'p7' => '0',
18578   'p8' => '0',
18579   'p9' => '0',
18580   'updated' => '0',
18581 ))
18582 ->values(array(
18583   'menu_name' => 'management',
18584   'mlid' => '114',
18585   'plid' => '34',
18586   'link_path' => 'admin/structure/types/manage/%',
18587   'router_path' => 'admin/structure/types/manage/%',
18588   'link_title' => 'Edit content type',
18589   'options' => 'a:0:{}',
18590   'module' => 'system',
18591   'hidden' => '0',
18592   'external' => '0',
18593   'has_children' => '1',
18594   'expanded' => '0',
18595   'weight' => '0',
18596   'depth' => '4',
18597   'customized' => '0',
18598   'p1' => '1',
18599   'p2' => '20',
18600   'p3' => '34',
18601   'p4' => '114',
18602   'p5' => '0',
18603   'p6' => '0',
18604   'p7' => '0',
18605   'p8' => '0',
18606   'p9' => '0',
18607   'updated' => '0',
18608 ))
18609 ->values(array(
18610   'menu_name' => 'management',
18611   'mlid' => '116',
18612   'plid' => '74',
18613   'link_path' => 'admin/config/regional/date-time/formats',
18614   'router_path' => 'admin/config/regional/date-time/formats',
18615   'link_title' => 'Formats',
18616   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:51:"Configure display format strings for date and time.";}}',
18617   'module' => 'system',
18618   'hidden' => '-1',
18619   'external' => '0',
18620   'has_children' => '1',
18621   'expanded' => '0',
18622   'weight' => '-9',
18623   'depth' => '5',
18624   'customized' => '0',
18625   'p1' => '1',
18626   'p2' => '8',
18627   'p3' => '48',
18628   'p4' => '74',
18629   'p5' => '116',
18630   'p6' => '0',
18631   'p7' => '0',
18632   'p8' => '0',
18633   'p9' => '0',
18634   'updated' => '0',
18635 ))
18636 ->values(array(
18637   'menu_name' => 'management',
18638   'mlid' => '117',
18639   'plid' => '28',
18640   'link_path' => 'admin/structure/block/list/garland',
18641   'router_path' => 'admin/structure/block/list/garland',
18642   'link_title' => 'Garland',
18643   'options' => 'a:0:{}',
18644   'module' => 'system',
18645   'hidden' => '-1',
18646   'external' => '0',
18647   'has_children' => '0',
18648   'expanded' => '0',
18649   'weight' => '0',
18650   'depth' => '4',
18651   'customized' => '0',
18652   'p1' => '1',
18653   'p2' => '20',
18654   'p3' => '28',
18655   'p4' => '117',
18656   'p5' => '0',
18657   'p6' => '0',
18658   'p7' => '0',
18659   'p8' => '0',
18660   'p9' => '0',
18661   'updated' => '0',
18662 ))
18663 ->values(array(
18664   'menu_name' => 'management',
18665   'mlid' => '118',
18666   'plid' => '101',
18667   'link_path' => 'admin/config/content/formats/list',
18668   'router_path' => 'admin/config/content/formats/list',
18669   'link_title' => 'List',
18670   'options' => 'a:0:{}',
18671   'module' => 'system',
18672   'hidden' => '-1',
18673   'external' => '0',
18674   'has_children' => '0',
18675   'expanded' => '0',
18676   'weight' => '0',
18677   'depth' => '5',
18678   'customized' => '0',
18679   'p1' => '1',
18680   'p2' => '8',
18681   'p3' => '33',
18682   'p4' => '101',
18683   'p5' => '118',
18684   'p6' => '0',
18685   'p7' => '0',
18686   'p8' => '0',
18687   'p9' => '0',
18688   'updated' => '0',
18689 ))
18690 ->values(array(
18691   'menu_name' => 'management',
18692   'mlid' => '119',
18693   'plid' => '67',
18694   'link_path' => 'admin/config/system/actions/manage',
18695   'router_path' => 'admin/config/system/actions/manage',
18696   'link_title' => 'Manage actions',
18697   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
18698   'module' => 'system',
18699   'hidden' => '-1',
18700   'external' => '0',
18701   'has_children' => '0',
18702   'expanded' => '0',
18703   'weight' => '-2',
18704   'depth' => '5',
18705   'customized' => '0',
18706   'p1' => '1',
18707   'p2' => '8',
18708   'p3' => '53',
18709   'p4' => '67',
18710   'p5' => '119',
18711   'p6' => '0',
18712   'p7' => '0',
18713   'p8' => '0',
18714   'p9' => '0',
18715   'updated' => '0',
18716 ))
18717 ->values(array(
18718   'menu_name' => 'management',
18719   'mlid' => '124',
18720   'plid' => '66',
18721   'link_path' => 'admin/config/people/accounts/settings',
18722   'router_path' => 'admin/config/people/accounts/settings',
18723   'link_title' => 'Settings',
18724   'options' => 'a:0:{}',
18725   'module' => 'system',
18726   'hidden' => '-1',
18727   'external' => '0',
18728   'has_children' => '0',
18729   'expanded' => '0',
18730   'weight' => '-10',
18731   'depth' => '5',
18732   'customized' => '0',
18733   'p1' => '1',
18734   'p2' => '8',
18735   'p3' => '45',
18736   'p4' => '66',
18737   'p5' => '124',
18738   'p6' => '0',
18739   'p7' => '0',
18740   'p8' => '0',
18741   'p9' => '0',
18742   'updated' => '0',
18743 ))
18744 ->values(array(
18745   'menu_name' => 'management',
18746   'mlid' => '125',
18747   'plid' => '28',
18748   'link_path' => 'admin/structure/block/list/seven',
18749   'router_path' => 'admin/structure/block/list/seven',
18750   'link_title' => 'Seven',
18751   'options' => 'a:0:{}',
18752   'module' => 'system',
18753   'hidden' => '-1',
18754   'external' => '0',
18755   'has_children' => '0',
18756   'expanded' => '0',
18757   'weight' => '0',
18758   'depth' => '4',
18759   'customized' => '0',
18760   'p1' => '1',
18761   'p2' => '20',
18762   'p3' => '28',
18763   'p4' => '125',
18764   'p5' => '0',
18765   'p6' => '0',
18766   'p7' => '0',
18767   'p8' => '0',
18768   'p9' => '0',
18769   'updated' => '0',
18770 ))
18771 ->values(array(
18772   'menu_name' => 'management',
18773   'mlid' => '126',
18774   'plid' => '28',
18775   'link_path' => 'admin/structure/block/list/stark',
18776   'router_path' => 'admin/structure/block/list/stark',
18777   'link_title' => 'Stark',
18778   'options' => 'a:0:{}',
18779   'module' => 'system',
18780   'hidden' => '-1',
18781   'external' => '0',
18782   'has_children' => '0',
18783   'expanded' => '0',
18784   'weight' => '0',
18785   'depth' => '4',
18786   'customized' => '0',
18787   'p1' => '1',
18788   'p2' => '20',
18789   'p3' => '28',
18790   'p4' => '126',
18791   'p5' => '0',
18792   'p6' => '0',
18793   'p7' => '0',
18794   'p8' => '0',
18795   'p9' => '0',
18796   'updated' => '0',
18797 ))
18798 ->values(array(
18799   'menu_name' => 'management',
18800   'mlid' => '127',
18801   'plid' => '74',
18802   'link_path' => 'admin/config/regional/date-time/types',
18803   'router_path' => 'admin/config/regional/date-time/types',
18804   'link_title' => 'Types',
18805   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
18806   'module' => 'system',
18807   'hidden' => '-1',
18808   'external' => '0',
18809   'has_children' => '1',
18810   'expanded' => '0',
18811   'weight' => '-10',
18812   'depth' => '5',
18813   'customized' => '0',
18814   'p1' => '1',
18815   'p2' => '8',
18816   'p3' => '48',
18817   'p4' => '74',
18818   'p5' => '127',
18819   'p6' => '0',
18820   'p7' => '0',
18821   'p8' => '0',
18822   'p9' => '0',
18823   'updated' => '0',
18824 ))
18825 ->values(array(
18826   'menu_name' => 'navigation',
18827   'mlid' => '128',
18828   'plid' => '49',
18829   'link_path' => 'node/%/revisions/%/delete',
18830   'router_path' => 'node/%/revisions/%/delete',
18831   'link_title' => 'Delete earlier revision',
18832   'options' => 'a:0:{}',
18833   'module' => 'system',
18834   'hidden' => '0',
18835   'external' => '0',
18836   'has_children' => '0',
18837   'expanded' => '0',
18838   'weight' => '0',
18839   'depth' => '3',
18840   'customized' => '0',
18841   'p1' => '5',
18842   'p2' => '49',
18843   'p3' => '128',
18844   'p4' => '0',
18845   'p5' => '0',
18846   'p6' => '0',
18847   'p7' => '0',
18848   'p8' => '0',
18849   'p9' => '0',
18850   'updated' => '0',
18851 ))
18852 ->values(array(
18853   'menu_name' => 'navigation',
18854   'mlid' => '129',
18855   'plid' => '49',
18856   'link_path' => 'node/%/revisions/%/revert',
18857   'router_path' => 'node/%/revisions/%/revert',
18858   'link_title' => 'Revert to earlier revision',
18859   'options' => 'a:0:{}',
18860   'module' => 'system',
18861   'hidden' => '0',
18862   'external' => '0',
18863   'has_children' => '0',
18864   'expanded' => '0',
18865   'weight' => '0',
18866   'depth' => '3',
18867   'customized' => '0',
18868   'p1' => '5',
18869   'p2' => '49',
18870   'p3' => '129',
18871   'p4' => '0',
18872   'p5' => '0',
18873   'p6' => '0',
18874   'p7' => '0',
18875   'p8' => '0',
18876   'p9' => '0',
18877   'updated' => '0',
18878 ))
18879 ->values(array(
18880   'menu_name' => 'navigation',
18881   'mlid' => '130',
18882   'plid' => '49',
18883   'link_path' => 'node/%/revisions/%/view',
18884   'router_path' => 'node/%/revisions/%/view',
18885   'link_title' => 'Revisions',
18886   'options' => 'a:0:{}',
18887   'module' => 'system',
18888   'hidden' => '0',
18889   'external' => '0',
18890   'has_children' => '0',
18891   'expanded' => '0',
18892   'weight' => '0',
18893   'depth' => '3',
18894   'customized' => '0',
18895   'p1' => '5',
18896   'p2' => '49',
18897   'p3' => '130',
18898   'p4' => '0',
18899   'p5' => '0',
18900   'p6' => '0',
18901   'p7' => '0',
18902   'p8' => '0',
18903   'p9' => '0',
18904   'updated' => '0',
18905 ))
18906 ->values(array(
18907   'menu_name' => 'management',
18908   'mlid' => '136',
18909   'plid' => '117',
18910   'link_path' => 'admin/structure/block/list/garland/add',
18911   'router_path' => 'admin/structure/block/list/garland/add',
18912   'link_title' => 'Add block',
18913   'options' => 'a:0:{}',
18914   'module' => 'system',
18915   'hidden' => '-1',
18916   'external' => '0',
18917   'has_children' => '0',
18918   'expanded' => '0',
18919   'weight' => '0',
18920   'depth' => '5',
18921   'customized' => '0',
18922   'p1' => '1',
18923   'p2' => '20',
18924   'p3' => '28',
18925   'p4' => '117',
18926   'p5' => '136',
18927   'p6' => '0',
18928   'p7' => '0',
18929   'p8' => '0',
18930   'p9' => '0',
18931   'updated' => '0',
18932 ))
18933 ->values(array(
18934   'menu_name' => 'management',
18935   'mlid' => '141',
18936   'plid' => '125',
18937   'link_path' => 'admin/structure/block/list/seven/add',
18938   'router_path' => 'admin/structure/block/list/seven/add',
18939   'link_title' => 'Add block',
18940   'options' => 'a:0:{}',
18941   'module' => 'system',
18942   'hidden' => '-1',
18943   'external' => '0',
18944   'has_children' => '0',
18945   'expanded' => '0',
18946   'weight' => '0',
18947   'depth' => '5',
18948   'customized' => '0',
18949   'p1' => '1',
18950   'p2' => '20',
18951   'p3' => '28',
18952   'p4' => '125',
18953   'p5' => '141',
18954   'p6' => '0',
18955   'p7' => '0',
18956   'p8' => '0',
18957   'p9' => '0',
18958   'updated' => '0',
18959 ))
18960 ->values(array(
18961   'menu_name' => 'management',
18962   'mlid' => '142',
18963   'plid' => '126',
18964   'link_path' => 'admin/structure/block/list/stark/add',
18965   'router_path' => 'admin/structure/block/list/stark/add',
18966   'link_title' => 'Add block',
18967   'options' => 'a:0:{}',
18968   'module' => 'system',
18969   'hidden' => '-1',
18970   'external' => '0',
18971   'has_children' => '0',
18972   'expanded' => '0',
18973   'weight' => '0',
18974   'depth' => '5',
18975   'customized' => '0',
18976   'p1' => '1',
18977   'p2' => '20',
18978   'p3' => '28',
18979   'p4' => '126',
18980   'p5' => '142',
18981   'p6' => '0',
18982   'p7' => '0',
18983   'p8' => '0',
18984   'p9' => '0',
18985   'updated' => '0',
18986 ))
18987 ->values(array(
18988   'menu_name' => 'management',
18989   'mlid' => '143',
18990   'plid' => '127',
18991   'link_path' => 'admin/config/regional/date-time/types/add',
18992   'router_path' => 'admin/config/regional/date-time/types/add',
18993   'link_title' => 'Add date type',
18994   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Add new date type.";}}',
18995   'module' => 'system',
18996   'hidden' => '-1',
18997   'external' => '0',
18998   'has_children' => '0',
18999   'expanded' => '0',
19000   'weight' => '-10',
19001   'depth' => '6',
19002   'customized' => '0',
19003   'p1' => '1',
19004   'p2' => '8',
19005   'p3' => '48',
19006   'p4' => '74',
19007   'p5' => '127',
19008   'p6' => '143',
19009   'p7' => '0',
19010   'p8' => '0',
19011   'p9' => '0',
19012   'updated' => '0',
19013 ))
19014 ->values(array(
19015   'menu_name' => 'management',
19016   'mlid' => '144',
19017   'plid' => '116',
19018   'link_path' => 'admin/config/regional/date-time/formats/add',
19019   'router_path' => 'admin/config/regional/date-time/formats/add',
19020   'link_title' => 'Add format',
19021   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Allow users to add additional date formats.";}}',
19022   'module' => 'system',
19023   'hidden' => '-1',
19024   'external' => '0',
19025   'has_children' => '0',
19026   'expanded' => '0',
19027   'weight' => '-10',
19028   'depth' => '6',
19029   'customized' => '0',
19030   'p1' => '1',
19031   'p2' => '8',
19032   'p3' => '48',
19033   'p4' => '74',
19034   'p5' => '116',
19035   'p6' => '144',
19036   'p7' => '0',
19037   'p8' => '0',
19038   'p9' => '0',
19039   'updated' => '0',
19040 ))
19041 ->values(array(
19042   'menu_name' => 'management',
19043   'mlid' => '145',
19044   'plid' => '113',
19045   'link_path' => 'admin/structure/menu/manage/%/add',
19046   'router_path' => 'admin/structure/menu/manage/%/add',
19047   'link_title' => 'Add link',
19048   'options' => 'a:0:{}',
19049   'module' => 'system',
19050   'hidden' => '-1',
19051   'external' => '0',
19052   'has_children' => '0',
19053   'expanded' => '0',
19054   'weight' => '0',
19055   'depth' => '5',
19056   'customized' => '0',
19057   'p1' => '1',
19058   'p2' => '20',
19059   'p3' => '44',
19060   'p4' => '113',
19061   'p5' => '145',
19062   'p6' => '0',
19063   'p7' => '0',
19064   'p8' => '0',
19065   'p9' => '0',
19066   'updated' => '0',
19067 ))
19068 ->values(array(
19069   'menu_name' => 'management',
19070   'mlid' => '146',
19071   'plid' => '28',
19072   'link_path' => 'admin/structure/block/manage/%/%',
19073   'router_path' => 'admin/structure/block/manage/%/%',
19074   'link_title' => 'Configure block',
19075   'options' => 'a:0:{}',
19076   'module' => 'system',
19077   'hidden' => '0',
19078   'external' => '0',
19079   'has_children' => '0',
19080   'expanded' => '0',
19081   'weight' => '0',
19082   'depth' => '4',
19083   'customized' => '0',
19084   'p1' => '1',
19085   'p2' => '20',
19086   'p3' => '28',
19087   'p4' => '146',
19088   'p5' => '0',
19089   'p6' => '0',
19090   'p7' => '0',
19091   'p8' => '0',
19092   'p9' => '0',
19093   'updated' => '0',
19094 ))
19095 ->values(array(
19096   'menu_name' => 'navigation',
19097   'mlid' => '147',
19098   'plid' => '29',
19099   'link_path' => 'user/%/cancel/confirm/%/%',
19100   'router_path' => 'user/%/cancel/confirm/%/%',
19101   'link_title' => 'Confirm account cancellation',
19102   'options' => 'a:0:{}',
19103   'module' => 'system',
19104   'hidden' => '0',
19105   'external' => '0',
19106   'has_children' => '0',
19107   'expanded' => '0',
19108   'weight' => '0',
19109   'depth' => '3',
19110   'customized' => '0',
19111   'p1' => '16',
19112   'p2' => '29',
19113   'p3' => '147',
19114   'p4' => '0',
19115   'p5' => '0',
19116   'p6' => '0',
19117   'p7' => '0',
19118   'p8' => '0',
19119   'p9' => '0',
19120   'updated' => '0',
19121 ))
19122 ->values(array(
19123   'menu_name' => 'management',
19124   'mlid' => '148',
19125   'plid' => '114',
19126   'link_path' => 'admin/structure/types/manage/%/delete',
19127   'router_path' => 'admin/structure/types/manage/%/delete',
19128   'link_title' => 'Delete',
19129   'options' => 'a:0:{}',
19130   'module' => 'system',
19131   'hidden' => '0',
19132   'external' => '0',
19133   'has_children' => '0',
19134   'expanded' => '0',
19135   'weight' => '0',
19136   'depth' => '5',
19137   'customized' => '0',
19138   'p1' => '1',
19139   'p2' => '20',
19140   'p3' => '34',
19141   'p4' => '114',
19142   'p5' => '148',
19143   'p6' => '0',
19144   'p7' => '0',
19145   'p8' => '0',
19146   'p9' => '0',
19147   'updated' => '0',
19148 ))
19149 ->values(array(
19150   'menu_name' => 'management',
19151   'mlid' => '149',
19152   'plid' => '80',
19153   'link_path' => 'admin/config/people/ip-blocking/delete/%',
19154   'router_path' => 'admin/config/people/ip-blocking/delete/%',
19155   'link_title' => 'Delete IP address',
19156   'options' => 'a:0:{}',
19157   'module' => 'system',
19158   'hidden' => '0',
19159   'external' => '0',
19160   'has_children' => '0',
19161   'expanded' => '0',
19162   'weight' => '0',
19163   'depth' => '5',
19164   'customized' => '0',
19165   'p1' => '1',
19166   'p2' => '8',
19167   'p3' => '45',
19168   'p4' => '80',
19169   'p5' => '149',
19170   'p6' => '0',
19171   'p7' => '0',
19172   'p8' => '0',
19173   'p9' => '0',
19174   'updated' => '0',
19175 ))
19176 ->values(array(
19177   'menu_name' => 'management',
19178   'mlid' => '150',
19179   'plid' => '67',
19180   'link_path' => 'admin/config/system/actions/delete/%',
19181   'router_path' => 'admin/config/system/actions/delete/%',
19182   'link_title' => 'Delete action',
19183   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Delete an action.";}}',
19184   'module' => 'system',
19185   'hidden' => '0',
19186   'external' => '0',
19187   'has_children' => '0',
19188   'expanded' => '0',
19189   'weight' => '0',
19190   'depth' => '5',
19191   'customized' => '0',
19192   'p1' => '1',
19193   'p2' => '8',
19194   'p3' => '53',
19195   'p4' => '67',
19196   'p5' => '150',
19197   'p6' => '0',
19198   'p7' => '0',
19199   'p8' => '0',
19200   'p9' => '0',
19201   'updated' => '0',
19202 ))
19203 ->values(array(
19204   'menu_name' => 'management',
19205   'mlid' => '151',
19206   'plid' => '113',
19207   'link_path' => 'admin/structure/menu/manage/%/delete',
19208   'router_path' => 'admin/structure/menu/manage/%/delete',
19209   'link_title' => 'Delete menu',
19210   'options' => 'a:0:{}',
19211   'module' => 'system',
19212   'hidden' => '0',
19213   'external' => '0',
19214   'has_children' => '0',
19215   'expanded' => '0',
19216   'weight' => '0',
19217   'depth' => '5',
19218   'customized' => '0',
19219   'p1' => '1',
19220   'p2' => '20',
19221   'p3' => '44',
19222   'p4' => '113',
19223   'p5' => '151',
19224   'p6' => '0',
19225   'p7' => '0',
19226   'p8' => '0',
19227   'p9' => '0',
19228   'updated' => '0',
19229 ))
19230 ->values(array(
19231   'menu_name' => 'management',
19232   'mlid' => '152',
19233   'plid' => '44',
19234   'link_path' => 'admin/structure/menu/item/%/delete',
19235   'router_path' => 'admin/structure/menu/item/%/delete',
19236   'link_title' => 'Delete menu link',
19237   'options' => 'a:0:{}',
19238   'module' => 'system',
19239   'hidden' => '0',
19240   'external' => '0',
19241   'has_children' => '0',
19242   'expanded' => '0',
19243   'weight' => '0',
19244   'depth' => '4',
19245   'customized' => '0',
19246   'p1' => '1',
19247   'p2' => '20',
19248   'p3' => '44',
19249   'p4' => '152',
19250   'p5' => '0',
19251   'p6' => '0',
19252   'p7' => '0',
19253   'p8' => '0',
19254   'p9' => '0',
19255   'updated' => '0',
19256 ))
19257 ->values(array(
19258   'menu_name' => 'management',
19259   'mlid' => '153',
19260   'plid' => '96',
19261   'link_path' => 'admin/people/permissions/roles/delete/%',
19262   'router_path' => 'admin/people/permissions/roles/delete/%',
19263   'link_title' => 'Delete role',
19264   'options' => 'a:0:{}',
19265   'module' => 'system',
19266   'hidden' => '0',
19267   'external' => '0',
19268   'has_children' => '0',
19269   'expanded' => '0',
19270   'weight' => '0',
19271   'depth' => '5',
19272   'customized' => '0',
19273   'p1' => '1',
19274   'p2' => '17',
19275   'p3' => '46',
19276   'p4' => '96',
19277   'p5' => '153',
19278   'p6' => '0',
19279   'p7' => '0',
19280   'p8' => '0',
19281   'p9' => '0',
19282   'updated' => '0',
19283 ))
19284 ->values(array(
19285   'menu_name' => 'management',
19286   'mlid' => '154',
19287   'plid' => '105',
19288   'link_path' => 'admin/config/content/formats/%/disable',
19289   'router_path' => 'admin/config/content/formats/%/disable',
19290   'link_title' => 'Disable text format',
19291   'options' => 'a:0:{}',
19292   'module' => 'system',
19293   'hidden' => '0',
19294   'external' => '0',
19295   'has_children' => '0',
19296   'expanded' => '0',
19297   'weight' => '0',
19298   'depth' => '6',
19299   'customized' => '0',
19300   'p1' => '1',
19301   'p2' => '8',
19302   'p3' => '33',
19303   'p4' => '101',
19304   'p5' => '105',
19305   'p6' => '154',
19306   'p7' => '0',
19307   'p8' => '0',
19308   'p9' => '0',
19309   'updated' => '0',
19310 ))
19311 ->values(array(
19312   'menu_name' => 'management',
19313   'mlid' => '155',
19314   'plid' => '114',
19315   'link_path' => 'admin/structure/types/manage/%/edit',
19316   'router_path' => 'admin/structure/types/manage/%/edit',
19317   'link_title' => 'Edit',
19318   'options' => 'a:0:{}',
19319   'module' => 'system',
19320   'hidden' => '-1',
19321   'external' => '0',
19322   'has_children' => '0',
19323   'expanded' => '0',
19324   'weight' => '0',
19325   'depth' => '5',
19326   'customized' => '0',
19327   'p1' => '1',
19328   'p2' => '20',
19329   'p3' => '34',
19330   'p4' => '114',
19331   'p5' => '155',
19332   'p6' => '0',
19333   'p7' => '0',
19334   'p8' => '0',
19335   'p9' => '0',
19336   'updated' => '0',
19337 ))
19338 ->values(array(
19339   'menu_name' => 'management',
19340   'mlid' => '156',
19341   'plid' => '113',
19342   'link_path' => 'admin/structure/menu/manage/%/edit',
19343   'router_path' => 'admin/structure/menu/manage/%/edit',
19344   'link_title' => 'Edit menu',
19345   'options' => 'a:0:{}',
19346   'module' => 'system',
19347   'hidden' => '-1',
19348   'external' => '0',
19349   'has_children' => '0',
19350   'expanded' => '0',
19351   'weight' => '0',
19352   'depth' => '5',
19353   'customized' => '0',
19354   'p1' => '1',
19355   'p2' => '20',
19356   'p3' => '44',
19357   'p4' => '113',
19358   'p5' => '156',
19359   'p6' => '0',
19360   'p7' => '0',
19361   'p8' => '0',
19362   'p9' => '0',
19363   'updated' => '0',
19364 ))
19365 ->values(array(
19366   'menu_name' => 'management',
19367   'mlid' => '157',
19368   'plid' => '44',
19369   'link_path' => 'admin/structure/menu/item/%/edit',
19370   'router_path' => 'admin/structure/menu/item/%/edit',
19371   'link_title' => 'Edit menu link',
19372   'options' => 'a:0:{}',
19373   'module' => 'system',
19374   'hidden' => '0',
19375   'external' => '0',
19376   'has_children' => '0',
19377   'expanded' => '0',
19378   'weight' => '0',
19379   'depth' => '4',
19380   'customized' => '0',
19381   'p1' => '1',
19382   'p2' => '20',
19383   'p3' => '44',
19384   'p4' => '157',
19385   'p5' => '0',
19386   'p6' => '0',
19387   'p7' => '0',
19388   'p8' => '0',
19389   'p9' => '0',
19390   'updated' => '0',
19391 ))
19392 ->values(array(
19393   'menu_name' => 'management',
19394   'mlid' => '158',
19395   'plid' => '96',
19396   'link_path' => 'admin/people/permissions/roles/edit/%',
19397   'router_path' => 'admin/people/permissions/roles/edit/%',
19398   'link_title' => 'Edit role',
19399   'options' => 'a:0:{}',
19400   'module' => 'system',
19401   'hidden' => '0',
19402   'external' => '0',
19403   'has_children' => '0',
19404   'expanded' => '0',
19405   'weight' => '0',
19406   'depth' => '5',
19407   'customized' => '0',
19408   'p1' => '1',
19409   'p2' => '17',
19410   'p3' => '46',
19411   'p4' => '96',
19412   'p5' => '158',
19413   'p6' => '0',
19414   'p7' => '0',
19415   'p8' => '0',
19416   'p9' => '0',
19417   'updated' => '0',
19418 ))
19419 ->values(array(
19420   'menu_name' => 'management',
19421   'mlid' => '159',
19422   'plid' => '113',
19423   'link_path' => 'admin/structure/menu/manage/%/list',
19424   'router_path' => 'admin/structure/menu/manage/%/list',
19425   'link_title' => 'List links',
19426   'options' => 'a:0:{}',
19427   'module' => 'system',
19428   'hidden' => '-1',
19429   'external' => '0',
19430   'has_children' => '0',
19431   'expanded' => '0',
19432   'weight' => '-10',
19433   'depth' => '5',
19434   'customized' => '0',
19435   'p1' => '1',
19436   'p2' => '20',
19437   'p3' => '44',
19438   'p4' => '113',
19439   'p5' => '159',
19440   'p6' => '0',
19441   'p7' => '0',
19442   'p8' => '0',
19443   'p9' => '0',
19444   'updated' => '0',
19445 ))
19446 ->values(array(
19447   'menu_name' => 'management',
19448   'mlid' => '160',
19449   'plid' => '44',
19450   'link_path' => 'admin/structure/menu/item/%/reset',
19451   'router_path' => 'admin/structure/menu/item/%/reset',
19452   'link_title' => 'Reset menu link',
19453   'options' => 'a:0:{}',
19454   'module' => 'system',
19455   'hidden' => '0',
19456   'external' => '0',
19457   'has_children' => '0',
19458   'expanded' => '0',
19459   'weight' => '0',
19460   'depth' => '4',
19461   'customized' => '0',
19462   'p1' => '1',
19463   'p2' => '20',
19464   'p3' => '44',
19465   'p4' => '160',
19466   'p5' => '0',
19467   'p6' => '0',
19468   'p7' => '0',
19469   'p8' => '0',
19470   'p9' => '0',
19471   'updated' => '0',
19472 ))
19473 ->values(array(
19474   'menu_name' => 'management',
19475   'mlid' => '161',
19476   'plid' => '114',
19477   'link_path' => 'admin/structure/types/manage/%/comment/display',
19478   'router_path' => 'admin/structure/types/manage/%/comment/display',
19479   'link_title' => 'Comment display',
19480   'options' => 'a:0:{}',
19481   'module' => 'system',
19482   'hidden' => '-1',
19483   'external' => '0',
19484   'has_children' => '0',
19485   'expanded' => '0',
19486   'weight' => '4',
19487   'depth' => '5',
19488   'customized' => '0',
19489   'p1' => '1',
19490   'p2' => '20',
19491   'p3' => '34',
19492   'p4' => '114',
19493   'p5' => '161',
19494   'p6' => '0',
19495   'p7' => '0',
19496   'p8' => '0',
19497   'p9' => '0',
19498   'updated' => '0',
19499 ))
19500 ->values(array(
19501   'menu_name' => 'management',
19502   'mlid' => '162',
19503   'plid' => '114',
19504   'link_path' => 'admin/structure/types/manage/%/comment/fields',
19505   'router_path' => 'admin/structure/types/manage/%/comment/fields',
19506   'link_title' => 'Comment fields',
19507   'options' => 'a:0:{}',
19508   'module' => 'system',
19509   'hidden' => '-1',
19510   'external' => '0',
19511   'has_children' => '1',
19512   'expanded' => '0',
19513   'weight' => '3',
19514   'depth' => '5',
19515   'customized' => '0',
19516   'p1' => '1',
19517   'p2' => '20',
19518   'p3' => '34',
19519   'p4' => '114',
19520   'p5' => '162',
19521   'p6' => '0',
19522   'p7' => '0',
19523   'p8' => '0',
19524   'p9' => '0',
19525   'updated' => '0',
19526 ))
19527 ->values(array(
19528   'menu_name' => 'management',
19529   'mlid' => '163',
19530   'plid' => '146',
19531   'link_path' => 'admin/structure/block/manage/%/%/configure',
19532   'router_path' => 'admin/structure/block/manage/%/%/configure',
19533   'link_title' => 'Configure block',
19534   'options' => 'a:0:{}',
19535   'module' => 'system',
19536   'hidden' => '-1',
19537   'external' => '0',
19538   'has_children' => '0',
19539   'expanded' => '0',
19540   'weight' => '0',
19541   'depth' => '5',
19542   'customized' => '0',
19543   'p1' => '1',
19544   'p2' => '20',
19545   'p3' => '28',
19546   'p4' => '146',
19547   'p5' => '163',
19548   'p6' => '0',
19549   'p7' => '0',
19550   'p8' => '0',
19551   'p9' => '0',
19552   'updated' => '0',
19553 ))
19554 ->values(array(
19555   'menu_name' => 'management',
19556   'mlid' => '164',
19557   'plid' => '146',
19558   'link_path' => 'admin/structure/block/manage/%/%/delete',
19559   'router_path' => 'admin/structure/block/manage/%/%/delete',
19560   'link_title' => 'Delete block',
19561   'options' => 'a:0:{}',
19562   'module' => 'system',
19563   'hidden' => '-1',
19564   'external' => '0',
19565   'has_children' => '0',
19566   'expanded' => '0',
19567   'weight' => '0',
19568   'depth' => '5',
19569   'customized' => '0',
19570   'p1' => '1',
19571   'p2' => '20',
19572   'p3' => '28',
19573   'p4' => '146',
19574   'p5' => '164',
19575   'p6' => '0',
19576   'p7' => '0',
19577   'p8' => '0',
19578   'p9' => '0',
19579   'updated' => '0',
19580 ))
19581 ->values(array(
19582   'menu_name' => 'management',
19583   'mlid' => '165',
19584   'plid' => '116',
19585   'link_path' => 'admin/config/regional/date-time/formats/%/delete',
19586   'router_path' => 'admin/config/regional/date-time/formats/%/delete',
19587   'link_title' => 'Delete date format',
19588   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Allow users to delete a configured date format.";}}',
19589   'module' => 'system',
19590   'hidden' => '0',
19591   'external' => '0',
19592   'has_children' => '0',
19593   'expanded' => '0',
19594   'weight' => '0',
19595   'depth' => '6',
19596   'customized' => '0',
19597   'p1' => '1',
19598   'p2' => '8',
19599   'p3' => '48',
19600   'p4' => '74',
19601   'p5' => '116',
19602   'p6' => '165',
19603   'p7' => '0',
19604   'p8' => '0',
19605   'p9' => '0',
19606   'updated' => '0',
19607 ))
19608 ->values(array(
19609   'menu_name' => 'management',
19610   'mlid' => '166',
19611   'plid' => '127',
19612   'link_path' => 'admin/config/regional/date-time/types/%/delete',
19613   'router_path' => 'admin/config/regional/date-time/types/%/delete',
19614   'link_title' => 'Delete date type',
19615   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to delete a configured date type.";}}',
19616   'module' => 'system',
19617   'hidden' => '0',
19618   'external' => '0',
19619   'has_children' => '0',
19620   'expanded' => '0',
19621   'weight' => '0',
19622   'depth' => '6',
19623   'customized' => '0',
19624   'p1' => '1',
19625   'p2' => '8',
19626   'p3' => '48',
19627   'p4' => '74',
19628   'p5' => '127',
19629   'p6' => '166',
19630   'p7' => '0',
19631   'p8' => '0',
19632   'p9' => '0',
19633   'updated' => '0',
19634 ))
19635 ->values(array(
19636   'menu_name' => 'management',
19637   'mlid' => '167',
19638   'plid' => '116',
19639   'link_path' => 'admin/config/regional/date-time/formats/%/edit',
19640   'router_path' => 'admin/config/regional/date-time/formats/%/edit',
19641   'link_title' => 'Edit date format',
19642   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to edit a configured date format.";}}',
19643   'module' => 'system',
19644   'hidden' => '0',
19645   'external' => '0',
19646   'has_children' => '0',
19647   'expanded' => '0',
19648   'weight' => '0',
19649   'depth' => '6',
19650   'customized' => '0',
19651   'p1' => '1',
19652   'p2' => '8',
19653   'p3' => '48',
19654   'p4' => '74',
19655   'p5' => '116',
19656   'p6' => '167',
19657   'p7' => '0',
19658   'p8' => '0',
19659   'p9' => '0',
19660   'updated' => '0',
19661 ))
19662 ->values(array(
19663   'menu_name' => 'management',
19664   'mlid' => '168',
19665   'plid' => '44',
19666   'link_path' => 'admin/structure/menu/manage/main-menu',
19667   'router_path' => 'admin/structure/menu/manage/%',
19668   'link_title' => 'Main menu',
19669   'options' => 'a:0:{}',
19670   'module' => 'menu',
19671   'hidden' => '0',
19672   'external' => '0',
19673   'has_children' => '0',
19674   'expanded' => '0',
19675   'weight' => '0',
19676   'depth' => '4',
19677   'customized' => '0',
19678   'p1' => '1',
19679   'p2' => '20',
19680   'p3' => '44',
19681   'p4' => '168',
19682   'p5' => '0',
19683   'p6' => '0',
19684   'p7' => '0',
19685   'p8' => '0',
19686   'p9' => '0',
19687   'updated' => '0',
19688 ))
19689 ->values(array(
19690   'menu_name' => 'management',
19691   'mlid' => '169',
19692   'plid' => '44',
19693   'link_path' => 'admin/structure/menu/manage/management',
19694   'router_path' => 'admin/structure/menu/manage/%',
19695   'link_title' => 'Management',
19696   'options' => 'a:0:{}',
19697   'module' => 'menu',
19698   'hidden' => '0',
19699   'external' => '0',
19700   'has_children' => '0',
19701   'expanded' => '0',
19702   'weight' => '0',
19703   'depth' => '4',
19704   'customized' => '0',
19705   'p1' => '1',
19706   'p2' => '20',
19707   'p3' => '44',
19708   'p4' => '169',
19709   'p5' => '0',
19710   'p6' => '0',
19711   'p7' => '0',
19712   'p8' => '0',
19713   'p9' => '0',
19714   'updated' => '0',
19715 ))
19716 ->values(array(
19717   'menu_name' => 'management',
19718   'mlid' => '170',
19719   'plid' => '44',
19720   'link_path' => 'admin/structure/menu/manage/navigation',
19721   'router_path' => 'admin/structure/menu/manage/%',
19722   'link_title' => 'Navigation',
19723   'options' => 'a:0:{}',
19724   'module' => 'menu',
19725   'hidden' => '0',
19726   'external' => '0',
19727   'has_children' => '0',
19728   'expanded' => '0',
19729   'weight' => '0',
19730   'depth' => '4',
19731   'customized' => '0',
19732   'p1' => '1',
19733   'p2' => '20',
19734   'p3' => '44',
19735   'p4' => '170',
19736   'p5' => '0',
19737   'p6' => '0',
19738   'p7' => '0',
19739   'p8' => '0',
19740   'p9' => '0',
19741   'updated' => '0',
19742 ))
19743 ->values(array(
19744   'menu_name' => 'management',
19745   'mlid' => '171',
19746   'plid' => '44',
19747   'link_path' => 'admin/structure/menu/manage/user-menu',
19748   'router_path' => 'admin/structure/menu/manage/%',
19749   'link_title' => 'User menu',
19750   'options' => 'a:0:{}',
19751   'module' => 'menu',
19752   'hidden' => '0',
19753   'external' => '0',
19754   'has_children' => '0',
19755   'expanded' => '0',
19756   'weight' => '0',
19757   'depth' => '4',
19758   'customized' => '0',
19759   'p1' => '1',
19760   'p2' => '20',
19761   'p3' => '44',
19762   'p4' => '171',
19763   'p5' => '0',
19764   'p6' => '0',
19765   'p7' => '0',
19766   'p8' => '0',
19767   'p9' => '0',
19768   'updated' => '0',
19769 ))
19770 ->values(array(
19771   'menu_name' => 'navigation',
19772   'mlid' => '172',
19773   'plid' => '0',
19774   'link_path' => 'search',
19775   'router_path' => 'search',
19776   'link_title' => 'Search',
19777   'options' => 'a:0:{}',
19778   'module' => 'system',
19779   'hidden' => '1',
19780   'external' => '0',
19781   'has_children' => '0',
19782   'expanded' => '0',
19783   'weight' => '0',
19784   'depth' => '1',
19785   'customized' => '0',
19786   'p1' => '172',
19787   'p2' => '0',
19788   'p3' => '0',
19789   'p4' => '0',
19790   'p5' => '0',
19791   'p6' => '0',
19792   'p7' => '0',
19793   'p8' => '0',
19794   'p9' => '0',
19795   'updated' => '0',
19796 ))
19797 ->values(array(
19798   'menu_name' => 'navigation',
19799   'mlid' => '173',
19800   'plid' => '172',
19801   'link_path' => 'search/node',
19802   'router_path' => 'search/node',
19803   'link_title' => 'Content',
19804   'options' => 'a:0:{}',
19805   'module' => 'system',
19806   'hidden' => '-1',
19807   'external' => '0',
19808   'has_children' => '0',
19809   'expanded' => '0',
19810   'weight' => '-10',
19811   'depth' => '2',
19812   'customized' => '0',
19813   'p1' => '172',
19814   'p2' => '173',
19815   'p3' => '0',
19816   'p4' => '0',
19817   'p5' => '0',
19818   'p6' => '0',
19819   'p7' => '0',
19820   'p8' => '0',
19821   'p9' => '0',
19822   'updated' => '0',
19823 ))
19824 ->values(array(
19825   'menu_name' => 'navigation',
19826   'mlid' => '174',
19827   'plid' => '172',
19828   'link_path' => 'search/user',
19829   'router_path' => 'search/user',
19830   'link_title' => 'Users',
19831   'options' => 'a:0:{}',
19832   'module' => 'system',
19833   'hidden' => '-1',
19834   'external' => '0',
19835   'has_children' => '0',
19836   'expanded' => '0',
19837   'weight' => '0',
19838   'depth' => '2',
19839   'customized' => '0',
19840   'p1' => '172',
19841   'p2' => '174',
19842   'p3' => '0',
19843   'p4' => '0',
19844   'p5' => '0',
19845   'p6' => '0',
19846   'p7' => '0',
19847   'p8' => '0',
19848   'p9' => '0',
19849   'updated' => '0',
19850 ))
19851 ->values(array(
19852   'menu_name' => 'management',
19853   'mlid' => '175',
19854   'plid' => '1',
19855   'link_path' => 'admin/help',
19856   'router_path' => 'admin/help',
19857   'link_title' => 'Help',
19858   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Reference for usage, configuration, and modules.";}}',
19859   'module' => 'system',
19860   'hidden' => '0',
19861   'external' => '0',
19862   'has_children' => '0',
19863   'expanded' => '0',
19864   'weight' => '9',
19865   'depth' => '2',
19866   'customized' => '0',
19867   'p1' => '1',
19868   'p2' => '175',
19869   'p3' => '0',
19870   'p4' => '0',
19871   'p5' => '0',
19872   'p6' => '0',
19873   'p7' => '0',
19874   'p8' => '0',
19875   'p9' => '0',
19876   'updated' => '0',
19877 ))
19878 ->values(array(
19879   'menu_name' => 'navigation',
19880   'mlid' => '176',
19881   'plid' => '0',
19882   'link_path' => 'taxonomy/term/%',
19883   'router_path' => 'taxonomy/term/%',
19884   'link_title' => 'Taxonomy term',
19885   'options' => 'a:0:{}',
19886   'module' => 'system',
19887   'hidden' => '0',
19888   'external' => '0',
19889   'has_children' => '0',
19890   'expanded' => '0',
19891   'weight' => '0',
19892   'depth' => '1',
19893   'customized' => '0',
19894   'p1' => '176',
19895   'p2' => '0',
19896   'p3' => '0',
19897   'p4' => '0',
19898   'p5' => '0',
19899   'p6' => '0',
19900   'p7' => '0',
19901   'p8' => '0',
19902   'p9' => '0',
19903   'updated' => '0',
19904 ))
19905 ->values(array(
19906   'menu_name' => 'navigation',
19907   'mlid' => '177',
19908   'plid' => '173',
19909   'link_path' => 'search/node/%',
19910   'router_path' => 'search/node/%',
19911   'link_title' => 'Content',
19912   'options' => 'a:0:{}',
19913   'module' => 'system',
19914   'hidden' => '-1',
19915   'external' => '0',
19916   'has_children' => '0',
19917   'expanded' => '0',
19918   'weight' => '0',
19919   'depth' => '3',
19920   'customized' => '0',
19921   'p1' => '172',
19922   'p2' => '173',
19923   'p3' => '177',
19924   'p4' => '0',
19925   'p5' => '0',
19926   'p6' => '0',
19927   'p7' => '0',
19928   'p8' => '0',
19929   'p9' => '0',
19930   'updated' => '0',
19931 ))
19932 ->values(array(
19933   'menu_name' => 'management',
19934   'mlid' => '178',
19935   'plid' => '18',
19936   'link_path' => 'admin/reports/fields',
19937   'router_path' => 'admin/reports/fields',
19938   'link_title' => 'Field list',
19939   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Overview of fields on all entity types.";}}',
19940   'module' => 'system',
19941   'hidden' => '0',
19942   'external' => '0',
19943   'has_children' => '0',
19944   'expanded' => '0',
19945   'weight' => '0',
19946   'depth' => '3',
19947   'customized' => '0',
19948   'p1' => '1',
19949   'p2' => '18',
19950   'p3' => '178',
19951   'p4' => '0',
19952   'p5' => '0',
19953   'p6' => '0',
19954   'p7' => '0',
19955   'p8' => '0',
19956   'p9' => '0',
19957   'updated' => '0',
19958 ))
19959 ->values(array(
19960   'menu_name' => 'navigation',
19961   'mlid' => '179',
19962   'plid' => '16',
19963   'link_path' => 'user/%/shortcuts',
19964   'router_path' => 'user/%/shortcuts',
19965   'link_title' => 'Shortcuts',
19966   'options' => 'a:0:{}',
19967   'module' => 'system',
19968   'hidden' => '-1',
19969   'external' => '0',
19970   'has_children' => '0',
19971   'expanded' => '0',
19972   'weight' => '0',
19973   'depth' => '2',
19974   'customized' => '0',
19975   'p1' => '16',
19976   'p2' => '179',
19977   'p3' => '0',
19978   'p4' => '0',
19979   'p5' => '0',
19980   'p6' => '0',
19981   'p7' => '0',
19982   'p8' => '0',
19983   'p9' => '0',
19984   'updated' => '0',
19985 ))
19986 ->values(array(
19987   'menu_name' => 'management',
19988   'mlid' => '180',
19989   'plid' => '20',
19990   'link_path' => 'admin/structure/taxonomy',
19991   'router_path' => 'admin/structure/taxonomy',
19992   'link_title' => 'Taxonomy',
19993   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Manage tagging, categorization, and classification of your content.";}}',
19994   'module' => 'system',
19995   'hidden' => '0',
19996   'external' => '0',
19997   'has_children' => '1',
19998   'expanded' => '0',
19999   'weight' => '0',
20000   'depth' => '3',
20001   'customized' => '0',
20002   'p1' => '1',
20003   'p2' => '20',
20004   'p3' => '180',
20005   'p4' => '0',
20006   'p5' => '0',
20007   'p6' => '0',
20008   'p7' => '0',
20009   'p8' => '0',
20010   'p9' => '0',
20011   'updated' => '0',
20012 ))
20013 ->values(array(
20014   'menu_name' => 'management',
20015   'mlid' => '181',
20016   'plid' => '18',
20017   'link_path' => 'admin/reports/search',
20018   'router_path' => 'admin/reports/search',
20019   'link_title' => 'Top search phrases',
20020   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"View most popular search phrases.";}}',
20021   'module' => 'system',
20022   'hidden' => '0',
20023   'external' => '0',
20024   'has_children' => '0',
20025   'expanded' => '0',
20026   'weight' => '0',
20027   'depth' => '3',
20028   'customized' => '0',
20029   'p1' => '1',
20030   'p2' => '18',
20031   'p3' => '181',
20032   'p4' => '0',
20033   'p5' => '0',
20034   'p6' => '0',
20035   'p7' => '0',
20036   'p8' => '0',
20037   'p9' => '0',
20038   'updated' => '0',
20039 ))
20040 ->values(array(
20041   'menu_name' => 'navigation',
20042   'mlid' => '182',
20043   'plid' => '174',
20044   'link_path' => 'search/user/%',
20045   'router_path' => 'search/user/%',
20046   'link_title' => 'Users',
20047   'options' => 'a:0:{}',
20048   'module' => 'system',
20049   'hidden' => '-1',
20050   'external' => '0',
20051   'has_children' => '0',
20052   'expanded' => '0',
20053   'weight' => '0',
20054   'depth' => '3',
20055   'customized' => '0',
20056   'p1' => '172',
20057   'p2' => '174',
20058   'p3' => '182',
20059   'p4' => '0',
20060   'p5' => '0',
20061   'p6' => '0',
20062   'p7' => '0',
20063   'p8' => '0',
20064   'p9' => '0',
20065   'updated' => '0',
20066 ))
20067 ->values(array(
20068   'menu_name' => 'management',
20069   'mlid' => '183',
20070   'plid' => '175',
20071   'link_path' => 'admin/help/block',
20072   'router_path' => 'admin/help/block',
20073   'link_title' => 'block',
20074   'options' => 'a:0:{}',
20075   'module' => 'system',
20076   'hidden' => '-1',
20077   'external' => '0',
20078   'has_children' => '0',
20079   'expanded' => '0',
20080   'weight' => '0',
20081   'depth' => '3',
20082   'customized' => '0',
20083   'p1' => '1',
20084   'p2' => '175',
20085   'p3' => '183',
20086   'p4' => '0',
20087   'p5' => '0',
20088   'p6' => '0',
20089   'p7' => '0',
20090   'p8' => '0',
20091   'p9' => '0',
20092   'updated' => '0',
20093 ))
20094 ->values(array(
20095   'menu_name' => 'management',
20096   'mlid' => '184',
20097   'plid' => '175',
20098   'link_path' => 'admin/help/color',
20099   'router_path' => 'admin/help/color',
20100   'link_title' => 'color',
20101   'options' => 'a:0:{}',
20102   'module' => 'system',
20103   'hidden' => '-1',
20104   'external' => '0',
20105   'has_children' => '0',
20106   'expanded' => '0',
20107   'weight' => '0',
20108   'depth' => '3',
20109   'customized' => '0',
20110   'p1' => '1',
20111   'p2' => '175',
20112   'p3' => '184',
20113   'p4' => '0',
20114   'p5' => '0',
20115   'p6' => '0',
20116   'p7' => '0',
20117   'p8' => '0',
20118   'p9' => '0',
20119   'updated' => '0',
20120 ))
20121 ->values(array(
20122   'menu_name' => 'management',
20123   'mlid' => '185',
20124   'plid' => '175',
20125   'link_path' => 'admin/help/comment',
20126   'router_path' => 'admin/help/comment',
20127   'link_title' => 'comment',
20128   'options' => 'a:0:{}',
20129   'module' => 'system',
20130   'hidden' => '-1',
20131   'external' => '0',
20132   'has_children' => '0',
20133   'expanded' => '0',
20134   'weight' => '0',
20135   'depth' => '3',
20136   'customized' => '0',
20137   'p1' => '1',
20138   'p2' => '175',
20139   'p3' => '185',
20140   'p4' => '0',
20141   'p5' => '0',
20142   'p6' => '0',
20143   'p7' => '0',
20144   'p8' => '0',
20145   'p9' => '0',
20146   'updated' => '0',
20147 ))
20148 ->values(array(
20149   'menu_name' => 'management',
20150   'mlid' => '186',
20151   'plid' => '175',
20152   'link_path' => 'admin/help/contextual',
20153   'router_path' => 'admin/help/contextual',
20154   'link_title' => 'contextual',
20155   'options' => 'a:0:{}',
20156   'module' => 'system',
20157   'hidden' => '-1',
20158   'external' => '0',
20159   'has_children' => '0',
20160   'expanded' => '0',
20161   'weight' => '0',
20162   'depth' => '3',
20163   'customized' => '0',
20164   'p1' => '1',
20165   'p2' => '175',
20166   'p3' => '186',
20167   'p4' => '0',
20168   'p5' => '0',
20169   'p6' => '0',
20170   'p7' => '0',
20171   'p8' => '0',
20172   'p9' => '0',
20173   'updated' => '0',
20174 ))
20175 ->values(array(
20176   'menu_name' => 'management',
20177   'mlid' => '188',
20178   'plid' => '175',
20179   'link_path' => 'admin/help/dblog',
20180   'router_path' => 'admin/help/dblog',
20181   'link_title' => 'dblog',
20182   'options' => 'a:0:{}',
20183   'module' => 'system',
20184   'hidden' => '-1',
20185   'external' => '0',
20186   'has_children' => '0',
20187   'expanded' => '0',
20188   'weight' => '0',
20189   'depth' => '3',
20190   'customized' => '0',
20191   'p1' => '1',
20192   'p2' => '175',
20193   'p3' => '188',
20194   'p4' => '0',
20195   'p5' => '0',
20196   'p6' => '0',
20197   'p7' => '0',
20198   'p8' => '0',
20199   'p9' => '0',
20200   'updated' => '0',
20201 ))
20202 ->values(array(
20203   'menu_name' => 'management',
20204   'mlid' => '189',
20205   'plid' => '175',
20206   'link_path' => 'admin/help/field',
20207   'router_path' => 'admin/help/field',
20208   'link_title' => 'field',
20209   'options' => 'a:0:{}',
20210   'module' => 'system',
20211   'hidden' => '-1',
20212   'external' => '0',
20213   'has_children' => '0',
20214   'expanded' => '0',
20215   'weight' => '0',
20216   'depth' => '3',
20217   'customized' => '0',
20218   'p1' => '1',
20219   'p2' => '175',
20220   'p3' => '189',
20221   'p4' => '0',
20222   'p5' => '0',
20223   'p6' => '0',
20224   'p7' => '0',
20225   'p8' => '0',
20226   'p9' => '0',
20227   'updated' => '0',
20228 ))
20229 ->values(array(
20230   'menu_name' => 'management',
20231   'mlid' => '190',
20232   'plid' => '175',
20233   'link_path' => 'admin/help/field_sql_storage',
20234   'router_path' => 'admin/help/field_sql_storage',
20235   'link_title' => 'field_sql_storage',
20236   'options' => 'a:0:{}',
20237   'module' => 'system',
20238   'hidden' => '-1',
20239   'external' => '0',
20240   'has_children' => '0',
20241   'expanded' => '0',
20242   'weight' => '0',
20243   'depth' => '3',
20244   'customized' => '0',
20245   'p1' => '1',
20246   'p2' => '175',
20247   'p3' => '190',
20248   'p4' => '0',
20249   'p5' => '0',
20250   'p6' => '0',
20251   'p7' => '0',
20252   'p8' => '0',
20253   'p9' => '0',
20254   'updated' => '0',
20255 ))
20256 ->values(array(
20257   'menu_name' => 'management',
20258   'mlid' => '191',
20259   'plid' => '175',
20260   'link_path' => 'admin/help/field_ui',
20261   'router_path' => 'admin/help/field_ui',
20262   'link_title' => 'field_ui',
20263   'options' => 'a:0:{}',
20264   'module' => 'system',
20265   'hidden' => '-1',
20266   'external' => '0',
20267   'has_children' => '0',
20268   'expanded' => '0',
20269   'weight' => '0',
20270   'depth' => '3',
20271   'customized' => '0',
20272   'p1' => '1',
20273   'p2' => '175',
20274   'p3' => '191',
20275   'p4' => '0',
20276   'p5' => '0',
20277   'p6' => '0',
20278   'p7' => '0',
20279   'p8' => '0',
20280   'p9' => '0',
20281   'updated' => '0',
20282 ))
20283 ->values(array(
20284   'menu_name' => 'management',
20285   'mlid' => '192',
20286   'plid' => '175',
20287   'link_path' => 'admin/help/file',
20288   'router_path' => 'admin/help/file',
20289   'link_title' => 'file',
20290   'options' => 'a:0:{}',
20291   'module' => 'system',
20292   'hidden' => '-1',
20293   'external' => '0',
20294   'has_children' => '0',
20295   'expanded' => '0',
20296   'weight' => '0',
20297   'depth' => '3',
20298   'customized' => '0',
20299   'p1' => '1',
20300   'p2' => '175',
20301   'p3' => '192',
20302   'p4' => '0',
20303   'p5' => '0',
20304   'p6' => '0',
20305   'p7' => '0',
20306   'p8' => '0',
20307   'p9' => '0',
20308   'updated' => '0',
20309 ))
20310 ->values(array(
20311   'menu_name' => 'management',
20312   'mlid' => '193',
20313   'plid' => '175',
20314   'link_path' => 'admin/help/filter',
20315   'router_path' => 'admin/help/filter',
20316   'link_title' => 'filter',
20317   'options' => 'a:0:{}',
20318   'module' => 'system',
20319   'hidden' => '-1',
20320   'external' => '0',
20321   'has_children' => '0',
20322   'expanded' => '0',
20323   'weight' => '0',
20324   'depth' => '3',
20325   'customized' => '0',
20326   'p1' => '1',
20327   'p2' => '175',
20328   'p3' => '193',
20329   'p4' => '0',
20330   'p5' => '0',
20331   'p6' => '0',
20332   'p7' => '0',
20333   'p8' => '0',
20334   'p9' => '0',
20335   'updated' => '0',
20336 ))
20337 ->values(array(
20338   'menu_name' => 'management',
20339   'mlid' => '194',
20340   'plid' => '175',
20341   'link_path' => 'admin/help/help',
20342   'router_path' => 'admin/help/help',
20343   'link_title' => 'help',
20344   'options' => 'a:0:{}',
20345   'module' => 'system',
20346   'hidden' => '-1',
20347   'external' => '0',
20348   'has_children' => '0',
20349   'expanded' => '0',
20350   'weight' => '0',
20351   'depth' => '3',
20352   'customized' => '0',
20353   'p1' => '1',
20354   'p2' => '175',
20355   'p3' => '194',
20356   'p4' => '0',
20357   'p5' => '0',
20358   'p6' => '0',
20359   'p7' => '0',
20360   'p8' => '0',
20361   'p9' => '0',
20362   'updated' => '0',
20363 ))
20364 ->values(array(
20365   'menu_name' => 'management',
20366   'mlid' => '195',
20367   'plid' => '175',
20368   'link_path' => 'admin/help/image',
20369   'router_path' => 'admin/help/image',
20370   'link_title' => 'image',
20371   'options' => 'a:0:{}',
20372   'module' => 'system',
20373   'hidden' => '-1',
20374   'external' => '0',
20375   'has_children' => '0',
20376   'expanded' => '0',
20377   'weight' => '0',
20378   'depth' => '3',
20379   'customized' => '0',
20380   'p1' => '1',
20381   'p2' => '175',
20382   'p3' => '195',
20383   'p4' => '0',
20384   'p5' => '0',
20385   'p6' => '0',
20386   'p7' => '0',
20387   'p8' => '0',
20388   'p9' => '0',
20389   'updated' => '0',
20390 ))
20391 ->values(array(
20392   'menu_name' => 'management',
20393   'mlid' => '196',
20394   'plid' => '175',
20395   'link_path' => 'admin/help/list',
20396   'router_path' => 'admin/help/list',
20397   'link_title' => 'list',
20398   'options' => 'a:0:{}',
20399   'module' => 'system',
20400   'hidden' => '-1',
20401   'external' => '0',
20402   'has_children' => '0',
20403   'expanded' => '0',
20404   'weight' => '0',
20405   'depth' => '3',
20406   'customized' => '0',
20407   'p1' => '1',
20408   'p2' => '175',
20409   'p3' => '196',
20410   'p4' => '0',
20411   'p5' => '0',
20412   'p6' => '0',
20413   'p7' => '0',
20414   'p8' => '0',
20415   'p9' => '0',
20416   'updated' => '0',
20417 ))
20418 ->values(array(
20419   'menu_name' => 'management',
20420   'mlid' => '197',
20421   'plid' => '175',
20422   'link_path' => 'admin/help/menu',
20423   'router_path' => 'admin/help/menu',
20424   'link_title' => 'menu',
20425   'options' => 'a:0:{}',
20426   'module' => 'system',
20427   'hidden' => '-1',
20428   'external' => '0',
20429   'has_children' => '0',
20430   'expanded' => '0',
20431   'weight' => '0',
20432   'depth' => '3',
20433   'customized' => '0',
20434   'p1' => '1',
20435   'p2' => '175',
20436   'p3' => '197',
20437   'p4' => '0',
20438   'p5' => '0',
20439   'p6' => '0',
20440   'p7' => '0',
20441   'p8' => '0',
20442   'p9' => '0',
20443   'updated' => '0',
20444 ))
20445 ->values(array(
20446   'menu_name' => 'management',
20447   'mlid' => '198',
20448   'plid' => '175',
20449   'link_path' => 'admin/help/node',
20450   'router_path' => 'admin/help/node',
20451   'link_title' => 'node',
20452   'options' => 'a:0:{}',
20453   'module' => 'system',
20454   'hidden' => '-1',
20455   'external' => '0',
20456   'has_children' => '0',
20457   'expanded' => '0',
20458   'weight' => '0',
20459   'depth' => '3',
20460   'customized' => '0',
20461   'p1' => '1',
20462   'p2' => '175',
20463   'p3' => '198',
20464   'p4' => '0',
20465   'p5' => '0',
20466   'p6' => '0',
20467   'p7' => '0',
20468   'p8' => '0',
20469   'p9' => '0',
20470   'updated' => '0',
20471 ))
20472 ->values(array(
20473   'menu_name' => 'management',
20474   'mlid' => '199',
20475   'plid' => '175',
20476   'link_path' => 'admin/help/number',
20477   'router_path' => 'admin/help/number',
20478   'link_title' => 'number',
20479   'options' => 'a:0:{}',
20480   'module' => 'system',
20481   'hidden' => '-1',
20482   'external' => '0',
20483   'has_children' => '0',
20484   'expanded' => '0',
20485   'weight' => '0',
20486   'depth' => '3',
20487   'customized' => '0',
20488   'p1' => '1',
20489   'p2' => '175',
20490   'p3' => '199',
20491   'p4' => '0',
20492   'p5' => '0',
20493   'p6' => '0',
20494   'p7' => '0',
20495   'p8' => '0',
20496   'p9' => '0',
20497   'updated' => '0',
20498 ))
20499 ->values(array(
20500   'menu_name' => 'management',
20501   'mlid' => '200',
20502   'plid' => '175',
20503   'link_path' => 'admin/help/options',
20504   'router_path' => 'admin/help/options',
20505   'link_title' => 'options',
20506   'options' => 'a:0:{}',
20507   'module' => 'system',
20508   'hidden' => '-1',
20509   'external' => '0',
20510   'has_children' => '0',
20511   'expanded' => '0',
20512   'weight' => '0',
20513   'depth' => '3',
20514   'customized' => '0',
20515   'p1' => '1',
20516   'p2' => '175',
20517   'p3' => '200',
20518   'p4' => '0',
20519   'p5' => '0',
20520   'p6' => '0',
20521   'p7' => '0',
20522   'p8' => '0',
20523   'p9' => '0',
20524   'updated' => '0',
20525 ))
20526 ->values(array(
20527   'menu_name' => 'management',
20528   'mlid' => '202',
20529   'plid' => '175',
20530   'link_path' => 'admin/help/path',
20531   'router_path' => 'admin/help/path',
20532   'link_title' => 'path',
20533   'options' => 'a:0:{}',
20534   'module' => 'system',
20535   'hidden' => '-1',
20536   'external' => '0',
20537   'has_children' => '0',
20538   'expanded' => '0',
20539   'weight' => '0',
20540   'depth' => '3',
20541   'customized' => '0',
20542   'p1' => '1',
20543   'p2' => '175',
20544   'p3' => '202',
20545   'p4' => '0',
20546   'p5' => '0',
20547   'p6' => '0',
20548   'p7' => '0',
20549   'p8' => '0',
20550   'p9' => '0',
20551   'updated' => '0',
20552 ))
20553 ->values(array(
20554   'menu_name' => 'management',
20555   'mlid' => '203',
20556   'plid' => '175',
20557   'link_path' => 'admin/help/rdf',
20558   'router_path' => 'admin/help/rdf',
20559   'link_title' => 'rdf',
20560   'options' => 'a:0:{}',
20561   'module' => 'system',
20562   'hidden' => '-1',
20563   'external' => '0',
20564   'has_children' => '0',
20565   'expanded' => '0',
20566   'weight' => '0',
20567   'depth' => '3',
20568   'customized' => '0',
20569   'p1' => '1',
20570   'p2' => '175',
20571   'p3' => '203',
20572   'p4' => '0',
20573   'p5' => '0',
20574   'p6' => '0',
20575   'p7' => '0',
20576   'p8' => '0',
20577   'p9' => '0',
20578   'updated' => '0',
20579 ))
20580 ->values(array(
20581   'menu_name' => 'management',
20582   'mlid' => '204',
20583   'plid' => '175',
20584   'link_path' => 'admin/help/search',
20585   'router_path' => 'admin/help/search',
20586   'link_title' => 'search',
20587   'options' => 'a:0:{}',
20588   'module' => 'system',
20589   'hidden' => '-1',
20590   'external' => '0',
20591   'has_children' => '0',
20592   'expanded' => '0',
20593   'weight' => '0',
20594   'depth' => '3',
20595   'customized' => '0',
20596   'p1' => '1',
20597   'p2' => '175',
20598   'p3' => '204',
20599   'p4' => '0',
20600   'p5' => '0',
20601   'p6' => '0',
20602   'p7' => '0',
20603   'p8' => '0',
20604   'p9' => '0',
20605   'updated' => '0',
20606 ))
20607 ->values(array(
20608   'menu_name' => 'management',
20609   'mlid' => '205',
20610   'plid' => '175',
20611   'link_path' => 'admin/help/shortcut',
20612   'router_path' => 'admin/help/shortcut',
20613   'link_title' => 'shortcut',
20614   'options' => 'a:0:{}',
20615   'module' => 'system',
20616   'hidden' => '-1',
20617   'external' => '0',
20618   'has_children' => '0',
20619   'expanded' => '0',
20620   'weight' => '0',
20621   'depth' => '3',
20622   'customized' => '0',
20623   'p1' => '1',
20624   'p2' => '175',
20625   'p3' => '205',
20626   'p4' => '0',
20627   'p5' => '0',
20628   'p6' => '0',
20629   'p7' => '0',
20630   'p8' => '0',
20631   'p9' => '0',
20632   'updated' => '0',
20633 ))
20634 ->values(array(
20635   'menu_name' => 'management',
20636   'mlid' => '206',
20637   'plid' => '175',
20638   'link_path' => 'admin/help/system',
20639   'router_path' => 'admin/help/system',
20640   'link_title' => 'system',
20641   'options' => 'a:0:{}',
20642   'module' => 'system',
20643   'hidden' => '-1',
20644   'external' => '0',
20645   'has_children' => '0',
20646   'expanded' => '0',
20647   'weight' => '0',
20648   'depth' => '3',
20649   'customized' => '0',
20650   'p1' => '1',
20651   'p2' => '175',
20652   'p3' => '206',
20653   'p4' => '0',
20654   'p5' => '0',
20655   'p6' => '0',
20656   'p7' => '0',
20657   'p8' => '0',
20658   'p9' => '0',
20659   'updated' => '0',
20660 ))
20661 ->values(array(
20662   'menu_name' => 'management',
20663   'mlid' => '207',
20664   'plid' => '175',
20665   'link_path' => 'admin/help/taxonomy',
20666   'router_path' => 'admin/help/taxonomy',
20667   'link_title' => 'taxonomy',
20668   'options' => 'a:0:{}',
20669   'module' => 'system',
20670   'hidden' => '-1',
20671   'external' => '0',
20672   'has_children' => '0',
20673   'expanded' => '0',
20674   'weight' => '0',
20675   'depth' => '3',
20676   'customized' => '0',
20677   'p1' => '1',
20678   'p2' => '175',
20679   'p3' => '207',
20680   'p4' => '0',
20681   'p5' => '0',
20682   'p6' => '0',
20683   'p7' => '0',
20684   'p8' => '0',
20685   'p9' => '0',
20686   'updated' => '0',
20687 ))
20688 ->values(array(
20689   'menu_name' => 'management',
20690   'mlid' => '208',
20691   'plid' => '175',
20692   'link_path' => 'admin/help/text',
20693   'router_path' => 'admin/help/text',
20694   'link_title' => 'text',
20695   'options' => 'a:0:{}',
20696   'module' => 'system',
20697   'hidden' => '-1',
20698   'external' => '0',
20699   'has_children' => '0',
20700   'expanded' => '0',
20701   'weight' => '0',
20702   'depth' => '3',
20703   'customized' => '0',
20704   'p1' => '1',
20705   'p2' => '175',
20706   'p3' => '208',
20707   'p4' => '0',
20708   'p5' => '0',
20709   'p6' => '0',
20710   'p7' => '0',
20711   'p8' => '0',
20712   'p9' => '0',
20713   'updated' => '0',
20714 ))
20715 ->values(array(
20716   'menu_name' => 'management',
20717   'mlid' => '209',
20718   'plid' => '175',
20719   'link_path' => 'admin/help/user',
20720   'router_path' => 'admin/help/user',
20721   'link_title' => 'user',
20722   'options' => 'a:0:{}',
20723   'module' => 'system',
20724   'hidden' => '-1',
20725   'external' => '0',
20726   'has_children' => '0',
20727   'expanded' => '0',
20728   'weight' => '0',
20729   'depth' => '3',
20730   'customized' => '0',
20731   'p1' => '1',
20732   'p2' => '175',
20733   'p3' => '209',
20734   'p4' => '0',
20735   'p5' => '0',
20736   'p6' => '0',
20737   'p7' => '0',
20738   'p8' => '0',
20739   'p9' => '0',
20740   'updated' => '0',
20741 ))
20742 ->values(array(
20743   'menu_name' => 'navigation',
20744   'mlid' => '210',
20745   'plid' => '176',
20746   'link_path' => 'taxonomy/term/%/edit',
20747   'router_path' => 'taxonomy/term/%/edit',
20748   'link_title' => 'Edit',
20749   'options' => 'a:0:{}',
20750   'module' => 'system',
20751   'hidden' => '-1',
20752   'external' => '0',
20753   'has_children' => '0',
20754   'expanded' => '0',
20755   'weight' => '10',
20756   'depth' => '2',
20757   'customized' => '0',
20758   'p1' => '176',
20759   'p2' => '210',
20760   'p3' => '0',
20761   'p4' => '0',
20762   'p5' => '0',
20763   'p6' => '0',
20764   'p7' => '0',
20765   'p8' => '0',
20766   'p9' => '0',
20767   'updated' => '0',
20768 ))
20769 ->values(array(
20770   'menu_name' => 'navigation',
20771   'mlid' => '211',
20772   'plid' => '176',
20773   'link_path' => 'taxonomy/term/%/view',
20774   'router_path' => 'taxonomy/term/%/view',
20775   'link_title' => 'View',
20776   'options' => 'a:0:{}',
20777   'module' => 'system',
20778   'hidden' => '-1',
20779   'external' => '0',
20780   'has_children' => '0',
20781   'expanded' => '0',
20782   'weight' => '0',
20783   'depth' => '2',
20784   'customized' => '0',
20785   'p1' => '176',
20786   'p2' => '211',
20787   'p3' => '0',
20788   'p4' => '0',
20789   'p5' => '0',
20790   'p6' => '0',
20791   'p7' => '0',
20792   'p8' => '0',
20793   'p9' => '0',
20794   'updated' => '0',
20795 ))
20796 ->values(array(
20797   'menu_name' => 'management',
20798   'mlid' => '212',
20799   'plid' => '180',
20800   'link_path' => 'admin/structure/taxonomy/%',
20801   'router_path' => 'admin/structure/taxonomy/%',
20802   'link_title' => '',
20803   'options' => 'a:0:{}',
20804   'module' => 'system',
20805   'hidden' => '0',
20806   'external' => '0',
20807   'has_children' => '0',
20808   'expanded' => '0',
20809   'weight' => '0',
20810   'depth' => '4',
20811   'customized' => '0',
20812   'p1' => '1',
20813   'p2' => '20',
20814   'p3' => '180',
20815   'p4' => '212',
20816   'p5' => '0',
20817   'p6' => '0',
20818   'p7' => '0',
20819   'p8' => '0',
20820   'p9' => '0',
20821   'updated' => '0',
20822 ))
20823 ->values(array(
20824   'menu_name' => 'management',
20825   'mlid' => '213',
20826   'plid' => '180',
20827   'link_path' => 'admin/structure/taxonomy/add',
20828   'router_path' => 'admin/structure/taxonomy/add',
20829   'link_title' => 'Add vocabulary',
20830   'options' => 'a:0:{}',
20831   'module' => 'system',
20832   'hidden' => '-1',
20833   'external' => '0',
20834   'has_children' => '0',
20835   'expanded' => '0',
20836   'weight' => '0',
20837   'depth' => '4',
20838   'customized' => '0',
20839   'p1' => '1',
20840   'p2' => '20',
20841   'p3' => '180',
20842   'p4' => '213',
20843   'p5' => '0',
20844   'p6' => '0',
20845   'p7' => '0',
20846   'p8' => '0',
20847   'p9' => '0',
20848   'updated' => '0',
20849 ))
20850 ->values(array(
20851   'menu_name' => 'management',
20852   'mlid' => '214',
20853   'plid' => '43',
20854   'link_path' => 'admin/config/media/image-styles',
20855   'router_path' => 'admin/config/media/image-styles',
20856   'link_title' => 'Image styles',
20857   '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.";}}',
20858   'module' => 'system',
20859   'hidden' => '0',
20860   'external' => '0',
20861   'has_children' => '1',
20862   'expanded' => '0',
20863   'weight' => '0',
20864   'depth' => '4',
20865   'customized' => '0',
20866   'p1' => '1',
20867   'p2' => '8',
20868   'p3' => '43',
20869   'p4' => '214',
20870   'p5' => '0',
20871   'p6' => '0',
20872   'p7' => '0',
20873   'p8' => '0',
20874   'p9' => '0',
20875   'updated' => '0',
20876 ))
20877 ->values(array(
20878   'menu_name' => 'management',
20879   'mlid' => '215',
20880   'plid' => '180',
20881   'link_path' => 'admin/structure/taxonomy/list',
20882   'router_path' => 'admin/structure/taxonomy/list',
20883   'link_title' => 'List',
20884   'options' => 'a:0:{}',
20885   'module' => 'system',
20886   'hidden' => '-1',
20887   'external' => '0',
20888   'has_children' => '0',
20889   'expanded' => '0',
20890   'weight' => '-10',
20891   'depth' => '4',
20892   'customized' => '0',
20893   'p1' => '1',
20894   'p2' => '20',
20895   'p3' => '180',
20896   'p4' => '215',
20897   'p5' => '0',
20898   'p6' => '0',
20899   'p7' => '0',
20900   'p8' => '0',
20901   'p9' => '0',
20902   'updated' => '0',
20903 ))
20904 ->values(array(
20905   'menu_name' => 'management',
20906   'mlid' => '216',
20907   'plid' => '50',
20908   'link_path' => 'admin/config/search/settings',
20909   'router_path' => 'admin/config/search/settings',
20910   'link_title' => 'Search settings',
20911   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Configure relevance settings for search and other indexing options.";}}',
20912   'module' => 'system',
20913   'hidden' => '0',
20914   'external' => '0',
20915   'has_children' => '0',
20916   'expanded' => '0',
20917   'weight' => '-10',
20918   'depth' => '4',
20919   'customized' => '0',
20920   'p1' => '1',
20921   'p2' => '8',
20922   'p3' => '50',
20923   'p4' => '216',
20924   'p5' => '0',
20925   'p6' => '0',
20926   'p7' => '0',
20927   'p8' => '0',
20928   'p9' => '0',
20929   'updated' => '0',
20930 ))
20931 ->values(array(
20932   'menu_name' => 'management',
20933   'mlid' => '217',
20934   'plid' => '57',
20935   'link_path' => 'admin/config/user-interface/shortcut',
20936   'router_path' => 'admin/config/user-interface/shortcut',
20937   'link_title' => 'Shortcuts',
20938   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:29:"Add and modify shortcut sets.";}}',
20939   'module' => 'system',
20940   'hidden' => '0',
20941   'external' => '0',
20942   'has_children' => '1',
20943   'expanded' => '0',
20944   'weight' => '0',
20945   'depth' => '4',
20946   'customized' => '0',
20947   'p1' => '1',
20948   'p2' => '8',
20949   'p3' => '57',
20950   'p4' => '217',
20951   'p5' => '0',
20952   'p6' => '0',
20953   'p7' => '0',
20954   'p8' => '0',
20955   'p9' => '0',
20956   'updated' => '0',
20957 ))
20958 ->values(array(
20959   'menu_name' => 'management',
20960   'mlid' => '218',
20961   'plid' => '50',
20962   'link_path' => 'admin/config/search/path',
20963   'router_path' => 'admin/config/search/path',
20964   'link_title' => 'URL aliases',
20965   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:46:\"Change your site's URL paths by aliasing them.\";}}",
20966   'module' => 'system',
20967   'hidden' => '0',
20968   'external' => '0',
20969   'has_children' => '1',
20970   'expanded' => '0',
20971   'weight' => '-5',
20972   'depth' => '4',
20973   'customized' => '0',
20974   'p1' => '1',
20975   'p2' => '8',
20976   'p3' => '50',
20977   'p4' => '218',
20978   'p5' => '0',
20979   'p6' => '0',
20980   'p7' => '0',
20981   'p8' => '0',
20982   'p9' => '0',
20983   'updated' => '0',
20984 ))
20985 ->values(array(
20986   'menu_name' => 'management',
20987   'mlid' => '219',
20988   'plid' => '218',
20989   'link_path' => 'admin/config/search/path/add',
20990   'router_path' => 'admin/config/search/path/add',
20991   'link_title' => 'Add alias',
20992   'options' => 'a:0:{}',
20993   'module' => 'system',
20994   'hidden' => '-1',
20995   'external' => '0',
20996   'has_children' => '0',
20997   'expanded' => '0',
20998   'weight' => '0',
20999   'depth' => '5',
21000   'customized' => '0',
21001   'p1' => '1',
21002   'p2' => '8',
21003   'p3' => '50',
21004   'p4' => '218',
21005   'p5' => '219',
21006   'p6' => '0',
21007   'p7' => '0',
21008   'p8' => '0',
21009   'p9' => '0',
21010   'updated' => '0',
21011 ))
21012 ->values(array(
21013   'menu_name' => 'management',
21014   'mlid' => '220',
21015   'plid' => '217',
21016   'link_path' => 'admin/config/user-interface/shortcut/add-set',
21017   'router_path' => 'admin/config/user-interface/shortcut/add-set',
21018   'link_title' => 'Add shortcut set',
21019   'options' => 'a:0:{}',
21020   'module' => 'system',
21021   'hidden' => '-1',
21022   'external' => '0',
21023   'has_children' => '0',
21024   'expanded' => '0',
21025   'weight' => '0',
21026   'depth' => '5',
21027   'customized' => '0',
21028   'p1' => '1',
21029   'p2' => '8',
21030   'p3' => '57',
21031   'p4' => '217',
21032   'p5' => '220',
21033   'p6' => '0',
21034   'p7' => '0',
21035   'p8' => '0',
21036   'p9' => '0',
21037   'updated' => '0',
21038 ))
21039 ->values(array(
21040   'menu_name' => 'management',
21041   'mlid' => '221',
21042   'plid' => '214',
21043   'link_path' => 'admin/config/media/image-styles/add',
21044   'router_path' => 'admin/config/media/image-styles/add',
21045   'link_title' => 'Add style',
21046   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Add a new image style.";}}',
21047   'module' => 'system',
21048   'hidden' => '-1',
21049   'external' => '0',
21050   'has_children' => '0',
21051   'expanded' => '0',
21052   'weight' => '2',
21053   'depth' => '5',
21054   'customized' => '0',
21055   'p1' => '1',
21056   'p2' => '8',
21057   'p3' => '43',
21058   'p4' => '214',
21059   'p5' => '221',
21060   'p6' => '0',
21061   'p7' => '0',
21062   'p8' => '0',
21063   'p9' => '0',
21064   'updated' => '0',
21065 ))
21066 ->values(array(
21067   'menu_name' => 'management',
21068   'mlid' => '222',
21069   'plid' => '212',
21070   'link_path' => 'admin/structure/taxonomy/%/add',
21071   'router_path' => 'admin/structure/taxonomy/%/add',
21072   'link_title' => 'Add term',
21073   'options' => 'a:0:{}',
21074   'module' => 'system',
21075   'hidden' => '-1',
21076   'external' => '0',
21077   'has_children' => '0',
21078   'expanded' => '0',
21079   'weight' => '0',
21080   'depth' => '5',
21081   'customized' => '0',
21082   'p1' => '1',
21083   'p2' => '20',
21084   'p3' => '180',
21085   'p4' => '212',
21086   'p5' => '222',
21087   'p6' => '0',
21088   'p7' => '0',
21089   'p8' => '0',
21090   'p9' => '0',
21091   'updated' => '0',
21092 ))
21093 ->values(array(
21094   'menu_name' => 'management',
21095   'mlid' => '223',
21096   'plid' => '216',
21097   'link_path' => 'admin/config/search/settings/reindex',
21098   'router_path' => 'admin/config/search/settings/reindex',
21099   'link_title' => 'Clear index',
21100   'options' => 'a:0:{}',
21101   'module' => 'system',
21102   'hidden' => '-1',
21103   'external' => '0',
21104   'has_children' => '0',
21105   'expanded' => '0',
21106   'weight' => '0',
21107   'depth' => '5',
21108   'customized' => '0',
21109   'p1' => '1',
21110   'p2' => '8',
21111   'p3' => '50',
21112   'p4' => '216',
21113   'p5' => '223',
21114   'p6' => '0',
21115   'p7' => '0',
21116   'p8' => '0',
21117   'p9' => '0',
21118   'updated' => '0',
21119 ))
21120 ->values(array(
21121   'menu_name' => 'management',
21122   'mlid' => '224',
21123   'plid' => '212',
21124   'link_path' => 'admin/structure/taxonomy/%/edit',
21125   'router_path' => 'admin/structure/taxonomy/%/edit',
21126   'link_title' => 'Edit',
21127   'options' => 'a:0:{}',
21128   'module' => 'system',
21129   'hidden' => '-1',
21130   'external' => '0',
21131   'has_children' => '0',
21132   'expanded' => '0',
21133   'weight' => '-10',
21134   'depth' => '5',
21135   'customized' => '0',
21136   'p1' => '1',
21137   'p2' => '20',
21138   'p3' => '180',
21139   'p4' => '212',
21140   'p5' => '224',
21141   'p6' => '0',
21142   'p7' => '0',
21143   'p8' => '0',
21144   'p9' => '0',
21145   'updated' => '0',
21146 ))
21147 ->values(array(
21148   'menu_name' => 'management',
21149   'mlid' => '225',
21150   'plid' => '217',
21151   'link_path' => 'admin/config/user-interface/shortcut/%',
21152   'router_path' => 'admin/config/user-interface/shortcut/%',
21153   'link_title' => 'Edit shortcuts',
21154   'options' => 'a:0:{}',
21155   'module' => 'system',
21156   'hidden' => '0',
21157   'external' => '0',
21158   'has_children' => '1',
21159   'expanded' => '0',
21160   'weight' => '0',
21161   'depth' => '5',
21162   'customized' => '0',
21163   'p1' => '1',
21164   'p2' => '8',
21165   'p3' => '57',
21166   'p4' => '217',
21167   'p5' => '225',
21168   'p6' => '0',
21169   'p7' => '0',
21170   'p8' => '0',
21171   'p9' => '0',
21172   'updated' => '0',
21173 ))
21174 ->values(array(
21175   'menu_name' => 'management',
21176   'mlid' => '226',
21177   'plid' => '212',
21178   'link_path' => 'admin/structure/taxonomy/%/list',
21179   'router_path' => 'admin/structure/taxonomy/%/list',
21180   'link_title' => 'List',
21181   'options' => 'a:0:{}',
21182   'module' => 'system',
21183   'hidden' => '-1',
21184   'external' => '0',
21185   'has_children' => '0',
21186   'expanded' => '0',
21187   'weight' => '-20',
21188   'depth' => '5',
21189   'customized' => '0',
21190   'p1' => '1',
21191   'p2' => '20',
21192   'p3' => '180',
21193   'p4' => '212',
21194   'p5' => '226',
21195   'p6' => '0',
21196   'p7' => '0',
21197   'p8' => '0',
21198   'p9' => '0',
21199   'updated' => '0',
21200 ))
21201 ->values(array(
21202   'menu_name' => 'management',
21203   'mlid' => '227',
21204   'plid' => '218',
21205   'link_path' => 'admin/config/search/path/list',
21206   'router_path' => 'admin/config/search/path/list',
21207   'link_title' => 'List',
21208   'options' => 'a:0:{}',
21209   'module' => 'system',
21210   'hidden' => '-1',
21211   'external' => '0',
21212   'has_children' => '0',
21213   'expanded' => '0',
21214   'weight' => '-10',
21215   'depth' => '5',
21216   'customized' => '0',
21217   'p1' => '1',
21218   'p2' => '8',
21219   'p3' => '50',
21220   'p4' => '218',
21221   'p5' => '227',
21222   'p6' => '0',
21223   'p7' => '0',
21224   'p8' => '0',
21225   'p9' => '0',
21226   'updated' => '0',
21227 ))
21228 ->values(array(
21229   'menu_name' => 'management',
21230   'mlid' => '228',
21231   'plid' => '214',
21232   'link_path' => 'admin/config/media/image-styles/list',
21233   'router_path' => 'admin/config/media/image-styles/list',
21234   'link_title' => 'List',
21235   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"List the current image styles on the site.";}}',
21236   'module' => 'system',
21237   'hidden' => '-1',
21238   'external' => '0',
21239   'has_children' => '0',
21240   'expanded' => '0',
21241   'weight' => '1',
21242   'depth' => '5',
21243   'customized' => '0',
21244   'p1' => '1',
21245   'p2' => '8',
21246   'p3' => '43',
21247   'p4' => '214',
21248   'p5' => '228',
21249   'p6' => '0',
21250   'p7' => '0',
21251   'p8' => '0',
21252   'p9' => '0',
21253   'updated' => '0',
21254 ))
21255 ->values(array(
21256   'menu_name' => 'management',
21257   'mlid' => '229',
21258   'plid' => '225',
21259   'link_path' => 'admin/config/user-interface/shortcut/%/add-link',
21260   'router_path' => 'admin/config/user-interface/shortcut/%/add-link',
21261   'link_title' => 'Add shortcut',
21262   'options' => 'a:0:{}',
21263   'module' => 'system',
21264   'hidden' => '-1',
21265   'external' => '0',
21266   'has_children' => '0',
21267   'expanded' => '0',
21268   'weight' => '0',
21269   'depth' => '6',
21270   'customized' => '0',
21271   'p1' => '1',
21272   'p2' => '8',
21273   'p3' => '57',
21274   'p4' => '217',
21275   'p5' => '225',
21276   'p6' => '229',
21277   'p7' => '0',
21278   'p8' => '0',
21279   'p9' => '0',
21280   'updated' => '0',
21281 ))
21282 ->values(array(
21283   'menu_name' => 'management',
21284   'mlid' => '230',
21285   'plid' => '218',
21286   'link_path' => 'admin/config/search/path/delete/%',
21287   'router_path' => 'admin/config/search/path/delete/%',
21288   'link_title' => 'Delete alias',
21289   'options' => 'a:0:{}',
21290   'module' => 'system',
21291   'hidden' => '0',
21292   'external' => '0',
21293   'has_children' => '0',
21294   'expanded' => '0',
21295   'weight' => '0',
21296   'depth' => '5',
21297   'customized' => '0',
21298   'p1' => '1',
21299   'p2' => '8',
21300   'p3' => '50',
21301   'p4' => '218',
21302   'p5' => '230',
21303   'p6' => '0',
21304   'p7' => '0',
21305   'p8' => '0',
21306   'p9' => '0',
21307   'updated' => '0',
21308 ))
21309 ->values(array(
21310   'menu_name' => 'management',
21311   'mlid' => '231',
21312   'plid' => '225',
21313   'link_path' => 'admin/config/user-interface/shortcut/%/delete',
21314   'router_path' => 'admin/config/user-interface/shortcut/%/delete',
21315   'link_title' => 'Delete shortcut set',
21316   'options' => 'a:0:{}',
21317   'module' => 'system',
21318   'hidden' => '0',
21319   'external' => '0',
21320   'has_children' => '0',
21321   'expanded' => '0',
21322   'weight' => '0',
21323   'depth' => '6',
21324   'customized' => '0',
21325   'p1' => '1',
21326   'p2' => '8',
21327   'p3' => '57',
21328   'p4' => '217',
21329   'p5' => '225',
21330   'p6' => '231',
21331   'p7' => '0',
21332   'p8' => '0',
21333   'p9' => '0',
21334   'updated' => '0',
21335 ))
21336 ->values(array(
21337   'menu_name' => 'management',
21338   'mlid' => '232',
21339   'plid' => '218',
21340   'link_path' => 'admin/config/search/path/edit/%',
21341   'router_path' => 'admin/config/search/path/edit/%',
21342   'link_title' => 'Edit alias',
21343   'options' => 'a:0:{}',
21344   'module' => 'system',
21345   'hidden' => '0',
21346   'external' => '0',
21347   'has_children' => '0',
21348   'expanded' => '0',
21349   'weight' => '0',
21350   'depth' => '5',
21351   'customized' => '0',
21352   'p1' => '1',
21353   'p2' => '8',
21354   'p3' => '50',
21355   'p4' => '218',
21356   'p5' => '232',
21357   'p6' => '0',
21358   'p7' => '0',
21359   'p8' => '0',
21360   'p9' => '0',
21361   'updated' => '0',
21362 ))
21363 ->values(array(
21364   'menu_name' => 'management',
21365   'mlid' => '233',
21366   'plid' => '225',
21367   'link_path' => 'admin/config/user-interface/shortcut/%/edit',
21368   'router_path' => 'admin/config/user-interface/shortcut/%/edit',
21369   'link_title' => 'Edit set name',
21370   'options' => 'a:0:{}',
21371   'module' => 'system',
21372   'hidden' => '-1',
21373   'external' => '0',
21374   'has_children' => '0',
21375   'expanded' => '0',
21376   'weight' => '10',
21377   'depth' => '6',
21378   'customized' => '0',
21379   'p1' => '1',
21380   'p2' => '8',
21381   'p3' => '57',
21382   'p4' => '217',
21383   'p5' => '225',
21384   'p6' => '233',
21385   'p7' => '0',
21386   'p8' => '0',
21387   'p9' => '0',
21388   'updated' => '0',
21389 ))
21390 ->values(array(
21391   'menu_name' => 'management',
21392   'mlid' => '234',
21393   'plid' => '217',
21394   'link_path' => 'admin/config/user-interface/shortcut/link/%',
21395   'router_path' => 'admin/config/user-interface/shortcut/link/%',
21396   'link_title' => 'Edit shortcut',
21397   'options' => 'a:0:{}',
21398   'module' => 'system',
21399   'hidden' => '0',
21400   'external' => '0',
21401   'has_children' => '1',
21402   'expanded' => '0',
21403   'weight' => '0',
21404   'depth' => '5',
21405   'customized' => '0',
21406   'p1' => '1',
21407   'p2' => '8',
21408   'p3' => '57',
21409   'p4' => '217',
21410   'p5' => '234',
21411   'p6' => '0',
21412   'p7' => '0',
21413   'p8' => '0',
21414   'p9' => '0',
21415   'updated' => '0',
21416 ))
21417 ->values(array(
21418   'menu_name' => 'management',
21419   'mlid' => '235',
21420   'plid' => '214',
21421   'link_path' => 'admin/config/media/image-styles/edit/%',
21422   'router_path' => 'admin/config/media/image-styles/edit/%',
21423   'link_title' => 'Edit style',
21424   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:25:"Configure an image style.";}}',
21425   'module' => 'system',
21426   'hidden' => '0',
21427   'external' => '0',
21428   'has_children' => '1',
21429   'expanded' => '0',
21430   'weight' => '0',
21431   'depth' => '5',
21432   'customized' => '0',
21433   'p1' => '1',
21434   'p2' => '8',
21435   'p3' => '43',
21436   'p4' => '214',
21437   'p5' => '235',
21438   'p6' => '0',
21439   'p7' => '0',
21440   'p8' => '0',
21441   'p9' => '0',
21442   'updated' => '0',
21443 ))
21444 ->values(array(
21445   'menu_name' => 'management',
21446   'mlid' => '236',
21447   'plid' => '225',
21448   'link_path' => 'admin/config/user-interface/shortcut/%/links',
21449   'router_path' => 'admin/config/user-interface/shortcut/%/links',
21450   'link_title' => 'List links',
21451   'options' => 'a:0:{}',
21452   'module' => 'system',
21453   'hidden' => '-1',
21454   'external' => '0',
21455   'has_children' => '0',
21456   'expanded' => '0',
21457   'weight' => '0',
21458   'depth' => '6',
21459   'customized' => '0',
21460   'p1' => '1',
21461   'p2' => '8',
21462   'p3' => '57',
21463   'p4' => '217',
21464   'p5' => '225',
21465   'p6' => '236',
21466   'p7' => '0',
21467   'p8' => '0',
21468   'p9' => '0',
21469   'updated' => '0',
21470 ))
21471 ->values(array(
21472   'menu_name' => 'management',
21473   'mlid' => '237',
21474   'plid' => '214',
21475   'link_path' => 'admin/config/media/image-styles/delete/%',
21476   'router_path' => 'admin/config/media/image-styles/delete/%',
21477   'link_title' => 'Delete style',
21478   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Delete an image style.";}}',
21479   'module' => 'system',
21480   'hidden' => '0',
21481   'external' => '0',
21482   'has_children' => '0',
21483   'expanded' => '0',
21484   'weight' => '0',
21485   'depth' => '5',
21486   'customized' => '0',
21487   'p1' => '1',
21488   'p2' => '8',
21489   'p3' => '43',
21490   'p4' => '214',
21491   'p5' => '237',
21492   'p6' => '0',
21493   'p7' => '0',
21494   'p8' => '0',
21495   'p9' => '0',
21496   'updated' => '0',
21497 ))
21498 ->values(array(
21499   'menu_name' => 'management',
21500   'mlid' => '238',
21501   'plid' => '214',
21502   'link_path' => 'admin/config/media/image-styles/revert/%',
21503   'router_path' => 'admin/config/media/image-styles/revert/%',
21504   'link_title' => 'Revert style',
21505   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Revert an image style.";}}',
21506   'module' => 'system',
21507   'hidden' => '0',
21508   'external' => '0',
21509   'has_children' => '0',
21510   'expanded' => '0',
21511   'weight' => '0',
21512   'depth' => '5',
21513   'customized' => '0',
21514   'p1' => '1',
21515   'p2' => '8',
21516   'p3' => '43',
21517   'p4' => '214',
21518   'p5' => '238',
21519   'p6' => '0',
21520   'p7' => '0',
21521   'p8' => '0',
21522   'p9' => '0',
21523   'updated' => '0',
21524 ))
21525 ->values(array(
21526   'menu_name' => 'management',
21527   'mlid' => '239',
21528   'plid' => '234',
21529   'link_path' => 'admin/config/user-interface/shortcut/link/%/delete',
21530   'router_path' => 'admin/config/user-interface/shortcut/link/%/delete',
21531   'link_title' => 'Delete shortcut',
21532   'options' => 'a:0:{}',
21533   'module' => 'system',
21534   'hidden' => '0',
21535   'external' => '0',
21536   'has_children' => '0',
21537   'expanded' => '0',
21538   'weight' => '0',
21539   'depth' => '6',
21540   'customized' => '0',
21541   'p1' => '1',
21542   'p2' => '8',
21543   'p3' => '57',
21544   'p4' => '217',
21545   'p5' => '234',
21546   'p6' => '239',
21547   'p7' => '0',
21548   'p8' => '0',
21549   'p9' => '0',
21550   'updated' => '0',
21551 ))
21552 ->values(array(
21553   'menu_name' => 'management',
21554   'mlid' => '240',
21555   'plid' => '235',
21556   'link_path' => 'admin/config/media/image-styles/edit/%/add/%',
21557   'router_path' => 'admin/config/media/image-styles/edit/%/add/%',
21558   'link_title' => 'Add image effect',
21559   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Add a new effect to a style.";}}',
21560   'module' => 'system',
21561   'hidden' => '0',
21562   'external' => '0',
21563   'has_children' => '0',
21564   'expanded' => '0',
21565   'weight' => '0',
21566   'depth' => '6',
21567   'customized' => '0',
21568   'p1' => '1',
21569   'p2' => '8',
21570   'p3' => '43',
21571   'p4' => '214',
21572   'p5' => '235',
21573   'p6' => '240',
21574   'p7' => '0',
21575   'p8' => '0',
21576   'p9' => '0',
21577   'updated' => '0',
21578 ))
21579 ->values(array(
21580   'menu_name' => 'management',
21581   'mlid' => '241',
21582   'plid' => '235',
21583   'link_path' => 'admin/config/media/image-styles/edit/%/effects/%',
21584   'router_path' => 'admin/config/media/image-styles/edit/%/effects/%',
21585   'link_title' => 'Edit image effect',
21586   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Edit an existing effect within a style.";}}',
21587   'module' => 'system',
21588   'hidden' => '0',
21589   'external' => '0',
21590   'has_children' => '1',
21591   'expanded' => '0',
21592   'weight' => '0',
21593   'depth' => '6',
21594   'customized' => '0',
21595   'p1' => '1',
21596   'p2' => '8',
21597   'p3' => '43',
21598   'p4' => '214',
21599   'p5' => '235',
21600   'p6' => '241',
21601   'p7' => '0',
21602   'p8' => '0',
21603   'p9' => '0',
21604   'updated' => '0',
21605 ))
21606 ->values(array(
21607   'menu_name' => 'management',
21608   'mlid' => '242',
21609   'plid' => '241',
21610   'link_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
21611   'router_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
21612   'link_title' => 'Delete image effect',
21613   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Delete an existing effect from a style.";}}',
21614   'module' => 'system',
21615   'hidden' => '0',
21616   'external' => '0',
21617   'has_children' => '0',
21618   'expanded' => '0',
21619   'weight' => '0',
21620   'depth' => '7',
21621   'customized' => '0',
21622   'p1' => '1',
21623   'p2' => '8',
21624   'p3' => '43',
21625   'p4' => '214',
21626   'p5' => '235',
21627   'p6' => '241',
21628   'p7' => '242',
21629   'p8' => '0',
21630   'p9' => '0',
21631   'updated' => '0',
21632 ))
21633 ->values(array(
21634   'menu_name' => 'shortcut-set-1',
21635   'mlid' => '243',
21636   'plid' => '0',
21637   'link_path' => 'node/add',
21638   'router_path' => 'node/add',
21639   'link_title' => 'Add content',
21640   'options' => 'a:0:{}',
21641   'module' => 'menu',
21642   'hidden' => '0',
21643   'external' => '0',
21644   'has_children' => '0',
21645   'expanded' => '0',
21646   'weight' => '-20',
21647   'depth' => '1',
21648   'customized' => '0',
21649   'p1' => '243',
21650   'p2' => '0',
21651   'p3' => '0',
21652   'p4' => '0',
21653   'p5' => '0',
21654   'p6' => '0',
21655   'p7' => '0',
21656   'p8' => '0',
21657   'p9' => '0',
21658   'updated' => '0',
21659 ))
21660 ->values(array(
21661   'menu_name' => 'shortcut-set-1',
21662   'mlid' => '244',
21663   'plid' => '0',
21664   'link_path' => 'admin/content',
21665   'router_path' => 'admin/content',
21666   'link_title' => 'Find content',
21667   'options' => 'a:0:{}',
21668   'module' => 'menu',
21669   'hidden' => '0',
21670   'external' => '0',
21671   'has_children' => '0',
21672   'expanded' => '0',
21673   'weight' => '-19',
21674   'depth' => '1',
21675   'customized' => '0',
21676   'p1' => '244',
21677   'p2' => '0',
21678   'p3' => '0',
21679   'p4' => '0',
21680   'p5' => '0',
21681   'p6' => '0',
21682   'p7' => '0',
21683   'p8' => '0',
21684   'p9' => '0',
21685   'updated' => '0',
21686 ))
21687 ->values(array(
21688   'menu_name' => 'main-menu',
21689   'mlid' => '245',
21690   'plid' => '0',
21691   'link_path' => '<front>',
21692   'router_path' => '',
21693   'link_title' => 'Home',
21694   'options' => 'a:0:{}',
21695   'module' => 'menu',
21696   'hidden' => '0',
21697   'external' => '1',
21698   'has_children' => '0',
21699   'expanded' => '0',
21700   'weight' => '0',
21701   'depth' => '1',
21702   'customized' => '0',
21703   'p1' => '245',
21704   'p2' => '0',
21705   'p3' => '0',
21706   'p4' => '0',
21707   'p5' => '0',
21708   'p6' => '0',
21709   'p7' => '0',
21710   'p8' => '0',
21711   'p9' => '0',
21712   'updated' => '0',
21713 ))
21714 ->values(array(
21715   'menu_name' => 'navigation',
21716   'mlid' => '246',
21717   'plid' => '6',
21718   'link_path' => 'node/add/article',
21719   'router_path' => 'node/add/article',
21720   'link_title' => 'Article',
21721   '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.";}}',
21722   'module' => 'system',
21723   'hidden' => '0',
21724   'external' => '0',
21725   'has_children' => '0',
21726   'expanded' => '0',
21727   'weight' => '0',
21728   'depth' => '2',
21729   'customized' => '0',
21730   'p1' => '6',
21731   'p2' => '246',
21732   'p3' => '0',
21733   'p4' => '0',
21734   'p5' => '0',
21735   'p6' => '0',
21736   'p7' => '0',
21737   'p8' => '0',
21738   'p9' => '0',
21739   'updated' => '0',
21740 ))
21741 ->values(array(
21742   'menu_name' => 'navigation',
21743   'mlid' => '247',
21744   'plid' => '6',
21745   'link_path' => 'node/add/page',
21746   'router_path' => 'node/add/page',
21747   'link_title' => 'Basic page',
21748   '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.\";}}",
21749   'module' => 'system',
21750   'hidden' => '0',
21751   'external' => '0',
21752   'has_children' => '0',
21753   'expanded' => '0',
21754   'weight' => '0',
21755   'depth' => '2',
21756   'customized' => '0',
21757   'p1' => '6',
21758   'p2' => '247',
21759   'p3' => '0',
21760   'p4' => '0',
21761   'p5' => '0',
21762   'p6' => '0',
21763   'p7' => '0',
21764   'p8' => '0',
21765   'p9' => '0',
21766   'updated' => '0',
21767 ))
21768 ->values(array(
21769   'menu_name' => 'management',
21770   'mlid' => '248',
21771   'plid' => '175',
21772   'link_path' => 'admin/help/toolbar',
21773   'router_path' => 'admin/help/toolbar',
21774   'link_title' => 'toolbar',
21775   'options' => 'a:0:{}',
21776   'module' => 'system',
21777   'hidden' => '-1',
21778   'external' => '0',
21779   'has_children' => '0',
21780   'expanded' => '0',
21781   'weight' => '0',
21782   'depth' => '3',
21783   'customized' => '0',
21784   'p1' => '1',
21785   'p2' => '175',
21786   'p3' => '248',
21787   'p4' => '0',
21788   'p5' => '0',
21789   'p6' => '0',
21790   'p7' => '0',
21791   'p8' => '0',
21792   'p9' => '0',
21793   'updated' => '0',
21794 ))
21795 ->values(array(
21796   'menu_name' => 'management',
21797   'mlid' => '287',
21798   'plid' => '18',
21799   'link_path' => 'admin/reports/updates',
21800   'router_path' => 'admin/reports/updates',
21801   'link_title' => 'Available updates',
21802   '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.";}}',
21803   'module' => 'system',
21804   'hidden' => '0',
21805   'external' => '0',
21806   'has_children' => '0',
21807   'expanded' => '0',
21808   'weight' => '-50',
21809   'depth' => '3',
21810   'customized' => '0',
21811   'p1' => '1',
21812   'p2' => '18',
21813   'p3' => '287',
21814   'p4' => '0',
21815   'p5' => '0',
21816   'p6' => '0',
21817   'p7' => '0',
21818   'p8' => '0',
21819   'p9' => '0',
21820   'updated' => '0',
21821 ))
21822 ->values(array(
21823   'menu_name' => 'management',
21824   'mlid' => '288',
21825   'plid' => '15',
21826   'link_path' => 'admin/modules/install',
21827   'router_path' => 'admin/modules/install',
21828   'link_title' => 'Install new module',
21829   'options' => 'a:0:{}',
21830   'module' => 'system',
21831   'hidden' => '-1',
21832   'external' => '0',
21833   'has_children' => '0',
21834   'expanded' => '0',
21835   'weight' => '25',
21836   'depth' => '3',
21837   'customized' => '0',
21838   'p1' => '1',
21839   'p2' => '15',
21840   'p3' => '288',
21841   'p4' => '0',
21842   'p5' => '0',
21843   'p6' => '0',
21844   'p7' => '0',
21845   'p8' => '0',
21846   'p9' => '0',
21847   'updated' => '0',
21848 ))
21849 ->values(array(
21850   'menu_name' => 'management',
21851   'mlid' => '289',
21852   'plid' => '7',
21853   'link_path' => 'admin/appearance/install',
21854   'router_path' => 'admin/appearance/install',
21855   'link_title' => 'Install new theme',
21856   'options' => 'a:0:{}',
21857   'module' => 'system',
21858   'hidden' => '-1',
21859   'external' => '0',
21860   'has_children' => '0',
21861   'expanded' => '0',
21862   'weight' => '25',
21863   'depth' => '3',
21864   'customized' => '0',
21865   'p1' => '1',
21866   'p2' => '7',
21867   'p3' => '289',
21868   'p4' => '0',
21869   'p5' => '0',
21870   'p6' => '0',
21871   'p7' => '0',
21872   'p8' => '0',
21873   'p9' => '0',
21874   'updated' => '0',
21875 ))
21876 ->values(array(
21877   'menu_name' => 'management',
21878   'mlid' => '290',
21879   'plid' => '15',
21880   'link_path' => 'admin/modules/update',
21881   'router_path' => 'admin/modules/update',
21882   'link_title' => 'Update',
21883   'options' => 'a:0:{}',
21884   'module' => 'system',
21885   'hidden' => '-1',
21886   'external' => '0',
21887   'has_children' => '0',
21888   'expanded' => '0',
21889   'weight' => '10',
21890   'depth' => '3',
21891   'customized' => '0',
21892   'p1' => '1',
21893   'p2' => '15',
21894   'p3' => '290',
21895   'p4' => '0',
21896   'p5' => '0',
21897   'p6' => '0',
21898   'p7' => '0',
21899   'p8' => '0',
21900   'p9' => '0',
21901   'updated' => '0',
21902 ))
21903 ->values(array(
21904   'menu_name' => 'management',
21905   'mlid' => '291',
21906   'plid' => '7',
21907   'link_path' => 'admin/appearance/update',
21908   'router_path' => 'admin/appearance/update',
21909   'link_title' => 'Update',
21910   'options' => 'a:0:{}',
21911   'module' => 'system',
21912   'hidden' => '-1',
21913   'external' => '0',
21914   'has_children' => '0',
21915   'expanded' => '0',
21916   'weight' => '10',
21917   'depth' => '3',
21918   'customized' => '0',
21919   'p1' => '1',
21920   'p2' => '7',
21921   'p3' => '291',
21922   'p4' => '0',
21923   'p5' => '0',
21924   'p6' => '0',
21925   'p7' => '0',
21926   'p8' => '0',
21927   'p9' => '0',
21928   'updated' => '0',
21929 ))
21930 ->values(array(
21931   'menu_name' => 'management',
21932   'mlid' => '292',
21933   'plid' => '175',
21934   'link_path' => 'admin/help/update',
21935   'router_path' => 'admin/help/update',
21936   'link_title' => 'update',
21937   'options' => 'a:0:{}',
21938   'module' => 'system',
21939   'hidden' => '-1',
21940   'external' => '0',
21941   'has_children' => '0',
21942   'expanded' => '0',
21943   'weight' => '0',
21944   'depth' => '3',
21945   'customized' => '0',
21946   'p1' => '1',
21947   'p2' => '175',
21948   'p3' => '292',
21949   'p4' => '0',
21950   'p5' => '0',
21951   'p6' => '0',
21952   'p7' => '0',
21953   'p8' => '0',
21954   'p9' => '0',
21955   'updated' => '0',
21956 ))
21957 ->values(array(
21958   'menu_name' => 'management',
21959   'mlid' => '293',
21960   'plid' => '287',
21961   'link_path' => 'admin/reports/updates/list',
21962   'router_path' => 'admin/reports/updates/list',
21963   'link_title' => 'List',
21964   'options' => 'a:0:{}',
21965   'module' => 'system',
21966   'hidden' => '-1',
21967   'external' => '0',
21968   'has_children' => '0',
21969   'expanded' => '0',
21970   'weight' => '0',
21971   'depth' => '4',
21972   'customized' => '0',
21973   'p1' => '1',
21974   'p2' => '18',
21975   'p3' => '287',
21976   'p4' => '293',
21977   'p5' => '0',
21978   'p6' => '0',
21979   'p7' => '0',
21980   'p8' => '0',
21981   'p9' => '0',
21982   'updated' => '0',
21983 ))
21984 ->values(array(
21985   'menu_name' => 'management',
21986   'mlid' => '294',
21987   'plid' => '287',
21988   'link_path' => 'admin/reports/updates/settings',
21989   'router_path' => 'admin/reports/updates/settings',
21990   'link_title' => 'Settings',
21991   'options' => 'a:0:{}',
21992   'module' => 'system',
21993   'hidden' => '-1',
21994   'external' => '0',
21995   'has_children' => '0',
21996   'expanded' => '0',
21997   'weight' => '50',
21998   'depth' => '4',
21999   'customized' => '0',
22000   'p1' => '1',
22001   'p2' => '18',
22002   'p3' => '287',
22003   'p4' => '294',
22004   'p5' => '0',
22005   'p6' => '0',
22006   'p7' => '0',
22007   'p8' => '0',
22008   'p9' => '0',
22009   'updated' => '0',
22010 ))
22011 ->values(array(
22012   'menu_name' => 'management',
22013   'mlid' => '295',
22014   'plid' => '287',
22015   'link_path' => 'admin/reports/updates/install',
22016   'router_path' => 'admin/reports/updates/install',
22017   'link_title' => 'Install new module or theme',
22018   'options' => 'a:0:{}',
22019   'module' => 'system',
22020   'hidden' => '-1',
22021   'external' => '0',
22022   'has_children' => '0',
22023   'expanded' => '0',
22024   'weight' => '25',
22025   'depth' => '4',
22026   'customized' => '0',
22027   'p1' => '1',
22028   'p2' => '18',
22029   'p3' => '287',
22030   'p4' => '295',
22031   'p5' => '0',
22032   'p6' => '0',
22033   'p7' => '0',
22034   'p8' => '0',
22035   'p9' => '0',
22036   'updated' => '0',
22037 ))
22038 ->values(array(
22039   'menu_name' => 'management',
22040   'mlid' => '296',
22041   'plid' => '287',
22042   'link_path' => 'admin/reports/updates/update',
22043   'router_path' => 'admin/reports/updates/update',
22044   'link_title' => 'Update',
22045   'options' => 'a:0:{}',
22046   'module' => 'system',
22047   'hidden' => '-1',
22048   'external' => '0',
22049   'has_children' => '0',
22050   'expanded' => '0',
22051   'weight' => '10',
22052   'depth' => '4',
22053   'customized' => '0',
22054   'p1' => '1',
22055   'p2' => '18',
22056   'p3' => '287',
22057   'p4' => '296',
22058   'p5' => '0',
22059   'p6' => '0',
22060   'p7' => '0',
22061   'p8' => '0',
22062   'p9' => '0',
22063   'updated' => '0',
22064 ))
22065 ->values(array(
22066   'menu_name' => 'management',
22067   'mlid' => '297',
22068   'plid' => '212',
22069   'link_path' => 'admin/structure/taxonomy/%/display',
22070   'router_path' => 'admin/structure/taxonomy/%/display',
22071   'link_title' => 'Manage display',
22072   'options' => 'a:0:{}',
22073   'module' => 'system',
22074   'hidden' => '-1',
22075   'external' => '0',
22076   'has_children' => '0',
22077   'expanded' => '0',
22078   'weight' => '2',
22079   'depth' => '5',
22080   'customized' => '0',
22081   'p1' => '1',
22082   'p2' => '20',
22083   'p3' => '180',
22084   'p4' => '212',
22085   'p5' => '297',
22086   'p6' => '0',
22087   'p7' => '0',
22088   'p8' => '0',
22089   'p9' => '0',
22090   'updated' => '0',
22091 ))
22092 ->values(array(
22093   'menu_name' => 'management',
22094   'mlid' => '298',
22095   'plid' => '66',
22096   'link_path' => 'admin/config/people/accounts/display',
22097   'router_path' => 'admin/config/people/accounts/display',
22098   'link_title' => 'Manage display',
22099   'options' => 'a:0:{}',
22100   'module' => 'system',
22101   'hidden' => '-1',
22102   'external' => '0',
22103   'has_children' => '0',
22104   'expanded' => '0',
22105   'weight' => '2',
22106   'depth' => '5',
22107   'customized' => '0',
22108   'p1' => '1',
22109   'p2' => '8',
22110   'p3' => '45',
22111   'p4' => '66',
22112   'p5' => '298',
22113   'p6' => '0',
22114   'p7' => '0',
22115   'p8' => '0',
22116   'p9' => '0',
22117   'updated' => '0',
22118 ))
22119 ->values(array(
22120   'menu_name' => 'management',
22121   'mlid' => '299',
22122   'plid' => '212',
22123   'link_path' => 'admin/structure/taxonomy/%/fields',
22124   'router_path' => 'admin/structure/taxonomy/%/fields',
22125   'link_title' => 'Manage fields',
22126   'options' => 'a:0:{}',
22127   'module' => 'system',
22128   'hidden' => '-1',
22129   'external' => '0',
22130   'has_children' => '1',
22131   'expanded' => '0',
22132   'weight' => '1',
22133   'depth' => '5',
22134   'customized' => '0',
22135   'p1' => '1',
22136   'p2' => '20',
22137   'p3' => '180',
22138   'p4' => '212',
22139   'p5' => '299',
22140   'p6' => '0',
22141   'p7' => '0',
22142   'p8' => '0',
22143   'p9' => '0',
22144   'updated' => '0',
22145 ))
22146 ->values(array(
22147   'menu_name' => 'management',
22148   'mlid' => '300',
22149   'plid' => '66',
22150   'link_path' => 'admin/config/people/accounts/fields',
22151   'router_path' => 'admin/config/people/accounts/fields',
22152   'link_title' => 'Manage fields',
22153   'options' => 'a:0:{}',
22154   'module' => 'system',
22155   'hidden' => '-1',
22156   'external' => '0',
22157   'has_children' => '1',
22158   'expanded' => '0',
22159   'weight' => '1',
22160   'depth' => '5',
22161   'customized' => '0',
22162   'p1' => '1',
22163   'p2' => '8',
22164   'p3' => '45',
22165   'p4' => '66',
22166   'p5' => '300',
22167   'p6' => '0',
22168   'p7' => '0',
22169   'p8' => '0',
22170   'p9' => '0',
22171   'updated' => '0',
22172 ))
22173 ->values(array(
22174   'menu_name' => 'management',
22175   'mlid' => '301',
22176   'plid' => '297',
22177   'link_path' => 'admin/structure/taxonomy/%/display/default',
22178   'router_path' => 'admin/structure/taxonomy/%/display/default',
22179   'link_title' => 'Default',
22180   'options' => 'a:0:{}',
22181   'module' => 'system',
22182   'hidden' => '-1',
22183   'external' => '0',
22184   'has_children' => '0',
22185   'expanded' => '0',
22186   'weight' => '-10',
22187   'depth' => '6',
22188   'customized' => '0',
22189   'p1' => '1',
22190   'p2' => '20',
22191   'p3' => '180',
22192   'p4' => '212',
22193   'p5' => '297',
22194   'p6' => '301',
22195   'p7' => '0',
22196   'p8' => '0',
22197   'p9' => '0',
22198   'updated' => '0',
22199 ))
22200 ->values(array(
22201   'menu_name' => 'management',
22202   'mlid' => '302',
22203   'plid' => '298',
22204   'link_path' => 'admin/config/people/accounts/display/default',
22205   'router_path' => 'admin/config/people/accounts/display/default',
22206   'link_title' => 'Default',
22207   'options' => 'a:0:{}',
22208   'module' => 'system',
22209   'hidden' => '-1',
22210   'external' => '0',
22211   'has_children' => '0',
22212   'expanded' => '0',
22213   'weight' => '-10',
22214   'depth' => '6',
22215   'customized' => '0',
22216   'p1' => '1',
22217   'p2' => '8',
22218   'p3' => '45',
22219   'p4' => '66',
22220   'p5' => '298',
22221   'p6' => '302',
22222   'p7' => '0',
22223   'p8' => '0',
22224   'p9' => '0',
22225   'updated' => '0',
22226 ))
22227 ->values(array(
22228   'menu_name' => 'management',
22229   'mlid' => '303',
22230   'plid' => '114',
22231   'link_path' => 'admin/structure/types/manage/%/display',
22232   'router_path' => 'admin/structure/types/manage/%/display',
22233   'link_title' => 'Manage display',
22234   'options' => 'a:0:{}',
22235   'module' => 'system',
22236   'hidden' => '-1',
22237   'external' => '0',
22238   'has_children' => '0',
22239   'expanded' => '0',
22240   'weight' => '2',
22241   'depth' => '5',
22242   'customized' => '0',
22243   'p1' => '1',
22244   'p2' => '20',
22245   'p3' => '34',
22246   'p4' => '114',
22247   'p5' => '303',
22248   'p6' => '0',
22249   'p7' => '0',
22250   'p8' => '0',
22251   'p9' => '0',
22252   'updated' => '0',
22253 ))
22254 ->values(array(
22255   'menu_name' => 'management',
22256   'mlid' => '304',
22257   'plid' => '114',
22258   'link_path' => 'admin/structure/types/manage/%/fields',
22259   'router_path' => 'admin/structure/types/manage/%/fields',
22260   'link_title' => 'Manage fields',
22261   'options' => 'a:0:{}',
22262   'module' => 'system',
22263   'hidden' => '-1',
22264   'external' => '0',
22265   'has_children' => '1',
22266   'expanded' => '0',
22267   'weight' => '1',
22268   'depth' => '5',
22269   'customized' => '0',
22270   'p1' => '1',
22271   'p2' => '20',
22272   'p3' => '34',
22273   'p4' => '114',
22274   'p5' => '304',
22275   'p6' => '0',
22276   'p7' => '0',
22277   'p8' => '0',
22278   'p9' => '0',
22279   'updated' => '0',
22280 ))
22281 ->values(array(
22282   'menu_name' => 'management',
22283   'mlid' => '305',
22284   'plid' => '297',
22285   'link_path' => 'admin/structure/taxonomy/%/display/full',
22286   'router_path' => 'admin/structure/taxonomy/%/display/full',
22287   'link_title' => 'Taxonomy term page',
22288   'options' => 'a:0:{}',
22289   'module' => 'system',
22290   'hidden' => '-1',
22291   'external' => '0',
22292   'has_children' => '0',
22293   'expanded' => '0',
22294   'weight' => '0',
22295   'depth' => '6',
22296   'customized' => '0',
22297   'p1' => '1',
22298   'p2' => '20',
22299   'p3' => '180',
22300   'p4' => '212',
22301   'p5' => '297',
22302   'p6' => '305',
22303   'p7' => '0',
22304   'p8' => '0',
22305   'p9' => '0',
22306   'updated' => '0',
22307 ))
22308 ->values(array(
22309   'menu_name' => 'management',
22310   'mlid' => '306',
22311   'plid' => '298',
22312   'link_path' => 'admin/config/people/accounts/display/full',
22313   'router_path' => 'admin/config/people/accounts/display/full',
22314   'link_title' => 'User account',
22315   'options' => 'a:0:{}',
22316   'module' => 'system',
22317   'hidden' => '-1',
22318   'external' => '0',
22319   'has_children' => '0',
22320   'expanded' => '0',
22321   'weight' => '0',
22322   'depth' => '6',
22323   'customized' => '0',
22324   'p1' => '1',
22325   'p2' => '8',
22326   'p3' => '45',
22327   'p4' => '66',
22328   'p5' => '298',
22329   'p6' => '306',
22330   'p7' => '0',
22331   'p8' => '0',
22332   'p9' => '0',
22333   'updated' => '0',
22334 ))
22335 ->values(array(
22336   'menu_name' => 'management',
22337   'mlid' => '307',
22338   'plid' => '299',
22339   'link_path' => 'admin/structure/taxonomy/%/fields/%',
22340   'router_path' => 'admin/structure/taxonomy/%/fields/%',
22341   'link_title' => '',
22342   'options' => 'a:0:{}',
22343   'module' => 'system',
22344   'hidden' => '0',
22345   'external' => '0',
22346   'has_children' => '0',
22347   'expanded' => '0',
22348   'weight' => '0',
22349   'depth' => '6',
22350   'customized' => '0',
22351   'p1' => '1',
22352   'p2' => '20',
22353   'p3' => '180',
22354   'p4' => '212',
22355   'p5' => '299',
22356   'p6' => '307',
22357   'p7' => '0',
22358   'p8' => '0',
22359   'p9' => '0',
22360   'updated' => '0',
22361 ))
22362 ->values(array(
22363   'menu_name' => 'management',
22364   'mlid' => '308',
22365   'plid' => '300',
22366   'link_path' => 'admin/config/people/accounts/fields/%',
22367   'router_path' => 'admin/config/people/accounts/fields/%',
22368   'link_title' => '',
22369   'options' => 'a:0:{}',
22370   'module' => 'system',
22371   'hidden' => '0',
22372   'external' => '0',
22373   'has_children' => '0',
22374   'expanded' => '0',
22375   'weight' => '0',
22376   'depth' => '6',
22377   'customized' => '0',
22378   'p1' => '1',
22379   'p2' => '8',
22380   'p3' => '45',
22381   'p4' => '66',
22382   'p5' => '300',
22383   'p6' => '308',
22384   'p7' => '0',
22385   'p8' => '0',
22386   'p9' => '0',
22387   'updated' => '0',
22388 ))
22389 ->values(array(
22390   'menu_name' => 'management',
22391   'mlid' => '309',
22392   'plid' => '303',
22393   'link_path' => 'admin/structure/types/manage/%/display/default',
22394   'router_path' => 'admin/structure/types/manage/%/display/default',
22395   'link_title' => 'Default',
22396   'options' => 'a:0:{}',
22397   'module' => 'system',
22398   'hidden' => '-1',
22399   'external' => '0',
22400   'has_children' => '0',
22401   'expanded' => '0',
22402   'weight' => '-10',
22403   'depth' => '6',
22404   'customized' => '0',
22405   'p1' => '1',
22406   'p2' => '20',
22407   'p3' => '34',
22408   'p4' => '114',
22409   'p5' => '303',
22410   'p6' => '309',
22411   'p7' => '0',
22412   'p8' => '0',
22413   'p9' => '0',
22414   'updated' => '0',
22415 ))
22416 ->values(array(
22417   'menu_name' => 'management',
22418   'mlid' => '310',
22419   'plid' => '303',
22420   'link_path' => 'admin/structure/types/manage/%/display/full',
22421   'router_path' => 'admin/structure/types/manage/%/display/full',
22422   'link_title' => 'Full content',
22423   'options' => 'a:0:{}',
22424   'module' => 'system',
22425   'hidden' => '-1',
22426   'external' => '0',
22427   'has_children' => '0',
22428   'expanded' => '0',
22429   'weight' => '0',
22430   'depth' => '6',
22431   'customized' => '0',
22432   'p1' => '1',
22433   'p2' => '20',
22434   'p3' => '34',
22435   'p4' => '114',
22436   'p5' => '303',
22437   'p6' => '310',
22438   'p7' => '0',
22439   'p8' => '0',
22440   'p9' => '0',
22441   'updated' => '0',
22442 ))
22443 ->values(array(
22444   'menu_name' => 'management',
22445   'mlid' => '311',
22446   'plid' => '303',
22447   'link_path' => 'admin/structure/types/manage/%/display/rss',
22448   'router_path' => 'admin/structure/types/manage/%/display/rss',
22449   'link_title' => 'RSS',
22450   'options' => 'a:0:{}',
22451   'module' => 'system',
22452   'hidden' => '-1',
22453   'external' => '0',
22454   'has_children' => '0',
22455   'expanded' => '0',
22456   'weight' => '2',
22457   'depth' => '6',
22458   'customized' => '0',
22459   'p1' => '1',
22460   'p2' => '20',
22461   'p3' => '34',
22462   'p4' => '114',
22463   'p5' => '303',
22464   'p6' => '311',
22465   'p7' => '0',
22466   'p8' => '0',
22467   'p9' => '0',
22468   'updated' => '0',
22469 ))
22470 ->values(array(
22471   'menu_name' => 'management',
22472   'mlid' => '312',
22473   'plid' => '303',
22474   'link_path' => 'admin/structure/types/manage/%/display/search_index',
22475   'router_path' => 'admin/structure/types/manage/%/display/search_index',
22476   'link_title' => 'Search index',
22477   'options' => 'a:0:{}',
22478   'module' => 'system',
22479   'hidden' => '-1',
22480   'external' => '0',
22481   'has_children' => '0',
22482   'expanded' => '0',
22483   'weight' => '3',
22484   'depth' => '6',
22485   'customized' => '0',
22486   'p1' => '1',
22487   'p2' => '20',
22488   'p3' => '34',
22489   'p4' => '114',
22490   'p5' => '303',
22491   'p6' => '312',
22492   'p7' => '0',
22493   'p8' => '0',
22494   'p9' => '0',
22495   'updated' => '0',
22496 ))
22497 ->values(array(
22498   'menu_name' => 'management',
22499   'mlid' => '313',
22500   'plid' => '303',
22501   'link_path' => 'admin/structure/types/manage/%/display/search_result',
22502   'router_path' => 'admin/structure/types/manage/%/display/search_result',
22503   'link_title' => 'Search result highlighting input',
22504   'options' => 'a:0:{}',
22505   'module' => 'system',
22506   'hidden' => '-1',
22507   'external' => '0',
22508   'has_children' => '0',
22509   'expanded' => '0',
22510   'weight' => '4',
22511   'depth' => '6',
22512   'customized' => '0',
22513   'p1' => '1',
22514   'p2' => '20',
22515   'p3' => '34',
22516   'p4' => '114',
22517   'p5' => '303',
22518   'p6' => '313',
22519   'p7' => '0',
22520   'p8' => '0',
22521   'p9' => '0',
22522   'updated' => '0',
22523 ))
22524 ->values(array(
22525   'menu_name' => 'management',
22526   'mlid' => '314',
22527   'plid' => '303',
22528   'link_path' => 'admin/structure/types/manage/%/display/teaser',
22529   'router_path' => 'admin/structure/types/manage/%/display/teaser',
22530   'link_title' => 'Teaser',
22531   'options' => 'a:0:{}',
22532   'module' => 'system',
22533   'hidden' => '-1',
22534   'external' => '0',
22535   'has_children' => '0',
22536   'expanded' => '0',
22537   'weight' => '1',
22538   'depth' => '6',
22539   'customized' => '0',
22540   'p1' => '1',
22541   'p2' => '20',
22542   'p3' => '34',
22543   'p4' => '114',
22544   'p5' => '303',
22545   'p6' => '314',
22546   'p7' => '0',
22547   'p8' => '0',
22548   'p9' => '0',
22549   'updated' => '0',
22550 ))
22551 ->values(array(
22552   'menu_name' => 'management',
22553   'mlid' => '315',
22554   'plid' => '304',
22555   'link_path' => 'admin/structure/types/manage/%/fields/%',
22556   'router_path' => 'admin/structure/types/manage/%/fields/%',
22557   'link_title' => '',
22558   'options' => 'a:0:{}',
22559   'module' => 'system',
22560   'hidden' => '0',
22561   'external' => '0',
22562   'has_children' => '0',
22563   'expanded' => '0',
22564   'weight' => '0',
22565   'depth' => '6',
22566   'customized' => '0',
22567   'p1' => '1',
22568   'p2' => '20',
22569   'p3' => '34',
22570   'p4' => '114',
22571   'p5' => '304',
22572   'p6' => '315',
22573   'p7' => '0',
22574   'p8' => '0',
22575   'p9' => '0',
22576   'updated' => '0',
22577 ))
22578 ->values(array(
22579   'menu_name' => 'management',
22580   'mlid' => '316',
22581   'plid' => '307',
22582   'link_path' => 'admin/structure/taxonomy/%/fields/%/delete',
22583   'router_path' => 'admin/structure/taxonomy/%/fields/%/delete',
22584   'link_title' => 'Delete',
22585   'options' => 'a:0:{}',
22586   'module' => 'system',
22587   'hidden' => '-1',
22588   'external' => '0',
22589   'has_children' => '0',
22590   'expanded' => '0',
22591   'weight' => '10',
22592   'depth' => '7',
22593   'customized' => '0',
22594   'p1' => '1',
22595   'p2' => '20',
22596   'p3' => '180',
22597   'p4' => '212',
22598   'p5' => '299',
22599   'p6' => '307',
22600   'p7' => '316',
22601   'p8' => '0',
22602   'p9' => '0',
22603   'updated' => '0',
22604 ))
22605 ->values(array(
22606   'menu_name' => 'management',
22607   'mlid' => '317',
22608   'plid' => '307',
22609   'link_path' => 'admin/structure/taxonomy/%/fields/%/edit',
22610   'router_path' => 'admin/structure/taxonomy/%/fields/%/edit',
22611   'link_title' => 'Edit',
22612   'options' => 'a:0:{}',
22613   'module' => 'system',
22614   'hidden' => '-1',
22615   'external' => '0',
22616   'has_children' => '0',
22617   'expanded' => '0',
22618   'weight' => '0',
22619   'depth' => '7',
22620   'customized' => '0',
22621   'p1' => '1',
22622   'p2' => '20',
22623   'p3' => '180',
22624   'p4' => '212',
22625   'p5' => '299',
22626   'p6' => '307',
22627   'p7' => '317',
22628   'p8' => '0',
22629   'p9' => '0',
22630   'updated' => '0',
22631 ))
22632 ->values(array(
22633   'menu_name' => 'management',
22634   'mlid' => '318',
22635   'plid' => '307',
22636   'link_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
22637   'router_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
22638   'link_title' => 'Field settings',
22639   'options' => 'a:0:{}',
22640   'module' => 'system',
22641   'hidden' => '-1',
22642   'external' => '0',
22643   'has_children' => '0',
22644   'expanded' => '0',
22645   'weight' => '0',
22646   'depth' => '7',
22647   'customized' => '0',
22648   'p1' => '1',
22649   'p2' => '20',
22650   'p3' => '180',
22651   'p4' => '212',
22652   'p5' => '299',
22653   'p6' => '307',
22654   'p7' => '318',
22655   'p8' => '0',
22656   'p9' => '0',
22657   'updated' => '0',
22658 ))
22659 ->values(array(
22660   'menu_name' => 'management',
22661   'mlid' => '319',
22662   'plid' => '307',
22663   'link_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
22664   'router_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
22665   'link_title' => 'Widget type',
22666   'options' => 'a:0:{}',
22667   'module' => 'system',
22668   'hidden' => '-1',
22669   'external' => '0',
22670   'has_children' => '0',
22671   'expanded' => '0',
22672   'weight' => '0',
22673   'depth' => '7',
22674   'customized' => '0',
22675   'p1' => '1',
22676   'p2' => '20',
22677   'p3' => '180',
22678   'p4' => '212',
22679   'p5' => '299',
22680   'p6' => '307',
22681   'p7' => '319',
22682   'p8' => '0',
22683   'p9' => '0',
22684   'updated' => '0',
22685 ))
22686 ->values(array(
22687   'menu_name' => 'management',
22688   'mlid' => '320',
22689   'plid' => '308',
22690   'link_path' => 'admin/config/people/accounts/fields/%/delete',
22691   'router_path' => 'admin/config/people/accounts/fields/%/delete',
22692   'link_title' => 'Delete',
22693   'options' => 'a:0:{}',
22694   'module' => 'system',
22695   'hidden' => '-1',
22696   'external' => '0',
22697   'has_children' => '0',
22698   'expanded' => '0',
22699   'weight' => '10',
22700   'depth' => '7',
22701   'customized' => '0',
22702   'p1' => '1',
22703   'p2' => '8',
22704   'p3' => '45',
22705   'p4' => '66',
22706   'p5' => '300',
22707   'p6' => '308',
22708   'p7' => '320',
22709   'p8' => '0',
22710   'p9' => '0',
22711   'updated' => '0',
22712 ))
22713 ->values(array(
22714   'menu_name' => 'management',
22715   'mlid' => '321',
22716   'plid' => '308',
22717   'link_path' => 'admin/config/people/accounts/fields/%/edit',
22718   'router_path' => 'admin/config/people/accounts/fields/%/edit',
22719   'link_title' => 'Edit',
22720   'options' => 'a:0:{}',
22721   'module' => 'system',
22722   'hidden' => '-1',
22723   'external' => '0',
22724   'has_children' => '0',
22725   'expanded' => '0',
22726   'weight' => '0',
22727   'depth' => '7',
22728   'customized' => '0',
22729   'p1' => '1',
22730   'p2' => '8',
22731   'p3' => '45',
22732   'p4' => '66',
22733   'p5' => '300',
22734   'p6' => '308',
22735   'p7' => '321',
22736   'p8' => '0',
22737   'p9' => '0',
22738   'updated' => '0',
22739 ))
22740 ->values(array(
22741   'menu_name' => 'management',
22742   'mlid' => '322',
22743   'plid' => '308',
22744   'link_path' => 'admin/config/people/accounts/fields/%/field-settings',
22745   'router_path' => 'admin/config/people/accounts/fields/%/field-settings',
22746   'link_title' => 'Field settings',
22747   'options' => 'a:0:{}',
22748   'module' => 'system',
22749   'hidden' => '-1',
22750   'external' => '0',
22751   'has_children' => '0',
22752   'expanded' => '0',
22753   'weight' => '0',
22754   'depth' => '7',
22755   'customized' => '0',
22756   'p1' => '1',
22757   'p2' => '8',
22758   'p3' => '45',
22759   'p4' => '66',
22760   'p5' => '300',
22761   'p6' => '308',
22762   'p7' => '322',
22763   'p8' => '0',
22764   'p9' => '0',
22765   'updated' => '0',
22766 ))
22767 ->values(array(
22768   'menu_name' => 'management',
22769   'mlid' => '323',
22770   'plid' => '308',
22771   'link_path' => 'admin/config/people/accounts/fields/%/widget-type',
22772   'router_path' => 'admin/config/people/accounts/fields/%/widget-type',
22773   'link_title' => 'Widget type',
22774   'options' => 'a:0:{}',
22775   'module' => 'system',
22776   'hidden' => '-1',
22777   'external' => '0',
22778   'has_children' => '0',
22779   'expanded' => '0',
22780   'weight' => '0',
22781   'depth' => '7',
22782   'customized' => '0',
22783   'p1' => '1',
22784   'p2' => '8',
22785   'p3' => '45',
22786   'p4' => '66',
22787   'p5' => '300',
22788   'p6' => '308',
22789   'p7' => '323',
22790   'p8' => '0',
22791   'p9' => '0',
22792   'updated' => '0',
22793 ))
22794 ->values(array(
22795   'menu_name' => 'management',
22796   'mlid' => '324',
22797   'plid' => '161',
22798   'link_path' => 'admin/structure/types/manage/%/comment/display/default',
22799   'router_path' => 'admin/structure/types/manage/%/comment/display/default',
22800   'link_title' => 'Default',
22801   'options' => 'a:0:{}',
22802   'module' => 'system',
22803   'hidden' => '-1',
22804   'external' => '0',
22805   'has_children' => '0',
22806   'expanded' => '0',
22807   'weight' => '-10',
22808   'depth' => '6',
22809   'customized' => '0',
22810   'p1' => '1',
22811   'p2' => '20',
22812   'p3' => '34',
22813   'p4' => '114',
22814   'p5' => '161',
22815   'p6' => '324',
22816   'p7' => '0',
22817   'p8' => '0',
22818   'p9' => '0',
22819   'updated' => '0',
22820 ))
22821 ->values(array(
22822   'menu_name' => 'management',
22823   'mlid' => '325',
22824   'plid' => '161',
22825   'link_path' => 'admin/structure/types/manage/%/comment/display/full',
22826   'router_path' => 'admin/structure/types/manage/%/comment/display/full',
22827   'link_title' => 'Full comment',
22828   'options' => 'a:0:{}',
22829   'module' => 'system',
22830   'hidden' => '-1',
22831   'external' => '0',
22832   'has_children' => '0',
22833   'expanded' => '0',
22834   'weight' => '0',
22835   'depth' => '6',
22836   'customized' => '0',
22837   'p1' => '1',
22838   'p2' => '20',
22839   'p3' => '34',
22840   'p4' => '114',
22841   'p5' => '161',
22842   'p6' => '325',
22843   'p7' => '0',
22844   'p8' => '0',
22845   'p9' => '0',
22846   'updated' => '0',
22847 ))
22848 ->values(array(
22849   'menu_name' => 'management',
22850   'mlid' => '326',
22851   'plid' => '162',
22852   'link_path' => 'admin/structure/types/manage/%/comment/fields/%',
22853   'router_path' => 'admin/structure/types/manage/%/comment/fields/%',
22854   'link_title' => '',
22855   'options' => 'a:0:{}',
22856   'module' => 'system',
22857   'hidden' => '0',
22858   'external' => '0',
22859   'has_children' => '0',
22860   'expanded' => '0',
22861   'weight' => '0',
22862   'depth' => '6',
22863   'customized' => '0',
22864   'p1' => '1',
22865   'p2' => '20',
22866   'p3' => '34',
22867   'p4' => '114',
22868   'p5' => '162',
22869   'p6' => '326',
22870   'p7' => '0',
22871   'p8' => '0',
22872   'p9' => '0',
22873   'updated' => '0',
22874 ))
22875 ->values(array(
22876   'menu_name' => 'management',
22877   'mlid' => '327',
22878   'plid' => '315',
22879   'link_path' => 'admin/structure/types/manage/%/fields/%/delete',
22880   'router_path' => 'admin/structure/types/manage/%/fields/%/delete',
22881   'link_title' => 'Delete',
22882   'options' => 'a:0:{}',
22883   'module' => 'system',
22884   'hidden' => '-1',
22885   'external' => '0',
22886   'has_children' => '0',
22887   'expanded' => '0',
22888   'weight' => '10',
22889   'depth' => '7',
22890   'customized' => '0',
22891   'p1' => '1',
22892   'p2' => '20',
22893   'p3' => '34',
22894   'p4' => '114',
22895   'p5' => '304',
22896   'p6' => '315',
22897   'p7' => '327',
22898   'p8' => '0',
22899   'p9' => '0',
22900   'updated' => '0',
22901 ))
22902 ->values(array(
22903   'menu_name' => 'management',
22904   'mlid' => '328',
22905   'plid' => '315',
22906   'link_path' => 'admin/structure/types/manage/%/fields/%/edit',
22907   'router_path' => 'admin/structure/types/manage/%/fields/%/edit',
22908   'link_title' => 'Edit',
22909   'options' => 'a:0:{}',
22910   'module' => 'system',
22911   'hidden' => '-1',
22912   'external' => '0',
22913   'has_children' => '0',
22914   'expanded' => '0',
22915   'weight' => '0',
22916   'depth' => '7',
22917   'customized' => '0',
22918   'p1' => '1',
22919   'p2' => '20',
22920   'p3' => '34',
22921   'p4' => '114',
22922   'p5' => '304',
22923   'p6' => '315',
22924   'p7' => '328',
22925   'p8' => '0',
22926   'p9' => '0',
22927   'updated' => '0',
22928 ))
22929 ->values(array(
22930   'menu_name' => 'management',
22931   'mlid' => '329',
22932   'plid' => '315',
22933   'link_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
22934   'router_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
22935   'link_title' => 'Field settings',
22936   'options' => 'a:0:{}',
22937   'module' => 'system',
22938   'hidden' => '-1',
22939   'external' => '0',
22940   'has_children' => '0',
22941   'expanded' => '0',
22942   'weight' => '0',
22943   'depth' => '7',
22944   'customized' => '0',
22945   'p1' => '1',
22946   'p2' => '20',
22947   'p3' => '34',
22948   'p4' => '114',
22949   'p5' => '304',
22950   'p6' => '315',
22951   'p7' => '329',
22952   'p8' => '0',
22953   'p9' => '0',
22954   'updated' => '0',
22955 ))
22956 ->values(array(
22957   'menu_name' => 'management',
22958   'mlid' => '330',
22959   'plid' => '315',
22960   'link_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
22961   'router_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
22962   'link_title' => 'Widget type',
22963   'options' => 'a:0:{}',
22964   'module' => 'system',
22965   'hidden' => '-1',
22966   'external' => '0',
22967   'has_children' => '0',
22968   'expanded' => '0',
22969   'weight' => '0',
22970   'depth' => '7',
22971   'customized' => '0',
22972   'p1' => '1',
22973   'p2' => '20',
22974   'p3' => '34',
22975   'p4' => '114',
22976   'p5' => '304',
22977   'p6' => '315',
22978   'p7' => '330',
22979   'p8' => '0',
22980   'p9' => '0',
22981   'updated' => '0',
22982 ))
22983 ->values(array(
22984   'menu_name' => 'management',
22985   'mlid' => '331',
22986   'plid' => '326',
22987   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
22988   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
22989   'link_title' => 'Delete',
22990   'options' => 'a:0:{}',
22991   'module' => 'system',
22992   'hidden' => '-1',
22993   'external' => '0',
22994   'has_children' => '0',
22995   'expanded' => '0',
22996   'weight' => '10',
22997   'depth' => '7',
22998   'customized' => '0',
22999   'p1' => '1',
23000   'p2' => '20',
23001   'p3' => '34',
23002   'p4' => '114',
23003   'p5' => '162',
23004   'p6' => '326',
23005   'p7' => '331',
23006   'p8' => '0',
23007   'p9' => '0',
23008   'updated' => '0',
23009 ))
23010 ->values(array(
23011   'menu_name' => 'management',
23012   'mlid' => '332',
23013   'plid' => '326',
23014   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
23015   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
23016   'link_title' => 'Edit',
23017   'options' => 'a:0:{}',
23018   'module' => 'system',
23019   'hidden' => '-1',
23020   'external' => '0',
23021   'has_children' => '0',
23022   'expanded' => '0',
23023   'weight' => '0',
23024   'depth' => '7',
23025   'customized' => '0',
23026   'p1' => '1',
23027   'p2' => '20',
23028   'p3' => '34',
23029   'p4' => '114',
23030   'p5' => '162',
23031   'p6' => '326',
23032   'p7' => '332',
23033   'p8' => '0',
23034   'p9' => '0',
23035   'updated' => '0',
23036 ))
23037 ->values(array(
23038   'menu_name' => 'management',
23039   'mlid' => '333',
23040   'plid' => '326',
23041   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
23042   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
23043   'link_title' => 'Field settings',
23044   'options' => 'a:0:{}',
23045   'module' => 'system',
23046   'hidden' => '-1',
23047   'external' => '0',
23048   'has_children' => '0',
23049   'expanded' => '0',
23050   'weight' => '0',
23051   'depth' => '7',
23052   'customized' => '0',
23053   'p1' => '1',
23054   'p2' => '20',
23055   'p3' => '34',
23056   'p4' => '114',
23057   'p5' => '162',
23058   'p6' => '326',
23059   'p7' => '333',
23060   'p8' => '0',
23061   'p9' => '0',
23062   'updated' => '0',
23063 ))
23064 ->values(array(
23065   'menu_name' => 'management',
23066   'mlid' => '334',
23067   'plid' => '326',
23068   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
23069   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
23070   'link_title' => 'Widget type',
23071   'options' => 'a:0:{}',
23072   'module' => 'system',
23073   'hidden' => '-1',
23074   'external' => '0',
23075   'has_children' => '0',
23076   'expanded' => '0',
23077   'weight' => '0',
23078   'depth' => '7',
23079   'customized' => '0',
23080   'p1' => '1',
23081   'p2' => '20',
23082   'p3' => '34',
23083   'p4' => '114',
23084   'p5' => '162',
23085   'p6' => '326',
23086   'p7' => '334',
23087   'p8' => '0',
23088   'p9' => '0',
23089   'updated' => '0',
23090 ))
23091 ->values(array(
23092   'menu_name' => 'navigation',
23093   'mlid' => '335',
23094   'plid' => '0',
23095   'link_path' => 'blog',
23096   'router_path' => 'blog',
23097   'link_title' => 'Blogs',
23098   'options' => 'a:0:{}',
23099   'module' => 'system',
23100   'hidden' => '1',
23101   'external' => '0',
23102   'has_children' => '1',
23103   'expanded' => '0',
23104   'weight' => '0',
23105   'depth' => '1',
23106   'customized' => '0',
23107   'p1' => '335',
23108   'p2' => '0',
23109   'p3' => '0',
23110   'p4' => '0',
23111   'p5' => '0',
23112   'p6' => '0',
23113   'p7' => '0',
23114   'p8' => '0',
23115   'p9' => '0',
23116   'updated' => '0',
23117 ))
23118 ->values(array(
23119   'menu_name' => 'navigation',
23120   'mlid' => '336',
23121   'plid' => '0',
23122   'link_path' => 'book',
23123   'router_path' => 'book',
23124   'link_title' => 'Books',
23125   'options' => 'a:0:{}',
23126   'module' => 'system',
23127   'hidden' => '1',
23128   'external' => '0',
23129   'has_children' => '0',
23130   'expanded' => '0',
23131   'weight' => '0',
23132   'depth' => '1',
23133   'customized' => '0',
23134   'p1' => '336',
23135   'p2' => '0',
23136   'p3' => '0',
23137   'p4' => '0',
23138   'p5' => '0',
23139   'p6' => '0',
23140   'p7' => '0',
23141   'p8' => '0',
23142   'p9' => '0',
23143   'updated' => '0',
23144 ))
23145 ->values(array(
23146   'menu_name' => 'navigation',
23147   'mlid' => '337',
23148   'plid' => '0',
23149   'link_path' => 'contact',
23150   'router_path' => 'contact',
23151   'link_title' => 'Contact',
23152   'options' => 'a:0:{}',
23153   'module' => 'system',
23154   'hidden' => '1',
23155   'external' => '0',
23156   'has_children' => '0',
23157   'expanded' => '0',
23158   'weight' => '0',
23159   'depth' => '1',
23160   'customized' => '0',
23161   'p1' => '337',
23162   'p2' => '0',
23163   'p3' => '0',
23164   'p4' => '0',
23165   'p5' => '0',
23166   'p6' => '0',
23167   'p7' => '0',
23168   'p8' => '0',
23169   'p9' => '0',
23170   'updated' => '0',
23171 ))
23172 ->values(array(
23173   'menu_name' => 'navigation',
23174   'mlid' => '338',
23175   'plid' => '0',
23176   'link_path' => 'aggregator',
23177   'router_path' => 'aggregator',
23178   'link_title' => 'Feed aggregator',
23179   'options' => 'a:0:{}',
23180   'module' => 'system',
23181   'hidden' => '0',
23182   'external' => '0',
23183   'has_children' => '1',
23184   'expanded' => '0',
23185   'weight' => '5',
23186   'depth' => '1',
23187   'customized' => '0',
23188   'p1' => '338',
23189   'p2' => '0',
23190   'p3' => '0',
23191   'p4' => '0',
23192   'p5' => '0',
23193   'p6' => '0',
23194   'p7' => '0',
23195   'p8' => '0',
23196   'p9' => '0',
23197   'updated' => '0',
23198 ))
23199 ->values(array(
23200   'menu_name' => 'navigation',
23201   'mlid' => '339',
23202   'plid' => '0',
23203   'link_path' => 'forum',
23204   'router_path' => 'forum',
23205   'link_title' => 'Forums',
23206   'options' => 'a:0:{}',
23207   'module' => 'system',
23208   'hidden' => '0',
23209   'external' => '0',
23210   'has_children' => '1',
23211   'expanded' => '0',
23212   'weight' => '0',
23213   'depth' => '1',
23214   'customized' => '0',
23215   'p1' => '339',
23216   'p2' => '0',
23217   'p3' => '0',
23218   'p4' => '0',
23219   'p5' => '0',
23220   'p6' => '0',
23221   'p7' => '0',
23222   'p8' => '0',
23223   'p9' => '0',
23224   'updated' => '0',
23225 ))
23226 ->values(array(
23227   'menu_name' => 'navigation',
23228   'mlid' => '340',
23229   'plid' => '0',
23230   'link_path' => 'tracker',
23231   'router_path' => 'tracker',
23232   'link_title' => 'Recent content',
23233   'options' => 'a:0:{}',
23234   'module' => 'system',
23235   'hidden' => '0',
23236   'external' => '0',
23237   'has_children' => '0',
23238   'expanded' => '0',
23239   'weight' => '1',
23240   'depth' => '1',
23241   'customized' => '0',
23242   'p1' => '340',
23243   'p2' => '0',
23244   'p3' => '0',
23245   'p4' => '0',
23246   'p5' => '0',
23247   'p6' => '0',
23248   'p7' => '0',
23249   'p8' => '0',
23250   'p9' => '0',
23251   'updated' => '0',
23252 ))
23253 ->values(array(
23254   'menu_name' => 'navigation',
23255   'mlid' => '341',
23256   'plid' => '340',
23257   'link_path' => 'tracker/all',
23258   'router_path' => 'tracker/all',
23259   'link_title' => 'All recent content',
23260   'options' => 'a:0:{}',
23261   'module' => 'system',
23262   'hidden' => '-1',
23263   'external' => '0',
23264   'has_children' => '0',
23265   'expanded' => '0',
23266   'weight' => '0',
23267   'depth' => '2',
23268   'customized' => '0',
23269   'p1' => '340',
23270   'p2' => '341',
23271   'p3' => '0',
23272   'p4' => '0',
23273   'p5' => '0',
23274   'p6' => '0',
23275   'p7' => '0',
23276   'p8' => '0',
23277   'p9' => '0',
23278   'updated' => '0',
23279 ))
23280 ->values(array(
23281   'menu_name' => 'navigation',
23282   'mlid' => '342',
23283   'plid' => '338',
23284   'link_path' => 'aggregator/categories',
23285   'router_path' => 'aggregator/categories',
23286   'link_title' => 'Categories',
23287   'options' => 'a:0:{}',
23288   'module' => 'system',
23289   'hidden' => '0',
23290   'external' => '0',
23291   'has_children' => '1',
23292   'expanded' => '0',
23293   'weight' => '0',
23294   'depth' => '2',
23295   'customized' => '0',
23296   'p1' => '338',
23297   'p2' => '342',
23298   'p3' => '0',
23299   'p4' => '0',
23300   'p5' => '0',
23301   'p6' => '0',
23302   'p7' => '0',
23303   'p8' => '0',
23304   'p9' => '0',
23305   'updated' => '0',
23306 ))
23307 ->values(array(
23308   'menu_name' => 'navigation',
23309   'mlid' => '343',
23310   'plid' => '339',
23311   'link_path' => 'forum/%',
23312   'router_path' => 'forum/%',
23313   'link_title' => 'Forums',
23314   'options' => 'a:0:{}',
23315   'module' => 'system',
23316   'hidden' => '0',
23317   'external' => '0',
23318   'has_children' => '0',
23319   'expanded' => '0',
23320   'weight' => '0',
23321   'depth' => '2',
23322   'customized' => '0',
23323   'p1' => '339',
23324   'p2' => '343',
23325   'p3' => '0',
23326   'p4' => '0',
23327   'p5' => '0',
23328   'p6' => '0',
23329   'p7' => '0',
23330   'p8' => '0',
23331   'p9' => '0',
23332   'updated' => '0',
23333 ))
23334 ->values(array(
23335   'menu_name' => 'navigation',
23336   'mlid' => '344',
23337   'plid' => '335',
23338   'link_path' => 'blog/%',
23339   'router_path' => 'blog/%',
23340   'link_title' => 'My blog',
23341   'options' => 'a:0:{}',
23342   'module' => 'system',
23343   'hidden' => '0',
23344   'external' => '0',
23345   'has_children' => '0',
23346   'expanded' => '0',
23347   'weight' => '0',
23348   'depth' => '2',
23349   'customized' => '0',
23350   'p1' => '335',
23351   'p2' => '344',
23352   'p3' => '0',
23353   'p4' => '0',
23354   'p5' => '0',
23355   'p6' => '0',
23356   'p7' => '0',
23357   'p8' => '0',
23358   'p9' => '0',
23359   'updated' => '0',
23360 ))
23361 ->values(array(
23362   'menu_name' => 'navigation',
23363   'mlid' => '345',
23364   'plid' => '340',
23365   'link_path' => 'tracker/%',
23366   'router_path' => 'tracker/%',
23367   'link_title' => 'My recent content',
23368   'options' => 'a:0:{}',
23369   'module' => 'system',
23370   'hidden' => '-1',
23371   'external' => '0',
23372   'has_children' => '0',
23373   'expanded' => '0',
23374   'weight' => '0',
23375   'depth' => '2',
23376   'customized' => '0',
23377   'p1' => '340',
23378   'p2' => '345',
23379   'p3' => '0',
23380   'p4' => '0',
23381   'p5' => '0',
23382   'p6' => '0',
23383   'p7' => '0',
23384   'p8' => '0',
23385   'p9' => '0',
23386   'updated' => '0',
23387 ))
23388 ->values(array(
23389   'menu_name' => 'navigation',
23390   'mlid' => '346',
23391   'plid' => '338',
23392   'link_path' => 'aggregator/sources',
23393   'router_path' => 'aggregator/sources',
23394   'link_title' => 'Sources',
23395   'options' => 'a:0:{}',
23396   'module' => 'system',
23397   'hidden' => '0',
23398   'external' => '0',
23399   'has_children' => '1',
23400   'expanded' => '0',
23401   'weight' => '0',
23402   'depth' => '2',
23403   'customized' => '0',
23404   'p1' => '338',
23405   'p2' => '346',
23406   'p3' => '0',
23407   'p4' => '0',
23408   'p5' => '0',
23409   'p6' => '0',
23410   'p7' => '0',
23411   'p8' => '0',
23412   'p9' => '0',
23413   'updated' => '0',
23414 ))
23415 ->values(array(
23416   'menu_name' => 'navigation',
23417   'mlid' => '347',
23418   'plid' => '342',
23419   'link_path' => 'aggregator/categories/%',
23420   'router_path' => 'aggregator/categories/%',
23421   'link_title' => '',
23422   'options' => 'a:0:{}',
23423   'module' => 'system',
23424   'hidden' => '0',
23425   'external' => '0',
23426   'has_children' => '0',
23427   'expanded' => '0',
23428   'weight' => '0',
23429   'depth' => '3',
23430   'customized' => '0',
23431   'p1' => '338',
23432   'p2' => '342',
23433   'p3' => '347',
23434   'p4' => '0',
23435   'p5' => '0',
23436   'p6' => '0',
23437   'p7' => '0',
23438   'p8' => '0',
23439   'p9' => '0',
23440   'updated' => '0',
23441 ))
23442 ->values(array(
23443   'menu_name' => 'navigation',
23444   'mlid' => '348',
23445   'plid' => '346',
23446   'link_path' => 'aggregator/sources/%',
23447   'router_path' => 'aggregator/sources/%',
23448   'link_title' => '',
23449   'options' => 'a:0:{}',
23450   'module' => 'system',
23451   'hidden' => '0',
23452   'external' => '0',
23453   'has_children' => '0',
23454   'expanded' => '0',
23455   'weight' => '0',
23456   'depth' => '3',
23457   'customized' => '0',
23458   'p1' => '338',
23459   'p2' => '346',
23460   'p3' => '348',
23461   'p4' => '0',
23462   'p5' => '0',
23463   'p6' => '0',
23464   'p7' => '0',
23465   'p8' => '0',
23466   'p9' => '0',
23467   'updated' => '0',
23468 ))
23469 ->values(array(
23470   'menu_name' => 'navigation',
23471   'mlid' => '349',
23472   'plid' => '6',
23473   'link_path' => 'node/add/blog',
23474   'router_path' => 'node/add/blog',
23475   'link_title' => 'Blog entry',
23476   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:58:"Use for multi-user blogs. Every user gets a personal blog.";}}',
23477   'module' => 'system',
23478   'hidden' => '0',
23479   'external' => '0',
23480   'has_children' => '0',
23481   'expanded' => '0',
23482   'weight' => '0',
23483   'depth' => '2',
23484   'customized' => '0',
23485   'p1' => '6',
23486   'p2' => '349',
23487   'p3' => '0',
23488   'p4' => '0',
23489   'p5' => '0',
23490   'p6' => '0',
23491   'p7' => '0',
23492   'p8' => '0',
23493   'p9' => '0',
23494   'updated' => '0',
23495 ))
23496 ->values(array(
23497   'menu_name' => 'navigation',
23498   'mlid' => '350',
23499   'plid' => '6',
23500   'link_path' => 'node/add/book',
23501   'router_path' => 'node/add/book',
23502   'link_title' => 'Book page',
23503   '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.";}}',
23504   'module' => 'system',
23505   'hidden' => '0',
23506   'external' => '0',
23507   'has_children' => '0',
23508   'expanded' => '0',
23509   'weight' => '0',
23510   'depth' => '2',
23511   'customized' => '0',
23512   'p1' => '6',
23513   'p2' => '350',
23514   'p3' => '0',
23515   'p4' => '0',
23516   'p5' => '0',
23517   'p6' => '0',
23518   'p7' => '0',
23519   'p8' => '0',
23520   'p9' => '0',
23521   'updated' => '0',
23522 ))
23523 ->values(array(
23524   'menu_name' => 'management',
23525   'mlid' => '351',
23526   'plid' => '9',
23527   'link_path' => 'admin/content/book',
23528   'router_path' => 'admin/content/book',
23529   'link_title' => 'Books',
23530   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:33:\"Manage your site's book outlines.\";}}",
23531   'module' => 'system',
23532   'hidden' => '-1',
23533   'external' => '0',
23534   'has_children' => '0',
23535   'expanded' => '0',
23536   'weight' => '0',
23537   'depth' => '3',
23538   'customized' => '0',
23539   'p1' => '1',
23540   'p2' => '9',
23541   'p3' => '351',
23542   'p4' => '0',
23543   'p5' => '0',
23544   'p6' => '0',
23545   'p7' => '0',
23546   'p8' => '0',
23547   'p9' => '0',
23548   'updated' => '0',
23549 ))
23550 ->values(array(
23551   'menu_name' => 'navigation',
23552   'mlid' => '352',
23553   'plid' => '16',
23554   'link_path' => 'user/%/contact',
23555   'router_path' => 'user/%/contact',
23556   'link_title' => 'Contact',
23557   'options' => 'a:0:{}',
23558   'module' => 'system',
23559   'hidden' => '-1',
23560   'external' => '0',
23561   'has_children' => '0',
23562   'expanded' => '0',
23563   'weight' => '2',
23564   'depth' => '2',
23565   'customized' => '0',
23566   'p1' => '16',
23567   'p2' => '352',
23568   'p3' => '0',
23569   'p4' => '0',
23570   'p5' => '0',
23571   'p6' => '0',
23572   'p7' => '0',
23573   'p8' => '0',
23574   'p9' => '0',
23575   'updated' => '0',
23576 ))
23577 ->values(array(
23578   'menu_name' => 'management',
23579   'mlid' => '353',
23580   'plid' => '20',
23581   'link_path' => 'admin/structure/contact',
23582   'router_path' => 'admin/structure/contact',
23583   'link_title' => 'Contact form',
23584   '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.";}}',
23585   'module' => 'system',
23586   'hidden' => '0',
23587   'external' => '0',
23588   'has_children' => '1',
23589   'expanded' => '0',
23590   'weight' => '0',
23591   'depth' => '3',
23592   'customized' => '0',
23593   'p1' => '1',
23594   'p2' => '20',
23595   'p3' => '353',
23596   'p4' => '0',
23597   'p5' => '0',
23598   'p6' => '0',
23599   'p7' => '0',
23600   'p8' => '0',
23601   'p9' => '0',
23602   'updated' => '0',
23603 ))
23604 ->values(array(
23605   'menu_name' => 'management',
23606   'mlid' => '354',
23607   'plid' => '8',
23608   'link_path' => 'admin/config/date',
23609   'router_path' => 'admin/config/date',
23610   'link_title' => 'Date API',
23611   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"Settings for modules the use the Date API.";}}',
23612   'module' => 'system',
23613   'hidden' => '0',
23614   'external' => '0',
23615   'has_children' => '0',
23616   'expanded' => '0',
23617   'weight' => '-10',
23618   'depth' => '3',
23619   'customized' => '0',
23620   'p1' => '1',
23621   'p2' => '8',
23622   'p3' => '354',
23623   'p4' => '0',
23624   'p5' => '0',
23625   'p6' => '0',
23626   'p7' => '0',
23627   'p8' => '0',
23628   'p9' => '0',
23629   'updated' => '0',
23630 ))
23631 ->values(array(
23632   'menu_name' => 'navigation',
23633   'mlid' => '355',
23634   'plid' => '6',
23635   'link_path' => 'node/add/forum',
23636   'router_path' => 'node/add/forum',
23637   'link_title' => 'Forum topic',
23638   '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.";}}',
23639   'module' => 'system',
23640   'hidden' => '0',
23641   'external' => '0',
23642   'has_children' => '0',
23643   'expanded' => '0',
23644   'weight' => '0',
23645   'depth' => '2',
23646   'customized' => '0',
23647   'p1' => '6',
23648   'p2' => '355',
23649   'p3' => '0',
23650   'p4' => '0',
23651   'p5' => '0',
23652   'p6' => '0',
23653   'p7' => '0',
23654   'p8' => '0',
23655   'p9' => '0',
23656   'updated' => '0',
23657 ))
23658 ->values(array(
23659   'menu_name' => 'management',
23660   'mlid' => '356',
23661   'plid' => '20',
23662   'link_path' => 'admin/structure/forum',
23663   'router_path' => 'admin/structure/forum',
23664   'link_title' => 'Forums',
23665   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Control forum hierarchy settings.";}}',
23666   'module' => 'system',
23667   'hidden' => '0',
23668   'external' => '0',
23669   'has_children' => '1',
23670   'expanded' => '0',
23671   'weight' => '0',
23672   'depth' => '3',
23673   'customized' => '0',
23674   'p1' => '1',
23675   'p2' => '20',
23676   'p3' => '356',
23677   'p4' => '0',
23678   'p5' => '0',
23679   'p6' => '0',
23680   'p7' => '0',
23681   'p8' => '0',
23682   'p9' => '0',
23683   'updated' => '0',
23684 ))
23685 ->values(array(
23686   'menu_name' => 'navigation',
23687   'mlid' => '358',
23688   'plid' => '5',
23689   'link_path' => 'node/%/outline',
23690   'router_path' => 'node/%/outline',
23691   'link_title' => 'Outline',
23692   'options' => 'a:0:{}',
23693   'module' => 'system',
23694   'hidden' => '-1',
23695   'external' => '0',
23696   'has_children' => '1',
23697   'expanded' => '0',
23698   'weight' => '2',
23699   'depth' => '2',
23700   'customized' => '0',
23701   'p1' => '5',
23702   'p2' => '358',
23703   'p3' => '0',
23704   'p4' => '0',
23705   'p5' => '0',
23706   'p6' => '0',
23707   'p7' => '0',
23708   'p8' => '0',
23709   'p9' => '0',
23710   'updated' => '0',
23711 ))
23712 ->values(array(
23713   'menu_name' => 'management',
23714   'mlid' => '359',
23715   'plid' => '18',
23716   'link_path' => 'admin/reports/hits',
23717   'router_path' => 'admin/reports/hits',
23718   'link_title' => 'Recent hits',
23719   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View pages that have recently been visited.";}}',
23720   'module' => 'system',
23721   'hidden' => '0',
23722   'external' => '0',
23723   'has_children' => '0',
23724   'expanded' => '0',
23725   'weight' => '0',
23726   'depth' => '3',
23727   'customized' => '0',
23728   'p1' => '1',
23729   'p2' => '18',
23730   'p3' => '359',
23731   'p4' => '0',
23732   'p5' => '0',
23733   'p6' => '0',
23734   'p7' => '0',
23735   'p8' => '0',
23736   'p9' => '0',
23737   'updated' => '0',
23738 ))
23739 ->values(array(
23740   'menu_name' => 'management',
23741   'mlid' => '360',
23742   'plid' => '18',
23743   'link_path' => 'admin/reports/pages',
23744   'router_path' => 'admin/reports/pages',
23745   'link_title' => 'Top pages',
23746   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"View pages that have been hit frequently.";}}',
23747   'module' => 'system',
23748   'hidden' => '0',
23749   'external' => '0',
23750   'has_children' => '0',
23751   'expanded' => '0',
23752   'weight' => '1',
23753   'depth' => '3',
23754   'customized' => '0',
23755   'p1' => '1',
23756   'p2' => '18',
23757   'p3' => '360',
23758   'p4' => '0',
23759   'p5' => '0',
23760   'p6' => '0',
23761   'p7' => '0',
23762   'p8' => '0',
23763   'p9' => '0',
23764   'updated' => '0',
23765 ))
23766 ->values(array(
23767   'menu_name' => 'management',
23768   'mlid' => '361',
23769   'plid' => '18',
23770   'link_path' => 'admin/reports/referrers',
23771   'router_path' => 'admin/reports/referrers',
23772   'link_title' => 'Top referrers',
23773   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:19:"View top referrers.";}}',
23774   'module' => 'system',
23775   'hidden' => '0',
23776   'external' => '0',
23777   'has_children' => '0',
23778   'expanded' => '0',
23779   'weight' => '0',
23780   'depth' => '3',
23781   'customized' => '0',
23782   'p1' => '1',
23783   'p2' => '18',
23784   'p3' => '361',
23785   'p4' => '0',
23786   'p5' => '0',
23787   'p6' => '0',
23788   'p7' => '0',
23789   'p8' => '0',
23790   'p9' => '0',
23791   'updated' => '0',
23792 ))
23793 ->values(array(
23794   'menu_name' => 'management',
23795   'mlid' => '362',
23796   'plid' => '18',
23797   'link_path' => 'admin/reports/visitors',
23798   'router_path' => 'admin/reports/visitors',
23799   'link_title' => 'Top visitors',
23800   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View visitors that hit many pages.";}}',
23801   'module' => 'system',
23802   'hidden' => '0',
23803   'external' => '0',
23804   'has_children' => '0',
23805   'expanded' => '0',
23806   'weight' => '2',
23807   'depth' => '3',
23808   'customized' => '0',
23809   'p1' => '1',
23810   'p2' => '18',
23811   'p3' => '362',
23812   'p4' => '0',
23813   'p5' => '0',
23814   'p6' => '0',
23815   'p7' => '0',
23816   'p8' => '0',
23817   'p9' => '0',
23818   'updated' => '0',
23819 ))
23820 ->values(array(
23821   'menu_name' => 'navigation',
23822   'mlid' => '363',
23823   'plid' => '5',
23824   'link_path' => 'node/%/track',
23825   'router_path' => 'node/%/track',
23826   'link_title' => 'Track',
23827   'options' => 'a:0:{}',
23828   'module' => 'system',
23829   'hidden' => '-1',
23830   'external' => '0',
23831   'has_children' => '0',
23832   'expanded' => '0',
23833   'weight' => '2',
23834   'depth' => '2',
23835   'customized' => '0',
23836   'p1' => '5',
23837   'p2' => '363',
23838   'p3' => '0',
23839   'p4' => '0',
23840   'p5' => '0',
23841   'p6' => '0',
23842   'p7' => '0',
23843   'p8' => '0',
23844   'p9' => '0',
23845   'updated' => '0',
23846 ))
23847 ->values(array(
23848   'menu_name' => 'navigation',
23849   'mlid' => '364',
23850   'plid' => '16',
23851   'link_path' => 'user/%/track',
23852   'router_path' => 'user/%/track',
23853   'link_title' => 'Track',
23854   'options' => 'a:0:{}',
23855   'module' => 'system',
23856   'hidden' => '-1',
23857   'external' => '0',
23858   'has_children' => '0',
23859   'expanded' => '0',
23860   'weight' => '0',
23861   'depth' => '2',
23862   'customized' => '0',
23863   'p1' => '16',
23864   'p2' => '364',
23865   'p3' => '0',
23866   'p4' => '0',
23867   'p5' => '0',
23868   'p6' => '0',
23869   'p7' => '0',
23870   'p8' => '0',
23871   'p9' => '0',
23872   'updated' => '0',
23873 ))
23874 ->values(array(
23875   'menu_name' => 'navigation',
23876   'mlid' => '365',
23877   'plid' => '5',
23878   'link_path' => 'node/%/translate',
23879   'router_path' => 'node/%/translate',
23880   'link_title' => 'Translate',
23881   'options' => 'a:0:{}',
23882   'module' => 'system',
23883   'hidden' => '-1',
23884   'external' => '0',
23885   'has_children' => '0',
23886   'expanded' => '0',
23887   'weight' => '2',
23888   'depth' => '2',
23889   'customized' => '0',
23890   'p1' => '5',
23891   'p2' => '365',
23892   'p3' => '0',
23893   'p4' => '0',
23894   'p5' => '0',
23895   'p6' => '0',
23896   'p7' => '0',
23897   'p8' => '0',
23898   'p9' => '0',
23899   'updated' => '0',
23900 ))
23901 ->values(array(
23902   'menu_name' => 'management',
23903   'mlid' => '366',
23904   'plid' => '20',
23905   'link_path' => 'admin/structure/trigger',
23906   'router_path' => 'admin/structure/trigger',
23907   'link_title' => 'Triggers',
23908   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Configure when to execute actions.";}}',
23909   'module' => 'system',
23910   'hidden' => '0',
23911   'external' => '0',
23912   'has_children' => '0',
23913   'expanded' => '0',
23914   'weight' => '0',
23915   'depth' => '3',
23916   'customized' => '0',
23917   'p1' => '1',
23918   'p2' => '20',
23919   'p3' => '366',
23920   'p4' => '0',
23921   'p5' => '0',
23922   'p6' => '0',
23923   'p7' => '0',
23924   'p8' => '0',
23925   'p9' => '0',
23926   'updated' => '0',
23927 ))
23928 ->values(array(
23929   'menu_name' => 'management',
23930   'mlid' => '369',
23931   'plid' => '175',
23932   'link_path' => 'admin/help/aggregator',
23933   'router_path' => 'admin/help/aggregator',
23934   'link_title' => 'aggregator',
23935   'options' => 'a:0:{}',
23936   'module' => 'system',
23937   'hidden' => '-1',
23938   'external' => '0',
23939   'has_children' => '0',
23940   'expanded' => '0',
23941   'weight' => '0',
23942   'depth' => '3',
23943   'customized' => '0',
23944   'p1' => '1',
23945   'p2' => '175',
23946   'p3' => '369',
23947   'p4' => '0',
23948   'p5' => '0',
23949   'p6' => '0',
23950   'p7' => '0',
23951   'p8' => '0',
23952   'p9' => '0',
23953   'updated' => '0',
23954 ))
23955 ->values(array(
23956   'menu_name' => 'management',
23957   'mlid' => '370',
23958   'plid' => '175',
23959   'link_path' => 'admin/help/blog',
23960   'router_path' => 'admin/help/blog',
23961   'link_title' => 'blog',
23962   'options' => 'a:0:{}',
23963   'module' => 'system',
23964   'hidden' => '-1',
23965   'external' => '0',
23966   'has_children' => '0',
23967   'expanded' => '0',
23968   'weight' => '0',
23969   'depth' => '3',
23970   'customized' => '0',
23971   'p1' => '1',
23972   'p2' => '175',
23973   'p3' => '370',
23974   'p4' => '0',
23975   'p5' => '0',
23976   'p6' => '0',
23977   'p7' => '0',
23978   'p8' => '0',
23979   'p9' => '0',
23980   'updated' => '0',
23981 ))
23982 ->values(array(
23983   'menu_name' => 'management',
23984   'mlid' => '371',
23985   'plid' => '175',
23986   'link_path' => 'admin/help/book',
23987   'router_path' => 'admin/help/book',
23988   'link_title' => 'book',
23989   'options' => 'a:0:{}',
23990   'module' => 'system',
23991   'hidden' => '-1',
23992   'external' => '0',
23993   'has_children' => '0',
23994   'expanded' => '0',
23995   'weight' => '0',
23996   'depth' => '3',
23997   'customized' => '0',
23998   'p1' => '1',
23999   'p2' => '175',
24000   'p3' => '371',
24001   'p4' => '0',
24002   'p5' => '0',
24003   'p6' => '0',
24004   'p7' => '0',
24005   'p8' => '0',
24006   'p9' => '0',
24007   'updated' => '0',
24008 ))
24009 ->values(array(
24010   'menu_name' => 'management',
24011   'mlid' => '372',
24012   'plid' => '175',
24013   'link_path' => 'admin/help/contact',
24014   'router_path' => 'admin/help/contact',
24015   'link_title' => 'contact',
24016   'options' => 'a:0:{}',
24017   'module' => 'system',
24018   'hidden' => '-1',
24019   'external' => '0',
24020   'has_children' => '0',
24021   'expanded' => '0',
24022   'weight' => '0',
24023   'depth' => '3',
24024   'customized' => '0',
24025   'p1' => '1',
24026   'p2' => '175',
24027   'p3' => '372',
24028   'p4' => '0',
24029   'p5' => '0',
24030   'p6' => '0',
24031   'p7' => '0',
24032   'p8' => '0',
24033   'p9' => '0',
24034   'updated' => '0',
24035 ))
24036 ->values(array(
24037   'menu_name' => 'management',
24038   'mlid' => '373',
24039   'plid' => '175',
24040   'link_path' => 'admin/help/date',
24041   'router_path' => 'admin/help/date',
24042   'link_title' => 'date',
24043   'options' => 'a:0:{}',
24044   'module' => 'system',
24045   'hidden' => '-1',
24046   'external' => '0',
24047   'has_children' => '0',
24048   'expanded' => '0',
24049   'weight' => '0',
24050   'depth' => '3',
24051   'customized' => '0',
24052   'p1' => '1',
24053   'p2' => '175',
24054   'p3' => '373',
24055   'p4' => '0',
24056   'p5' => '0',
24057   'p6' => '0',
24058   'p7' => '0',
24059   'p8' => '0',
24060   'p9' => '0',
24061   'updated' => '0',
24062 ))
24063 ->values(array(
24064   'menu_name' => 'management',
24065   'mlid' => '374',
24066   'plid' => '175',
24067   'link_path' => 'admin/help/forum',
24068   'router_path' => 'admin/help/forum',
24069   'link_title' => 'forum',
24070   'options' => 'a:0:{}',
24071   'module' => 'system',
24072   'hidden' => '-1',
24073   'external' => '0',
24074   'has_children' => '0',
24075   'expanded' => '0',
24076   'weight' => '0',
24077   'depth' => '3',
24078   'customized' => '0',
24079   'p1' => '1',
24080   'p2' => '175',
24081   'p3' => '374',
24082   'p4' => '0',
24083   'p5' => '0',
24084   'p6' => '0',
24085   'p7' => '0',
24086   'p8' => '0',
24087   'p9' => '0',
24088   'updated' => '0',
24089 ))
24090 ->values(array(
24091   'menu_name' => 'management',
24092   'mlid' => '375',
24093   'plid' => '175',
24094   'link_path' => 'admin/help/locale',
24095   'router_path' => 'admin/help/locale',
24096   'link_title' => 'locale',
24097   'options' => 'a:0:{}',
24098   'module' => 'system',
24099   'hidden' => '-1',
24100   'external' => '0',
24101   'has_children' => '0',
24102   'expanded' => '0',
24103   'weight' => '0',
24104   'depth' => '3',
24105   'customized' => '0',
24106   'p1' => '1',
24107   'p2' => '175',
24108   'p3' => '375',
24109   'p4' => '0',
24110   'p5' => '0',
24111   'p6' => '0',
24112   'p7' => '0',
24113   'p8' => '0',
24114   'p9' => '0',
24115   'updated' => '0',
24116 ))
24117 ->values(array(
24118   'menu_name' => 'management',
24119   'mlid' => '377',
24120   'plid' => '175',
24121   'link_path' => 'admin/help/simpletest',
24122   'router_path' => 'admin/help/simpletest',
24123   'link_title' => 'simpletest',
24124   'options' => 'a:0:{}',
24125   'module' => 'system',
24126   'hidden' => '-1',
24127   'external' => '0',
24128   'has_children' => '0',
24129   'expanded' => '0',
24130   'weight' => '0',
24131   'depth' => '3',
24132   'customized' => '0',
24133   'p1' => '1',
24134   'p2' => '175',
24135   'p3' => '377',
24136   'p4' => '0',
24137   'p5' => '0',
24138   'p6' => '0',
24139   'p7' => '0',
24140   'p8' => '0',
24141   'p9' => '0',
24142   'updated' => '0',
24143 ))
24144 ->values(array(
24145   'menu_name' => 'management',
24146   'mlid' => '378',
24147   'plid' => '175',
24148   'link_path' => 'admin/help/statistics',
24149   'router_path' => 'admin/help/statistics',
24150   'link_title' => 'statistics',
24151   'options' => 'a:0:{}',
24152   'module' => 'system',
24153   'hidden' => '-1',
24154   'external' => '0',
24155   'has_children' => '0',
24156   'expanded' => '0',
24157   'weight' => '0',
24158   'depth' => '3',
24159   'customized' => '0',
24160   'p1' => '1',
24161   'p2' => '175',
24162   'p3' => '378',
24163   'p4' => '0',
24164   'p5' => '0',
24165   'p6' => '0',
24166   'p7' => '0',
24167   'p8' => '0',
24168   'p9' => '0',
24169   'updated' => '0',
24170 ))
24171 ->values(array(
24172   'menu_name' => 'management',
24173   'mlid' => '379',
24174   'plid' => '175',
24175   'link_path' => 'admin/help/syslog',
24176   'router_path' => 'admin/help/syslog',
24177   'link_title' => 'syslog',
24178   'options' => 'a:0:{}',
24179   'module' => 'system',
24180   'hidden' => '-1',
24181   'external' => '0',
24182   'has_children' => '0',
24183   'expanded' => '0',
24184   'weight' => '0',
24185   'depth' => '3',
24186   'customized' => '0',
24187   'p1' => '1',
24188   'p2' => '175',
24189   'p3' => '379',
24190   'p4' => '0',
24191   'p5' => '0',
24192   'p6' => '0',
24193   'p7' => '0',
24194   'p8' => '0',
24195   'p9' => '0',
24196   'updated' => '0',
24197 ))
24198 ->values(array(
24199   'menu_name' => 'management',
24200   'mlid' => '380',
24201   'plid' => '175',
24202   'link_path' => 'admin/help/tracker',
24203   'router_path' => 'admin/help/tracker',
24204   'link_title' => 'tracker',
24205   'options' => 'a:0:{}',
24206   'module' => 'system',
24207   'hidden' => '-1',
24208   'external' => '0',
24209   'has_children' => '0',
24210   'expanded' => '0',
24211   'weight' => '0',
24212   'depth' => '3',
24213   'customized' => '0',
24214   'p1' => '1',
24215   'p2' => '175',
24216   'p3' => '380',
24217   'p4' => '0',
24218   'p5' => '0',
24219   'p6' => '0',
24220   'p7' => '0',
24221   'p8' => '0',
24222   'p9' => '0',
24223   'updated' => '0',
24224 ))
24225 ->values(array(
24226   'menu_name' => 'management',
24227   'mlid' => '381',
24228   'plid' => '175',
24229   'link_path' => 'admin/help/translation',
24230   'router_path' => 'admin/help/translation',
24231   'link_title' => 'translation',
24232   'options' => 'a:0:{}',
24233   'module' => 'system',
24234   'hidden' => '-1',
24235   'external' => '0',
24236   'has_children' => '0',
24237   'expanded' => '0',
24238   'weight' => '0',
24239   'depth' => '3',
24240   'customized' => '0',
24241   'p1' => '1',
24242   'p2' => '175',
24243   'p3' => '381',
24244   'p4' => '0',
24245   'p5' => '0',
24246   'p6' => '0',
24247   'p7' => '0',
24248   'p8' => '0',
24249   'p9' => '0',
24250   'updated' => '0',
24251 ))
24252 ->values(array(
24253   'menu_name' => 'management',
24254   'mlid' => '382',
24255   'plid' => '175',
24256   'link_path' => 'admin/help/trigger',
24257   'router_path' => 'admin/help/trigger',
24258   'link_title' => 'trigger',
24259   'options' => 'a:0:{}',
24260   'module' => 'system',
24261   'hidden' => '-1',
24262   'external' => '0',
24263   'has_children' => '0',
24264   'expanded' => '0',
24265   'weight' => '0',
24266   'depth' => '3',
24267   'customized' => '0',
24268   'p1' => '1',
24269   'p2' => '175',
24270   'p3' => '382',
24271   'p4' => '0',
24272   'p5' => '0',
24273   'p6' => '0',
24274   'p7' => '0',
24275   'p8' => '0',
24276   'p9' => '0',
24277   'updated' => '0',
24278 ))
24279 ->values(array(
24280   'menu_name' => 'navigation',
24281   'mlid' => '383',
24282   'plid' => '347',
24283   'link_path' => 'aggregator/categories/%/categorize',
24284   'router_path' => 'aggregator/categories/%/categorize',
24285   'link_title' => 'Categorize',
24286   'options' => 'a:0:{}',
24287   'module' => 'system',
24288   'hidden' => '-1',
24289   'external' => '0',
24290   'has_children' => '0',
24291   'expanded' => '0',
24292   'weight' => '0',
24293   'depth' => '4',
24294   'customized' => '0',
24295   'p1' => '338',
24296   'p2' => '342',
24297   'p3' => '347',
24298   'p4' => '383',
24299   'p5' => '0',
24300   'p6' => '0',
24301   'p7' => '0',
24302   'p8' => '0',
24303   'p9' => '0',
24304   'updated' => '0',
24305 ))
24306 ->values(array(
24307   'menu_name' => 'navigation',
24308   'mlid' => '384',
24309   'plid' => '348',
24310   'link_path' => 'aggregator/sources/%/categorize',
24311   'router_path' => 'aggregator/sources/%/categorize',
24312   'link_title' => 'Categorize',
24313   'options' => 'a:0:{}',
24314   'module' => 'system',
24315   'hidden' => '-1',
24316   'external' => '0',
24317   'has_children' => '0',
24318   'expanded' => '0',
24319   'weight' => '0',
24320   'depth' => '4',
24321   'customized' => '0',
24322   'p1' => '338',
24323   'p2' => '346',
24324   'p3' => '348',
24325   'p4' => '384',
24326   'p5' => '0',
24327   'p6' => '0',
24328   'p7' => '0',
24329   'p8' => '0',
24330   'p9' => '0',
24331   'updated' => '0',
24332 ))
24333 ->values(array(
24334   'menu_name' => 'navigation',
24335   'mlid' => '385',
24336   'plid' => '347',
24337   'link_path' => 'aggregator/categories/%/configure',
24338   'router_path' => 'aggregator/categories/%/configure',
24339   'link_title' => 'Configure',
24340   'options' => 'a:0:{}',
24341   'module' => 'system',
24342   'hidden' => '-1',
24343   'external' => '0',
24344   'has_children' => '0',
24345   'expanded' => '0',
24346   'weight' => '1',
24347   'depth' => '4',
24348   'customized' => '0',
24349   'p1' => '338',
24350   'p2' => '342',
24351   'p3' => '347',
24352   'p4' => '385',
24353   'p5' => '0',
24354   'p6' => '0',
24355   'p7' => '0',
24356   'p8' => '0',
24357   'p9' => '0',
24358   'updated' => '0',
24359 ))
24360 ->values(array(
24361   'menu_name' => 'navigation',
24362   'mlid' => '386',
24363   'plid' => '348',
24364   'link_path' => 'aggregator/sources/%/configure',
24365   'router_path' => 'aggregator/sources/%/configure',
24366   'link_title' => 'Configure',
24367   'options' => 'a:0:{}',
24368   'module' => 'system',
24369   'hidden' => '-1',
24370   'external' => '0',
24371   'has_children' => '0',
24372   'expanded' => '0',
24373   'weight' => '1',
24374   'depth' => '4',
24375   'customized' => '0',
24376   'p1' => '338',
24377   'p2' => '346',
24378   'p3' => '348',
24379   'p4' => '386',
24380   'p5' => '0',
24381   'p6' => '0',
24382   'p7' => '0',
24383   'p8' => '0',
24384   'p9' => '0',
24385   'updated' => '0',
24386 ))
24387 ->values(array(
24388   'menu_name' => 'navigation',
24389   'mlid' => '387',
24390   'plid' => '347',
24391   'link_path' => 'aggregator/categories/%/view',
24392   'router_path' => 'aggregator/categories/%/view',
24393   'link_title' => 'View',
24394   'options' => 'a:0:{}',
24395   'module' => 'system',
24396   'hidden' => '-1',
24397   'external' => '0',
24398   'has_children' => '0',
24399   'expanded' => '0',
24400   'weight' => '-10',
24401   'depth' => '4',
24402   'customized' => '0',
24403   'p1' => '338',
24404   'p2' => '342',
24405   'p3' => '347',
24406   'p4' => '387',
24407   'p5' => '0',
24408   'p6' => '0',
24409   'p7' => '0',
24410   'p8' => '0',
24411   'p9' => '0',
24412   'updated' => '0',
24413 ))
24414 ->values(array(
24415   'menu_name' => 'navigation',
24416   'mlid' => '388',
24417   'plid' => '348',
24418   'link_path' => 'aggregator/sources/%/view',
24419   'router_path' => 'aggregator/sources/%/view',
24420   'link_title' => 'View',
24421   'options' => 'a:0:{}',
24422   'module' => 'system',
24423   'hidden' => '-1',
24424   'external' => '0',
24425   'has_children' => '0',
24426   'expanded' => '0',
24427   'weight' => '-10',
24428   'depth' => '4',
24429   'customized' => '0',
24430   'p1' => '338',
24431   'p2' => '346',
24432   'p3' => '348',
24433   'p4' => '388',
24434   'p5' => '0',
24435   'p6' => '0',
24436   'p7' => '0',
24437   'p8' => '0',
24438   'p9' => '0',
24439   'updated' => '0',
24440 ))
24441 ->values(array(
24442   'menu_name' => 'management',
24443   'mlid' => '389',
24444   'plid' => '353',
24445   'link_path' => 'admin/structure/contact/add',
24446   'router_path' => 'admin/structure/contact/add',
24447   'link_title' => 'Add category',
24448   'options' => 'a:0:{}',
24449   'module' => 'system',
24450   'hidden' => '-1',
24451   'external' => '0',
24452   'has_children' => '0',
24453   'expanded' => '0',
24454   'weight' => '1',
24455   'depth' => '4',
24456   'customized' => '0',
24457   'p1' => '1',
24458   'p2' => '20',
24459   'p3' => '353',
24460   'p4' => '389',
24461   'p5' => '0',
24462   'p6' => '0',
24463   'p7' => '0',
24464   'p8' => '0',
24465   'p9' => '0',
24466   'updated' => '0',
24467 ))
24468 ->values(array(
24469   'menu_name' => 'management',
24470   'mlid' => '391',
24471   'plid' => '18',
24472   'link_path' => 'admin/reports/access/%',
24473   'router_path' => 'admin/reports/access/%',
24474   'link_title' => 'Details',
24475   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:16:"View access log.";}}',
24476   'module' => 'system',
24477   'hidden' => '0',
24478   'external' => '0',
24479   'has_children' => '0',
24480   'expanded' => '0',
24481   'weight' => '0',
24482   'depth' => '3',
24483   'customized' => '0',
24484   'p1' => '1',
24485   'p2' => '18',
24486   'p3' => '391',
24487   'p4' => '0',
24488   'p5' => '0',
24489   'p6' => '0',
24490   'p7' => '0',
24491   'p8' => '0',
24492   'p9' => '0',
24493   'updated' => '0',
24494 ))
24495 ->values(array(
24496   'menu_name' => 'management',
24497   'mlid' => '392',
24498   'plid' => '33',
24499   'link_path' => 'admin/config/content/email',
24500   'router_path' => 'admin/config/content/email',
24501   'link_title' => 'Email Contact Form Settings',
24502   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:57:"Administer flood control settings for email contact forms";}}',
24503   'module' => 'system',
24504   'hidden' => '0',
24505   'external' => '0',
24506   'has_children' => '0',
24507   'expanded' => '0',
24508   'weight' => '0',
24509   'depth' => '4',
24510   'customized' => '0',
24511   'p1' => '1',
24512   'p2' => '8',
24513   'p3' => '33',
24514   'p4' => '392',
24515   'p5' => '0',
24516   'p6' => '0',
24517   'p7' => '0',
24518   'p8' => '0',
24519   'p9' => '0',
24520   'updated' => '0',
24521 ))
24522 ->values(array(
24523   'menu_name' => 'management',
24524   'mlid' => '393',
24525   'plid' => '60',
24526   'link_path' => 'admin/config/services/aggregator',
24527   'router_path' => 'admin/config/services/aggregator',
24528   'link_title' => 'Feed aggregator',
24529   '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.\";}}",
24530   'module' => 'system',
24531   'hidden' => '0',
24532   'external' => '0',
24533   'has_children' => '1',
24534   'expanded' => '0',
24535   'weight' => '10',
24536   'depth' => '4',
24537   'customized' => '0',
24538   'p1' => '1',
24539   'p2' => '8',
24540   'p3' => '60',
24541   'p4' => '393',
24542   'p5' => '0',
24543   'p6' => '0',
24544   'p7' => '0',
24545   'p8' => '0',
24546   'p9' => '0',
24547   'updated' => '0',
24548 ))
24549 ->values(array(
24550   'menu_name' => 'management',
24551   'mlid' => '395',
24552   'plid' => '48',
24553   'link_path' => 'admin/config/regional/language',
24554   'router_path' => 'admin/config/regional/language',
24555   'link_title' => 'Languages',
24556   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:55:"Configure languages for content and the user interface.";}}',
24557   'module' => 'system',
24558   'hidden' => '0',
24559   'external' => '0',
24560   'has_children' => '1',
24561   'expanded' => '0',
24562   'weight' => '-10',
24563   'depth' => '4',
24564   'customized' => '0',
24565   'p1' => '1',
24566   'p2' => '8',
24567   'p3' => '48',
24568   'p4' => '395',
24569   'p5' => '0',
24570   'p6' => '0',
24571   'p7' => '0',
24572   'p8' => '0',
24573   'p9' => '0',
24574   'updated' => '0',
24575 ))
24576 ->values(array(
24577   'menu_name' => 'management',
24578   'mlid' => '396',
24579   'plid' => '351',
24580   'link_path' => 'admin/content/book/list',
24581   'router_path' => 'admin/content/book/list',
24582   'link_title' => 'List',
24583   'options' => 'a:0:{}',
24584   'module' => 'system',
24585   'hidden' => '-1',
24586   'external' => '0',
24587   'has_children' => '0',
24588   'expanded' => '0',
24589   'weight' => '0',
24590   'depth' => '4',
24591   'customized' => '0',
24592   'p1' => '1',
24593   'p2' => '9',
24594   'p3' => '351',
24595   'p4' => '396',
24596   'p5' => '0',
24597   'p6' => '0',
24598   'p7' => '0',
24599   'p8' => '0',
24600   'p9' => '0',
24601   'updated' => '0',
24602 ))
24603 ->values(array(
24604   'menu_name' => 'management',
24605   'mlid' => '398',
24606   'plid' => '356',
24607   'link_path' => 'admin/structure/forum/list',
24608   'router_path' => 'admin/structure/forum/list',
24609   'link_title' => 'List',
24610   'options' => 'a:0:{}',
24611   'module' => 'system',
24612   'hidden' => '-1',
24613   'external' => '0',
24614   'has_children' => '0',
24615   'expanded' => '0',
24616   'weight' => '-10',
24617   'depth' => '4',
24618   'customized' => '0',
24619   'p1' => '1',
24620   'p2' => '20',
24621   'p3' => '356',
24622   'p4' => '398',
24623   'p5' => '0',
24624   'p6' => '0',
24625   'p7' => '0',
24626   'p8' => '0',
24627   'p9' => '0',
24628   'updated' => '0',
24629 ))
24630 ->values(array(
24631   'menu_name' => 'navigation',
24632   'mlid' => '399',
24633   'plid' => '358',
24634   'link_path' => 'node/%/outline/remove',
24635   'router_path' => 'node/%/outline/remove',
24636   'link_title' => 'Remove from outline',
24637   'options' => 'a:0:{}',
24638   'module' => 'system',
24639   'hidden' => '0',
24640   'external' => '0',
24641   'has_children' => '0',
24642   'expanded' => '0',
24643   'weight' => '0',
24644   'depth' => '3',
24645   'customized' => '0',
24646   'p1' => '5',
24647   'p2' => '358',
24648   'p3' => '399',
24649   'p4' => '0',
24650   'p5' => '0',
24651   'p6' => '0',
24652   'p7' => '0',
24653   'p8' => '0',
24654   'p9' => '0',
24655   'updated' => '0',
24656 ))
24657 ->values(array(
24658   'menu_name' => 'management',
24659   'mlid' => '400',
24660   'plid' => '351',
24661   'link_path' => 'admin/content/book/settings',
24662   'router_path' => 'admin/content/book/settings',
24663   'link_title' => 'Settings',
24664   'options' => 'a:0:{}',
24665   'module' => 'system',
24666   'hidden' => '-1',
24667   'external' => '0',
24668   'has_children' => '0',
24669   'expanded' => '0',
24670   'weight' => '8',
24671   'depth' => '4',
24672   'customized' => '0',
24673   'p1' => '1',
24674   'p2' => '9',
24675   'p3' => '351',
24676   'p4' => '400',
24677   'p5' => '0',
24678   'p6' => '0',
24679   'p7' => '0',
24680   'p8' => '0',
24681   'p9' => '0',
24682   'updated' => '0',
24683 ))
24684 ->values(array(
24685   'menu_name' => 'management',
24686   'mlid' => '402',
24687   'plid' => '53',
24688   'link_path' => 'admin/config/system/statistics',
24689   'router_path' => 'admin/config/system/statistics',
24690   'link_title' => 'Statistics',
24691   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:68:"Control details about what and how your site logs access statistics.";}}',
24692   'module' => 'system',
24693   'hidden' => '0',
24694   'external' => '0',
24695   'has_children' => '0',
24696   'expanded' => '0',
24697   'weight' => '-15',
24698   'depth' => '4',
24699   'customized' => '0',
24700   'p1' => '1',
24701   'p2' => '8',
24702   'p3' => '53',
24703   'p4' => '402',
24704   'p5' => '0',
24705   'p6' => '0',
24706   'p7' => '0',
24707   'p8' => '0',
24708   'p9' => '0',
24709   'updated' => '0',
24710 ))
24711 ->values(array(
24712   'menu_name' => 'management',
24713   'mlid' => '405',
24714   'plid' => '366',
24715   'link_path' => 'admin/structure/trigger/comment',
24716   'router_path' => 'admin/structure/trigger/comment',
24717   'link_title' => 'Comment',
24718   'options' => 'a:0:{}',
24719   'module' => 'system',
24720   'hidden' => '-1',
24721   'external' => '0',
24722   'has_children' => '0',
24723   'expanded' => '0',
24724   'weight' => '0',
24725   'depth' => '4',
24726   'customized' => '0',
24727   'p1' => '1',
24728   'p2' => '20',
24729   'p3' => '366',
24730   'p4' => '405',
24731   'p5' => '0',
24732   'p6' => '0',
24733   'p7' => '0',
24734   'p8' => '0',
24735   'p9' => '0',
24736   'updated' => '0',
24737 ))
24738 ->values(array(
24739   'menu_name' => 'management',
24740   'mlid' => '407',
24741   'plid' => '366',
24742   'link_path' => 'admin/structure/trigger/node',
24743   'router_path' => 'admin/structure/trigger/node',
24744   'link_title' => 'Node',
24745   'options' => 'a:0:{}',
24746   'module' => 'system',
24747   'hidden' => '-1',
24748   'external' => '0',
24749   'has_children' => '0',
24750   'expanded' => '0',
24751   'weight' => '0',
24752   'depth' => '4',
24753   'customized' => '0',
24754   'p1' => '1',
24755   'p2' => '20',
24756   'p3' => '366',
24757   'p4' => '407',
24758   'p5' => '0',
24759   'p6' => '0',
24760   'p7' => '0',
24761   'p8' => '0',
24762   'p9' => '0',
24763   'updated' => '0',
24764 ))
24765 ->values(array(
24766   'menu_name' => 'management',
24767   'mlid' => '408',
24768   'plid' => '366',
24769   'link_path' => 'admin/structure/trigger/system',
24770   'router_path' => 'admin/structure/trigger/system',
24771   'link_title' => 'System',
24772   'options' => 'a:0:{}',
24773   'module' => 'system',
24774   'hidden' => '-1',
24775   'external' => '0',
24776   'has_children' => '0',
24777   'expanded' => '0',
24778   'weight' => '0',
24779   'depth' => '4',
24780   'customized' => '0',
24781   'p1' => '1',
24782   'p2' => '20',
24783   'p3' => '366',
24784   'p4' => '408',
24785   'p5' => '0',
24786   'p6' => '0',
24787   'p7' => '0',
24788   'p8' => '0',
24789   'p9' => '0',
24790   'updated' => '0',
24791 ))
24792 ->values(array(
24793   'menu_name' => 'management',
24794   'mlid' => '409',
24795   'plid' => '366',
24796   'link_path' => 'admin/structure/trigger/taxonomy',
24797   'router_path' => 'admin/structure/trigger/taxonomy',
24798   'link_title' => 'Taxonomy',
24799   'options' => 'a:0:{}',
24800   'module' => 'system',
24801   'hidden' => '-1',
24802   'external' => '0',
24803   'has_children' => '0',
24804   'expanded' => '0',
24805   'weight' => '0',
24806   'depth' => '4',
24807   'customized' => '0',
24808   'p1' => '1',
24809   'p2' => '20',
24810   'p3' => '366',
24811   'p4' => '409',
24812   'p5' => '0',
24813   'p6' => '0',
24814   'p7' => '0',
24815   'p8' => '0',
24816   'p9' => '0',
24817   'updated' => '0',
24818 ))
24819 ->values(array(
24820   'menu_name' => 'management',
24821   'mlid' => '410',
24822   'plid' => '37',
24823   'link_path' => 'admin/config/development/testing',
24824   'router_path' => 'admin/config/development/testing',
24825   'link_title' => 'Testing',
24826   '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.";}}',
24827   'module' => 'system',
24828   'hidden' => '0',
24829   'external' => '0',
24830   'has_children' => '1',
24831   'expanded' => '0',
24832   'weight' => '-5',
24833   'depth' => '4',
24834   'customized' => '0',
24835   'p1' => '1',
24836   'p2' => '8',
24837   'p3' => '37',
24838   'p4' => '410',
24839   'p5' => '0',
24840   'p6' => '0',
24841   'p7' => '0',
24842   'p8' => '0',
24843   'p9' => '0',
24844   'updated' => '0',
24845 ))
24846 ->values(array(
24847   'menu_name' => 'navigation',
24848   'mlid' => '411',
24849   'plid' => '364',
24850   'link_path' => 'user/%/track/content',
24851   'router_path' => 'user/%/track/content',
24852   'link_title' => 'Track content',
24853   'options' => 'a:0:{}',
24854   'module' => 'system',
24855   'hidden' => '-1',
24856   'external' => '0',
24857   'has_children' => '0',
24858   'expanded' => '0',
24859   'weight' => '0',
24860   'depth' => '3',
24861   'customized' => '0',
24862   'p1' => '16',
24863   'p2' => '364',
24864   'p3' => '411',
24865   'p4' => '0',
24866   'p5' => '0',
24867   'p6' => '0',
24868   'p7' => '0',
24869   'p8' => '0',
24870   'p9' => '0',
24871   'updated' => '0',
24872 ))
24873 ->values(array(
24874   'menu_name' => 'navigation',
24875   'mlid' => '412',
24876   'plid' => '364',
24877   'link_path' => 'user/%/track/navigation',
24878   'router_path' => 'user/%/track/navigation',
24879   'link_title' => 'Track page visits',
24880   'options' => 'a:0:{}',
24881   'module' => 'system',
24882   'hidden' => '-1',
24883   'external' => '0',
24884   'has_children' => '0',
24885   'expanded' => '0',
24886   'weight' => '2',
24887   'depth' => '3',
24888   'customized' => '0',
24889   'p1' => '16',
24890   'p2' => '364',
24891   'p3' => '412',
24892   'p4' => '0',
24893   'p5' => '0',
24894   'p6' => '0',
24895   'p7' => '0',
24896   'p8' => '0',
24897   'p9' => '0',
24898   'updated' => '0',
24899 ))
24900 ->values(array(
24901   'menu_name' => 'management',
24902   'mlid' => '413',
24903   'plid' => '48',
24904   'link_path' => 'admin/config/regional/translate',
24905   'router_path' => 'admin/config/regional/translate',
24906   'link_title' => 'Translate interface',
24907   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"Translate the built in interface and optionally other text.";}}',
24908   'module' => 'system',
24909   'hidden' => '0',
24910   'external' => '0',
24911   'has_children' => '1',
24912   'expanded' => '0',
24913   'weight' => '-5',
24914   'depth' => '4',
24915   'customized' => '0',
24916   'p1' => '1',
24917   'p2' => '8',
24918   'p3' => '48',
24919   'p4' => '413',
24920   'p5' => '0',
24921   'p6' => '0',
24922   'p7' => '0',
24923   'p8' => '0',
24924   'p9' => '0',
24925   'updated' => '0',
24926 ))
24927 ->values(array(
24928   'menu_name' => 'management',
24929   'mlid' => '414',
24930   'plid' => '366',
24931   'link_path' => 'admin/structure/trigger/unassign',
24932   'router_path' => 'admin/structure/trigger/unassign',
24933   'link_title' => 'Unassign',
24934   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Unassign an action from a trigger.";}}',
24935   'module' => 'system',
24936   'hidden' => '-1',
24937   'external' => '0',
24938   'has_children' => '0',
24939   'expanded' => '0',
24940   'weight' => '0',
24941   'depth' => '4',
24942   'customized' => '0',
24943   'p1' => '1',
24944   'p2' => '20',
24945   'p3' => '366',
24946   'p4' => '414',
24947   'p5' => '0',
24948   'p6' => '0',
24949   'p7' => '0',
24950   'p8' => '0',
24951   'p9' => '0',
24952   'updated' => '0',
24953 ))
24954 ->values(array(
24955   'menu_name' => 'management',
24956   'mlid' => '416',
24957   'plid' => '366',
24958   'link_path' => 'admin/structure/trigger/user',
24959   'router_path' => 'admin/structure/trigger/user',
24960   'link_title' => 'User',
24961   'options' => 'a:0:{}',
24962   'module' => 'system',
24963   'hidden' => '-1',
24964   'external' => '0',
24965   'has_children' => '0',
24966   'expanded' => '0',
24967   'weight' => '0',
24968   'depth' => '4',
24969   'customized' => '0',
24970   'p1' => '1',
24971   'p2' => '20',
24972   'p3' => '366',
24973   'p4' => '416',
24974   'p5' => '0',
24975   'p6' => '0',
24976   'p7' => '0',
24977   'p8' => '0',
24978   'p9' => '0',
24979   'updated' => '0',
24980 ))
24981 ->values(array(
24982   'menu_name' => 'management',
24983   'mlid' => '417',
24984   'plid' => '356',
24985   'link_path' => 'admin/structure/forum/settings',
24986   'router_path' => 'admin/structure/forum/settings',
24987   'link_title' => 'Settings',
24988   'options' => 'a:0:{}',
24989   'module' => 'system',
24990   'hidden' => '-1',
24991   'external' => '0',
24992   'has_children' => '0',
24993   'expanded' => '0',
24994   'weight' => '5',
24995   'depth' => '4',
24996   'customized' => '0',
24997   'p1' => '1',
24998   'p2' => '20',
24999   'p3' => '356',
25000   'p4' => '417',
25001   'p5' => '0',
25002   'p6' => '0',
25003   'p7' => '0',
25004   'p8' => '0',
25005   'p9' => '0',
25006   'updated' => '0',
25007 ))
25008 ->values(array(
25009   'menu_name' => 'management',
25010   'mlid' => '418',
25011   'plid' => '395',
25012   'link_path' => 'admin/config/regional/language/add',
25013   'router_path' => 'admin/config/regional/language/add',
25014   'link_title' => 'Add language',
25015   'options' => 'a:0:{}',
25016   'module' => 'system',
25017   'hidden' => '-1',
25018   'external' => '0',
25019   'has_children' => '0',
25020   'expanded' => '0',
25021   'weight' => '5',
25022   'depth' => '5',
25023   'customized' => '0',
25024   'p1' => '1',
25025   'p2' => '8',
25026   'p3' => '48',
25027   'p4' => '395',
25028   'p5' => '418',
25029   'p6' => '0',
25030   'p7' => '0',
25031   'p8' => '0',
25032   'p9' => '0',
25033   'updated' => '0',
25034 ))
25035 ->values(array(
25036   'menu_name' => 'management',
25037   'mlid' => '421',
25038   'plid' => '353',
25039   'link_path' => 'admin/structure/contact/delete/%',
25040   'router_path' => 'admin/structure/contact/delete/%',
25041   'link_title' => 'Delete contact',
25042   'options' => 'a:0:{}',
25043   'module' => 'system',
25044   'hidden' => '0',
25045   'external' => '0',
25046   'has_children' => '0',
25047   'expanded' => '0',
25048   'weight' => '0',
25049   'depth' => '4',
25050   'customized' => '0',
25051   'p1' => '1',
25052   'p2' => '20',
25053   'p3' => '353',
25054   'p4' => '421',
25055   'p5' => '0',
25056   'p6' => '0',
25057   'p7' => '0',
25058   'p8' => '0',
25059   'p9' => '0',
25060   'updated' => '0',
25061 ))
25062 ->values(array(
25063   'menu_name' => 'management',
25064   'mlid' => '422',
25065   'plid' => '395',
25066   'link_path' => 'admin/config/regional/language/configure',
25067   'router_path' => 'admin/config/regional/language/configure',
25068   'link_title' => 'Detection and selection',
25069   'options' => 'a:0:{}',
25070   'module' => 'system',
25071   'hidden' => '-1',
25072   'external' => '0',
25073   'has_children' => '0',
25074   'expanded' => '0',
25075   'weight' => '10',
25076   'depth' => '5',
25077   'customized' => '0',
25078   'p1' => '1',
25079   'p2' => '8',
25080   'p3' => '48',
25081   'p4' => '395',
25082   'p5' => '422',
25083   'p6' => '0',
25084   'p7' => '0',
25085   'p8' => '0',
25086   'p9' => '0',
25087   'updated' => '0',
25088 ))
25089 ->values(array(
25090   'menu_name' => 'management',
25091   'mlid' => '423',
25092   'plid' => '353',
25093   'link_path' => 'admin/structure/contact/edit/%',
25094   'router_path' => 'admin/structure/contact/edit/%',
25095   'link_title' => 'Edit contact category',
25096   'options' => 'a:0:{}',
25097   'module' => 'system',
25098   'hidden' => '0',
25099   'external' => '0',
25100   'has_children' => '0',
25101   'expanded' => '0',
25102   'weight' => '0',
25103   'depth' => '4',
25104   'customized' => '0',
25105   'p1' => '1',
25106   'p2' => '20',
25107   'p3' => '353',
25108   'p4' => '423',
25109   'p5' => '0',
25110   'p6' => '0',
25111   'p7' => '0',
25112   'p8' => '0',
25113   'p9' => '0',
25114   'updated' => '0',
25115 ))
25116 ->values(array(
25117   'menu_name' => 'management',
25118   'mlid' => '424',
25119   'plid' => '413',
25120   'link_path' => 'admin/config/regional/translate/export',
25121   'router_path' => 'admin/config/regional/translate/export',
25122   'link_title' => 'Export',
25123   'options' => 'a:0:{}',
25124   'module' => 'system',
25125   'hidden' => '-1',
25126   'external' => '0',
25127   'has_children' => '0',
25128   'expanded' => '0',
25129   'weight' => '30',
25130   'depth' => '5',
25131   'customized' => '0',
25132   'p1' => '1',
25133   'p2' => '8',
25134   'p3' => '48',
25135   'p4' => '413',
25136   'p5' => '424',
25137   'p6' => '0',
25138   'p7' => '0',
25139   'p8' => '0',
25140   'p9' => '0',
25141   'updated' => '0',
25142 ))
25143 ->values(array(
25144   'menu_name' => 'management',
25145   'mlid' => '425',
25146   'plid' => '413',
25147   'link_path' => 'admin/config/regional/translate/import',
25148   'router_path' => 'admin/config/regional/translate/import',
25149   'link_title' => 'Import',
25150   'options' => 'a:0:{}',
25151   'module' => 'system',
25152   'hidden' => '-1',
25153   'external' => '0',
25154   'has_children' => '0',
25155   'expanded' => '0',
25156   'weight' => '20',
25157   'depth' => '5',
25158   'customized' => '0',
25159   'p1' => '1',
25160   'p2' => '8',
25161   'p3' => '48',
25162   'p4' => '413',
25163   'p5' => '425',
25164   'p6' => '0',
25165   'p7' => '0',
25166   'p8' => '0',
25167   'p9' => '0',
25168   'updated' => '0',
25169 ))
25170 ->values(array(
25171   'menu_name' => 'management',
25172   'mlid' => '426',
25173   'plid' => '393',
25174   'link_path' => 'admin/config/services/aggregator/list',
25175   'router_path' => 'admin/config/services/aggregator/list',
25176   'link_title' => 'List',
25177   'options' => 'a:0:{}',
25178   'module' => 'system',
25179   'hidden' => '-1',
25180   'external' => '0',
25181   'has_children' => '0',
25182   'expanded' => '0',
25183   'weight' => '-10',
25184   'depth' => '5',
25185   'customized' => '0',
25186   'p1' => '1',
25187   'p2' => '8',
25188   'p3' => '60',
25189   'p4' => '393',
25190   'p5' => '426',
25191   'p6' => '0',
25192   'p7' => '0',
25193   'p8' => '0',
25194   'p9' => '0',
25195   'updated' => '0',
25196 ))
25197 ->values(array(
25198   'menu_name' => 'management',
25199   'mlid' => '427',
25200   'plid' => '395',
25201   'link_path' => 'admin/config/regional/language/overview',
25202   'router_path' => 'admin/config/regional/language/overview',
25203   'link_title' => 'List',
25204   'options' => 'a:0:{}',
25205   'module' => 'system',
25206   'hidden' => '-1',
25207   'external' => '0',
25208   'has_children' => '0',
25209   'expanded' => '0',
25210   'weight' => '0',
25211   'depth' => '5',
25212   'customized' => '0',
25213   'p1' => '1',
25214   'p2' => '8',
25215   'p3' => '48',
25216   'p4' => '395',
25217   'p5' => '427',
25218   'p6' => '0',
25219   'p7' => '0',
25220   'p8' => '0',
25221   'p9' => '0',
25222   'updated' => '0',
25223 ))
25224 ->values(array(
25225   'menu_name' => 'management',
25226   'mlid' => '428',
25227   'plid' => '410',
25228   'link_path' => 'admin/config/development/testing/list',
25229   'router_path' => 'admin/config/development/testing/list',
25230   'link_title' => 'List',
25231   'options' => 'a:0:{}',
25232   'module' => 'system',
25233   'hidden' => '-1',
25234   'external' => '0',
25235   'has_children' => '0',
25236   'expanded' => '0',
25237   'weight' => '0',
25238   'depth' => '5',
25239   'customized' => '0',
25240   'p1' => '1',
25241   'p2' => '8',
25242   'p3' => '37',
25243   'p4' => '410',
25244   'p5' => '428',
25245   'p6' => '0',
25246   'p7' => '0',
25247   'p8' => '0',
25248   'p9' => '0',
25249   'updated' => '0',
25250 ))
25251 ->values(array(
25252   'menu_name' => 'management',
25253   'mlid' => '429',
25254   'plid' => '74',
25255   'link_path' => 'admin/config/regional/date-time/locale',
25256   'router_path' => 'admin/config/regional/date-time/locale',
25257   'link_title' => 'Localize',
25258   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
25259   'module' => 'system',
25260   'hidden' => '-1',
25261   'external' => '0',
25262   'has_children' => '1',
25263   'expanded' => '0',
25264   'weight' => '-8',
25265   'depth' => '5',
25266   'customized' => '0',
25267   'p1' => '1',
25268   'p2' => '8',
25269   'p3' => '48',
25270   'p4' => '74',
25271   'p5' => '429',
25272   'p6' => '0',
25273   'p7' => '0',
25274   'p8' => '0',
25275   'p9' => '0',
25276   'updated' => '0',
25277 ))
25278 ->values(array(
25279   'menu_name' => 'management',
25280   'mlid' => '430',
25281   'plid' => '413',
25282   'link_path' => 'admin/config/regional/translate/overview',
25283   'router_path' => 'admin/config/regional/translate/overview',
25284   'link_title' => 'Overview',
25285   'options' => 'a:0:{}',
25286   'module' => 'system',
25287   'hidden' => '-1',
25288   'external' => '0',
25289   'has_children' => '0',
25290   'expanded' => '0',
25291   'weight' => '0',
25292   'depth' => '5',
25293   'customized' => '0',
25294   'p1' => '1',
25295   'p2' => '8',
25296   'p3' => '48',
25297   'p4' => '413',
25298   'p5' => '430',
25299   'p6' => '0',
25300   'p7' => '0',
25301   'p8' => '0',
25302   'p9' => '0',
25303   'updated' => '0',
25304 ))
25305 ->values(array(
25306   'menu_name' => 'management',
25307   'mlid' => '431',
25308   'plid' => '410',
25309   'link_path' => 'admin/config/development/testing/settings',
25310   'router_path' => 'admin/config/development/testing/settings',
25311   'link_title' => 'Settings',
25312   'options' => 'a:0:{}',
25313   'module' => 'system',
25314   'hidden' => '-1',
25315   'external' => '0',
25316   'has_children' => '0',
25317   'expanded' => '0',
25318   'weight' => '0',
25319   'depth' => '5',
25320   'customized' => '0',
25321   'p1' => '1',
25322   'p2' => '8',
25323   'p3' => '37',
25324   'p4' => '410',
25325   'p5' => '431',
25326   'p6' => '0',
25327   'p7' => '0',
25328   'p8' => '0',
25329   'p9' => '0',
25330   'updated' => '0',
25331 ))
25332 ->values(array(
25333   'menu_name' => 'management',
25334   'mlid' => '432',
25335   'plid' => '393',
25336   'link_path' => 'admin/config/services/aggregator/settings',
25337   'router_path' => 'admin/config/services/aggregator/settings',
25338   'link_title' => 'Settings',
25339   '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.";}}',
25340   'module' => 'system',
25341   'hidden' => '-1',
25342   'external' => '0',
25343   'has_children' => '0',
25344   'expanded' => '0',
25345   'weight' => '0',
25346   'depth' => '5',
25347   'customized' => '0',
25348   'p1' => '1',
25349   'p2' => '8',
25350   'p3' => '60',
25351   'p4' => '393',
25352   'p5' => '432',
25353   'p6' => '0',
25354   'p7' => '0',
25355   'p8' => '0',
25356   'p9' => '0',
25357   'updated' => '0',
25358 ))
25359 ->values(array(
25360   'menu_name' => 'management',
25361   'mlid' => '433',
25362   'plid' => '413',
25363   'link_path' => 'admin/config/regional/translate/translate',
25364   'router_path' => 'admin/config/regional/translate/translate',
25365   'link_title' => 'Translate',
25366   'options' => 'a:0:{}',
25367   'module' => 'system',
25368   'hidden' => '-1',
25369   'external' => '0',
25370   'has_children' => '0',
25371   'expanded' => '0',
25372   'weight' => '10',
25373   'depth' => '5',
25374   'customized' => '0',
25375   'p1' => '1',
25376   'p2' => '8',
25377   'p3' => '48',
25378   'p4' => '413',
25379   'p5' => '433',
25380   'p6' => '0',
25381   'p7' => '0',
25382   'p8' => '0',
25383   'p9' => '0',
25384   'updated' => '0',
25385 ))
25386 ->values(array(
25387   'menu_name' => 'management',
25388   'mlid' => '435',
25389   'plid' => '356',
25390   'link_path' => 'admin/structure/forum/add/container',
25391   'router_path' => 'admin/structure/forum/add/container',
25392   'link_title' => 'Add container',
25393   'options' => 'a:0:{}',
25394   'module' => 'system',
25395   'hidden' => '-1',
25396   'external' => '0',
25397   'has_children' => '0',
25398   'expanded' => '0',
25399   'weight' => '0',
25400   'depth' => '4',
25401   'customized' => '0',
25402   'p1' => '1',
25403   'p2' => '20',
25404   'p3' => '356',
25405   'p4' => '435',
25406   'p5' => '0',
25407   'p6' => '0',
25408   'p7' => '0',
25409   'p8' => '0',
25410   'p9' => '0',
25411   'updated' => '0',
25412 ))
25413 ->values(array(
25414   'menu_name' => 'management',
25415   'mlid' => '436',
25416   'plid' => '356',
25417   'link_path' => 'admin/structure/forum/add/forum',
25418   'router_path' => 'admin/structure/forum/add/forum',
25419   'link_title' => 'Add forum',
25420   'options' => 'a:0:{}',
25421   'module' => 'system',
25422   'hidden' => '-1',
25423   'external' => '0',
25424   'has_children' => '0',
25425   'expanded' => '0',
25426   'weight' => '0',
25427   'depth' => '4',
25428   'customized' => '0',
25429   'p1' => '1',
25430   'p2' => '20',
25431   'p3' => '356',
25432   'p4' => '436',
25433   'p5' => '0',
25434   'p6' => '0',
25435   'p7' => '0',
25436   'p8' => '0',
25437   'p9' => '0',
25438   'updated' => '0',
25439 ))
25440 ->values(array(
25441   'menu_name' => 'management',
25442   'mlid' => '437',
25443   'plid' => '393',
25444   'link_path' => 'admin/config/services/aggregator/add/category',
25445   'router_path' => 'admin/config/services/aggregator/add/category',
25446   'link_title' => 'Add category',
25447   'options' => 'a:0:{}',
25448   'module' => 'system',
25449   'hidden' => '-1',
25450   'external' => '0',
25451   'has_children' => '0',
25452   'expanded' => '0',
25453   'weight' => '0',
25454   'depth' => '5',
25455   'customized' => '0',
25456   'p1' => '1',
25457   'p2' => '8',
25458   'p3' => '60',
25459   'p4' => '393',
25460   'p5' => '437',
25461   'p6' => '0',
25462   'p7' => '0',
25463   'p8' => '0',
25464   'p9' => '0',
25465   'updated' => '0',
25466 ))
25467 ->values(array(
25468   'menu_name' => 'management',
25469   'mlid' => '438',
25470   'plid' => '393',
25471   'link_path' => 'admin/config/services/aggregator/add/feed',
25472   'router_path' => 'admin/config/services/aggregator/add/feed',
25473   'link_title' => 'Add feed',
25474   'options' => 'a:0:{}',
25475   'module' => 'system',
25476   'hidden' => '-1',
25477   'external' => '0',
25478   'has_children' => '0',
25479   'expanded' => '0',
25480   'weight' => '0',
25481   'depth' => '5',
25482   'customized' => '0',
25483   'p1' => '1',
25484   'p2' => '8',
25485   'p3' => '60',
25486   'p4' => '393',
25487   'p5' => '438',
25488   'p6' => '0',
25489   'p7' => '0',
25490   'p8' => '0',
25491   'p9' => '0',
25492   'updated' => '0',
25493 ))
25494 ->values(array(
25495   'menu_name' => 'management',
25496   'mlid' => '440',
25497   'plid' => '395',
25498   'link_path' => 'admin/config/regional/language/delete/%',
25499   'router_path' => 'admin/config/regional/language/delete/%',
25500   'link_title' => 'Confirm',
25501   'options' => 'a:0:{}',
25502   'module' => 'system',
25503   'hidden' => '0',
25504   'external' => '0',
25505   'has_children' => '0',
25506   'expanded' => '0',
25507   'weight' => '0',
25508   'depth' => '5',
25509   'customized' => '0',
25510   'p1' => '1',
25511   'p2' => '8',
25512   'p3' => '48',
25513   'p4' => '395',
25514   'p5' => '440',
25515   'p6' => '0',
25516   'p7' => '0',
25517   'p8' => '0',
25518   'p9' => '0',
25519   'updated' => '0',
25520 ))
25521 ->values(array(
25522   'menu_name' => 'management',
25523   'mlid' => '441',
25524   'plid' => '413',
25525   'link_path' => 'admin/config/regional/translate/delete/%',
25526   'router_path' => 'admin/config/regional/translate/delete/%',
25527   'link_title' => 'Delete string',
25528   'options' => 'a:0:{}',
25529   'module' => 'system',
25530   'hidden' => '0',
25531   'external' => '0',
25532   'has_children' => '0',
25533   'expanded' => '0',
25534   'weight' => '0',
25535   'depth' => '5',
25536   'customized' => '0',
25537   'p1' => '1',
25538   'p2' => '8',
25539   'p3' => '48',
25540   'p4' => '413',
25541   'p5' => '441',
25542   'p6' => '0',
25543   'p7' => '0',
25544   'p8' => '0',
25545   'p9' => '0',
25546   'updated' => '0',
25547 ))
25548 ->values(array(
25549   'menu_name' => 'management',
25550   'mlid' => '442',
25551   'plid' => '356',
25552   'link_path' => 'admin/structure/forum/edit/container/%',
25553   'router_path' => 'admin/structure/forum/edit/container/%',
25554   'link_title' => 'Edit container',
25555   'options' => 'a:0:{}',
25556   'module' => 'system',
25557   'hidden' => '0',
25558   'external' => '0',
25559   'has_children' => '0',
25560   'expanded' => '0',
25561   'weight' => '0',
25562   'depth' => '4',
25563   'customized' => '0',
25564   'p1' => '1',
25565   'p2' => '20',
25566   'p3' => '356',
25567   'p4' => '442',
25568   'p5' => '0',
25569   'p6' => '0',
25570   'p7' => '0',
25571   'p8' => '0',
25572   'p9' => '0',
25573   'updated' => '0',
25574 ))
25575 ->values(array(
25576   'menu_name' => 'management',
25577   'mlid' => '443',
25578   'plid' => '356',
25579   'link_path' => 'admin/structure/forum/edit/forum/%',
25580   'router_path' => 'admin/structure/forum/edit/forum/%',
25581   'link_title' => 'Edit forum',
25582   'options' => 'a:0:{}',
25583   'module' => 'system',
25584   'hidden' => '0',
25585   'external' => '0',
25586   'has_children' => '0',
25587   'expanded' => '0',
25588   'weight' => '0',
25589   'depth' => '4',
25590   'customized' => '0',
25591   'p1' => '1',
25592   'p2' => '20',
25593   'p3' => '356',
25594   'p4' => '443',
25595   'p5' => '0',
25596   'p6' => '0',
25597   'p7' => '0',
25598   'p8' => '0',
25599   'p9' => '0',
25600   'updated' => '0',
25601 ))
25602 ->values(array(
25603   'menu_name' => 'management',
25604   'mlid' => '444',
25605   'plid' => '395',
25606   'link_path' => 'admin/config/regional/language/edit/%',
25607   'router_path' => 'admin/config/regional/language/edit/%',
25608   'link_title' => 'Edit language',
25609   'options' => 'a:0:{}',
25610   'module' => 'system',
25611   'hidden' => '0',
25612   'external' => '0',
25613   'has_children' => '0',
25614   'expanded' => '0',
25615   'weight' => '0',
25616   'depth' => '5',
25617   'customized' => '0',
25618   'p1' => '1',
25619   'p2' => '8',
25620   'p3' => '48',
25621   'p4' => '395',
25622   'p5' => '444',
25623   'p6' => '0',
25624   'p7' => '0',
25625   'p8' => '0',
25626   'p9' => '0',
25627   'updated' => '0',
25628 ))
25629 ->values(array(
25630   'menu_name' => 'management',
25631   'mlid' => '445',
25632   'plid' => '413',
25633   'link_path' => 'admin/config/regional/translate/edit/%',
25634   'router_path' => 'admin/config/regional/translate/edit/%',
25635   'link_title' => 'Edit string',
25636   'options' => 'a:0:{}',
25637   'module' => 'system',
25638   'hidden' => '0',
25639   'external' => '0',
25640   'has_children' => '0',
25641   'expanded' => '0',
25642   'weight' => '0',
25643   'depth' => '5',
25644   'customized' => '0',
25645   'p1' => '1',
25646   'p2' => '8',
25647   'p3' => '48',
25648   'p4' => '413',
25649   'p5' => '445',
25650   'p6' => '0',
25651   'p7' => '0',
25652   'p8' => '0',
25653   'p9' => '0',
25654   'updated' => '0',
25655 ))
25656 ->values(array(
25657   'menu_name' => 'management',
25658   'mlid' => '447',
25659   'plid' => '393',
25660   'link_path' => 'admin/config/services/aggregator/add/opml',
25661   'router_path' => 'admin/config/services/aggregator/add/opml',
25662   'link_title' => 'Import OPML',
25663   'options' => 'a:0:{}',
25664   'module' => 'system',
25665   'hidden' => '-1',
25666   'external' => '0',
25667   'has_children' => '0',
25668   'expanded' => '0',
25669   'weight' => '0',
25670   'depth' => '5',
25671   'customized' => '0',
25672   'p1' => '1',
25673   'p2' => '8',
25674   'p3' => '60',
25675   'p4' => '393',
25676   'p5' => '447',
25677   'p6' => '0',
25678   'p7' => '0',
25679   'p8' => '0',
25680   'p9' => '0',
25681   'updated' => '0',
25682 ))
25683 ->values(array(
25684   'menu_name' => 'management',
25685   'mlid' => '448',
25686   'plid' => '393',
25687   'link_path' => 'admin/config/services/aggregator/remove/%',
25688   'router_path' => 'admin/config/services/aggregator/remove/%',
25689   'link_title' => 'Remove items',
25690   'options' => 'a:0:{}',
25691   'module' => 'system',
25692   'hidden' => '0',
25693   'external' => '0',
25694   'has_children' => '0',
25695   'expanded' => '0',
25696   'weight' => '0',
25697   'depth' => '5',
25698   'customized' => '0',
25699   'p1' => '1',
25700   'p2' => '8',
25701   'p3' => '60',
25702   'p4' => '393',
25703   'p5' => '448',
25704   'p6' => '0',
25705   'p7' => '0',
25706   'p8' => '0',
25707   'p9' => '0',
25708   'updated' => '0',
25709 ))
25710 ->values(array(
25711   'menu_name' => 'management',
25712   'mlid' => '449',
25713   'plid' => '422',
25714   'link_path' => 'admin/config/regional/language/configure/session',
25715   'router_path' => 'admin/config/regional/language/configure/session',
25716   'link_title' => 'Session language detection configuration',
25717   'options' => 'a:0:{}',
25718   'module' => 'system',
25719   'hidden' => '-1',
25720   'external' => '0',
25721   'has_children' => '0',
25722   'expanded' => '0',
25723   'weight' => '0',
25724   'depth' => '6',
25725   'customized' => '0',
25726   'p1' => '1',
25727   'p2' => '8',
25728   'p3' => '48',
25729   'p4' => '395',
25730   'p5' => '422',
25731   'p6' => '449',
25732   'p7' => '0',
25733   'p8' => '0',
25734   'p9' => '0',
25735   'updated' => '0',
25736 ))
25737 ->values(array(
25738   'menu_name' => 'management',
25739   'mlid' => '450',
25740   'plid' => '410',
25741   'link_path' => 'admin/config/development/testing/results/%',
25742   'router_path' => 'admin/config/development/testing/results/%',
25743   'link_title' => 'Test result',
25744   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:21:"View result of tests.";}}',
25745   'module' => 'system',
25746   'hidden' => '0',
25747   'external' => '0',
25748   'has_children' => '0',
25749   'expanded' => '0',
25750   'weight' => '0',
25751   'depth' => '5',
25752   'customized' => '0',
25753   'p1' => '1',
25754   'p2' => '8',
25755   'p3' => '37',
25756   'p4' => '410',
25757   'p5' => '450',
25758   'p6' => '0',
25759   'p7' => '0',
25760   'p8' => '0',
25761   'p9' => '0',
25762   'updated' => '0',
25763 ))
25764 ->values(array(
25765   'menu_name' => 'management',
25766   'mlid' => '451',
25767   'plid' => '422',
25768   'link_path' => 'admin/config/regional/language/configure/url',
25769   'router_path' => 'admin/config/regional/language/configure/url',
25770   'link_title' => 'URL language detection configuration',
25771   'options' => 'a:0:{}',
25772   'module' => 'system',
25773   'hidden' => '-1',
25774   'external' => '0',
25775   'has_children' => '0',
25776   'expanded' => '0',
25777   'weight' => '0',
25778   'depth' => '6',
25779   'customized' => '0',
25780   'p1' => '1',
25781   'p2' => '8',
25782   'p3' => '48',
25783   'p4' => '395',
25784   'p5' => '422',
25785   'p6' => '451',
25786   'p7' => '0',
25787   'p8' => '0',
25788   'p9' => '0',
25789   'updated' => '0',
25790 ))
25791 ->values(array(
25792   'menu_name' => 'management',
25793   'mlid' => '452',
25794   'plid' => '393',
25795   'link_path' => 'admin/config/services/aggregator/update/%',
25796   'router_path' => 'admin/config/services/aggregator/update/%',
25797   'link_title' => 'Update items',
25798   'options' => 'a:0:{}',
25799   'module' => 'system',
25800   'hidden' => '0',
25801   'external' => '0',
25802   'has_children' => '0',
25803   'expanded' => '0',
25804   'weight' => '0',
25805   'depth' => '5',
25806   'customized' => '0',
25807   'p1' => '1',
25808   'p2' => '8',
25809   'p3' => '60',
25810   'p4' => '393',
25811   'p5' => '452',
25812   'p6' => '0',
25813   'p7' => '0',
25814   'p8' => '0',
25815   'p9' => '0',
25816   'updated' => '0',
25817 ))
25818 ->values(array(
25819   'menu_name' => 'management',
25820   'mlid' => '458',
25821   'plid' => '393',
25822   'link_path' => 'admin/config/services/aggregator/edit/category/%',
25823   'router_path' => 'admin/config/services/aggregator/edit/category/%',
25824   'link_title' => 'Edit category',
25825   'options' => 'a:0:{}',
25826   'module' => 'system',
25827   'hidden' => '0',
25828   'external' => '0',
25829   'has_children' => '0',
25830   'expanded' => '0',
25831   'weight' => '0',
25832   'depth' => '5',
25833   'customized' => '0',
25834   'p1' => '1',
25835   'p2' => '8',
25836   'p3' => '60',
25837   'p4' => '393',
25838   'p5' => '458',
25839   'p6' => '0',
25840   'p7' => '0',
25841   'p8' => '0',
25842   'p9' => '0',
25843   'updated' => '0',
25844 ))
25845 ->values(array(
25846   'menu_name' => 'management',
25847   'mlid' => '459',
25848   'plid' => '393',
25849   'link_path' => 'admin/config/services/aggregator/edit/feed/%',
25850   'router_path' => 'admin/config/services/aggregator/edit/feed/%',
25851   'link_title' => 'Edit feed',
25852   'options' => 'a:0:{}',
25853   'module' => 'system',
25854   'hidden' => '0',
25855   'external' => '0',
25856   'has_children' => '0',
25857   'expanded' => '0',
25858   'weight' => '0',
25859   'depth' => '5',
25860   'customized' => '0',
25861   'p1' => '1',
25862   'p2' => '8',
25863   'p3' => '60',
25864   'p4' => '393',
25865   'p5' => '459',
25866   'p6' => '0',
25867   'p7' => '0',
25868   'p8' => '0',
25869   'p9' => '0',
25870   'updated' => '0',
25871 ))
25872 ->values(array(
25873   'menu_name' => 'management',
25874   'mlid' => '461',
25875   'plid' => '429',
25876   'link_path' => 'admin/config/regional/date-time/locale/%/edit',
25877   'router_path' => 'admin/config/regional/date-time/locale/%/edit',
25878   'link_title' => 'Localize date formats',
25879   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
25880   'module' => 'system',
25881   'hidden' => '0',
25882   'external' => '0',
25883   'has_children' => '0',
25884   'expanded' => '0',
25885   'weight' => '0',
25886   'depth' => '6',
25887   'customized' => '0',
25888   'p1' => '1',
25889   'p2' => '8',
25890   'p3' => '48',
25891   'p4' => '74',
25892   'p5' => '429',
25893   'p6' => '461',
25894   'p7' => '0',
25895   'p8' => '0',
25896   'p9' => '0',
25897   'updated' => '0',
25898 ))
25899 ->values(array(
25900   'menu_name' => 'management',
25901   'mlid' => '462',
25902   'plid' => '303',
25903   'link_path' => 'admin/structure/types/manage/%/display/print',
25904   'router_path' => 'admin/structure/types/manage/%/display/print',
25905   'link_title' => 'Print',
25906   'options' => 'a:0:{}',
25907   'module' => 'system',
25908   'hidden' => '-1',
25909   'external' => '0',
25910   'has_children' => '0',
25911   'expanded' => '0',
25912   'weight' => '5',
25913   'depth' => '6',
25914   'customized' => '0',
25915   'p1' => '1',
25916   'p2' => '20',
25917   'p3' => '34',
25918   'p4' => '114',
25919   'p5' => '303',
25920   'p6' => '462',
25921   'p7' => '0',
25922   'p8' => '0',
25923   'p9' => '0',
25924   'updated' => '0',
25925 ))
25926 ->values(array(
25927   'menu_name' => 'management',
25928   'mlid' => '463',
25929   'plid' => '429',
25930   'link_path' => 'admin/config/regional/date-time/locale/%/reset',
25931   'router_path' => 'admin/config/regional/date-time/locale/%/reset',
25932   'link_title' => 'Reset date formats',
25933   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Reset localized date formats to global defaults";}}',
25934   'module' => 'system',
25935   'hidden' => '0',
25936   'external' => '0',
25937   'has_children' => '0',
25938   'expanded' => '0',
25939   'weight' => '0',
25940   'depth' => '6',
25941   'customized' => '0',
25942   'p1' => '1',
25943   'p2' => '8',
25944   'p3' => '48',
25945   'p4' => '74',
25946   'p5' => '429',
25947   'p6' => '463',
25948   'p7' => '0',
25949   'p8' => '0',
25950   'p9' => '0',
25951   'updated' => '0',
25952 ))
25953 ->values(array(
25954   'menu_name' => 'navigation',
25955   'mlid' => '465',
25956   'plid' => '6',
25957   'link_path' => 'node/add/test-content-type',
25958   'router_path' => 'node/add/test-content-type',
25959   'link_title' => 'Test content type',
25960   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:49:"This is the description of the test content type.";}}',
25961   'module' => 'system',
25962   'hidden' => '0',
25963   'external' => '0',
25964   'has_children' => '0',
25965   'expanded' => '0',
25966   'weight' => '0',
25967   'depth' => '2',
25968   'customized' => '0',
25969   'p1' => '6',
25970   'p2' => '465',
25971   'p3' => '0',
25972   'p4' => '0',
25973   'p5' => '0',
25974   'p6' => '0',
25975   'p7' => '0',
25976   'p8' => '0',
25977   'p9' => '0',
25978   'updated' => '0',
25979 ))
25980 ->values(array(
25981   'menu_name' => 'management',
25982   'mlid' => '466',
25983   'plid' => '44',
25984   'link_path' => 'admin/structure/menu/manage/menu-test-menu',
25985   'router_path' => 'admin/structure/menu/manage/%',
25986   'link_title' => 'Test Menu',
25987   'options' => 'a:0:{}',
25988   'module' => 'menu',
25989   'hidden' => '0',
25990   'external' => '0',
25991   'has_children' => '0',
25992   'expanded' => '0',
25993   'weight' => '0',
25994   'depth' => '4',
25995   'customized' => '0',
25996   'p1' => '1',
25997   'p2' => '20',
25998   'p3' => '44',
25999   'p4' => '466',
26000   'p5' => '0',
26001   'p6' => '0',
26002   'p7' => '0',
26003   'p8' => '0',
26004   'p9' => '0',
26005   'updated' => '0',
26006 ))
26007 ->values(array(
26008   'menu_name' => 'menu-test-menu',
26009   'mlid' => '467',
26010   'plid' => '469',
26011   'link_path' => 'http://google.com',
26012   'router_path' => '',
26013   'link_title' => 'Google',
26014   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"Google";}}',
26015   'module' => 'menu',
26016   'hidden' => '0',
26017   'external' => '1',
26018   'has_children' => '0',
26019   'expanded' => '0',
26020   'weight' => '0',
26021   'depth' => '2',
26022   'customized' => '1',
26023   'p1' => '469',
26024   'p2' => '467',
26025   'p3' => '0',
26026   'p4' => '0',
26027   'p5' => '0',
26028   'p6' => '0',
26029   'p7' => '0',
26030   'p8' => '0',
26031   'p9' => '0',
26032   'updated' => '0',
26033 ))
26034 ->values(array(
26035   'menu_name' => 'menu-test-menu',
26036   'mlid' => '468',
26037   'plid' => '0',
26038   'link_path' => 'http://yahoo.com',
26039   'router_path' => '',
26040   'link_title' => 'Yahoo',
26041   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:5:"Yahoo";}}',
26042   'module' => 'menu',
26043   'hidden' => '0',
26044   'external' => '1',
26045   'has_children' => '0',
26046   'expanded' => '0',
26047   'weight' => '0',
26048   'depth' => '1',
26049   'customized' => '1',
26050   'p1' => '468',
26051   'p2' => '0',
26052   'p3' => '0',
26053   'p4' => '0',
26054   'p5' => '0',
26055   'p6' => '0',
26056   'p7' => '0',
26057   'p8' => '0',
26058   'p9' => '0',
26059   'updated' => '0',
26060 ))
26061 ->values(array(
26062   'menu_name' => 'menu-test-menu',
26063   'mlid' => '469',
26064   'plid' => '0',
26065   'link_path' => 'http://bing.com',
26066   'router_path' => '',
26067   'link_title' => 'Bing',
26068   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:4:"Bing";}}',
26069   'module' => 'menu',
26070   'hidden' => '0',
26071   'external' => '1',
26072   'has_children' => '0',
26073   'expanded' => '0',
26074   'weight' => '0',
26075   'depth' => '1',
26076   'customized' => '1',
26077   'p1' => '469',
26078   'p2' => '0',
26079   'p3' => '0',
26080   'p4' => '0',
26081   'p5' => '0',
26082   'p6' => '0',
26083   'p7' => '0',
26084   'p8' => '0',
26085   'p9' => '0',
26086   'updated' => '0',
26087 ))
26088 ->values(array(
26089   'menu_name' => 'menu-test-menu',
26090   'mlid' => '470',
26091   'plid' => '469',
26092   'link_path' => 'http://ask.com',
26093   'router_path' => '',
26094   'link_title' => 'Ask',
26095   'options' => 'a:0:{}',
26096   'module' => 'menu',
26097   'hidden' => '0',
26098   'external' => '1',
26099   'has_children' => '0',
26100   'expanded' => '0',
26101   'weight' => '0',
26102   'depth' => '2',
26103   'customized' => '1',
26104   'p1' => '469',
26105   'p2' => '470',
26106   'p3' => '0',
26107   'p4' => '0',
26108   'p5' => '0',
26109   'p6' => '0',
26110   'p7' => '0',
26111   'p8' => '0',
26112   'p9' => '0',
26113   'updated' => '0',
26114 ))
26115 ->values(array(
26116   'menu_name' => 'shortcut-set-2',
26117   'mlid' => '472',
26118   'plid' => '0',
26119   'link_path' => 'admin/help',
26120   'router_path' => 'admin/help',
26121   'link_title' => 'Help',
26122   'options' => 'a:0:{}',
26123   'module' => 'menu',
26124   'hidden' => '0',
26125   'external' => '0',
26126   'has_children' => '0',
26127   'expanded' => '0',
26128   'weight' => '-49',
26129   'depth' => '1',
26130   'customized' => '0',
26131   'p1' => '472',
26132   'p2' => '0',
26133   'p3' => '0',
26134   'p4' => '0',
26135   'p5' => '0',
26136   'p6' => '0',
26137   'p7' => '0',
26138   'p8' => '0',
26139   'p9' => '0',
26140   'updated' => '0',
26141 ))
26142 ->values(array(
26143   'menu_name' => 'shortcut-set-2',
26144   'mlid' => '473',
26145   'plid' => '0',
26146   'link_path' => 'admin/people',
26147   'router_path' => 'admin/people',
26148   'link_title' => 'People',
26149   'options' => 'a:0:{}',
26150   'module' => 'menu',
26151   'hidden' => '0',
26152   'external' => '0',
26153   'has_children' => '0',
26154   'expanded' => '0',
26155   'weight' => '-50',
26156   'depth' => '1',
26157   'customized' => '0',
26158   'p1' => '473',
26159   'p2' => '0',
26160   'p3' => '0',
26161   'p4' => '0',
26162   'p5' => '0',
26163   'p6' => '0',
26164   'p7' => '0',
26165   'p8' => '0',
26166   'p9' => '0',
26167   'updated' => '0',
26168 ))
26169 ->values(array(
26170   'menu_name' => 'navigation',
26171   'mlid' => '474',
26172   'plid' => '4',
26173   'link_path' => 'filter/tips/%',
26174   'router_path' => 'filter/tips/%',
26175   'link_title' => 'Compose tips',
26176   'options' => 'a:0:{}',
26177   'module' => 'system',
26178   'hidden' => '0',
26179   'external' => '0',
26180   'has_children' => '0',
26181   'expanded' => '0',
26182   'weight' => '0',
26183   'depth' => '2',
26184   'customized' => '0',
26185   'p1' => '4',
26186   'p2' => '474',
26187   'p3' => '0',
26188   'p4' => '0',
26189   'p5' => '0',
26190   'p6' => '0',
26191   'p7' => '0',
26192   'p8' => '0',
26193   'p9' => '0',
26194   'updated' => '0',
26195 ))
26196 ->values(array(
26197   'menu_name' => 'management',
26198   'mlid' => '475',
26199   'plid' => '175',
26200   'link_path' => 'admin/help/php',
26201   'router_path' => 'admin/help/php',
26202   'link_title' => 'php',
26203   'options' => 'a:0:{}',
26204   'module' => 'system',
26205   'hidden' => '-1',
26206   'external' => '0',
26207   'has_children' => '0',
26208   'expanded' => '0',
26209   'weight' => '0',
26210   'depth' => '3',
26211   'customized' => '0',
26212   'p1' => '1',
26213   'p2' => '175',
26214   'p3' => '475',
26215   'p4' => '0',
26216   'p5' => '0',
26217   'p6' => '0',
26218   'p7' => '0',
26219   'p8' => '0',
26220   'p9' => '0',
26221   'updated' => '0',
26222 ))
26223 ->values(array(
26224   'menu_name' => 'management',
26225   'mlid' => '478',
26226   'plid' => '20',
26227   'link_path' => 'admin/content',
26228   'router_path' => 'admin/content',
26229   'link_title' => 'custom link test',
26230   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
26231   'module' => 'menu',
26232   'hidden' => '0',
26233   'external' => '0',
26234   'has_children' => '0',
26235   'expanded' => '0',
26236   'weight' => '0',
26237   'depth' => '3',
26238   'customized' => '1',
26239   'p1' => '1',
26240   'p2' => '20',
26241   'p3' => '478',
26242   'p4' => '0',
26243   'p5' => '0',
26244   'p6' => '0',
26245   'p7' => '0',
26246   'p8' => '0',
26247   'p9' => '0',
26248   'updated' => '0',
26249 ))
26250 ->values(array(
26251   'menu_name' => 'navigation',
26252   'mlid' => '479',
26253   'plid' => '0',
26254   'link_path' => 'node/2',
26255   'router_path' => 'node/2',
26256   'link_title' => 'node link test',
26257   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"node 2";}}',
26258   'module' => 'menu',
26259   'hidden' => '0',
26260   'external' => '0',
26261   'has_children' => '0',
26262   'expanded' => '0',
26263   'weight' => '3',
26264   'depth' => '1',
26265   'customized' => '1',
26266   'p1' => '479',
26267   'p2' => '0',
26268   'p3' => '0',
26269   'p4' => '0',
26270   'p5' => '0',
26271   'p6' => '0',
26272   'p7' => '0',
26273   'p8' => '0',
26274   'p9' => '0',
26275   'updated' => '0',
26276 ))
26277   ->values(array(
26278     'menu_name' => 'book-toc-1',
26279     'mlid' => '480',
26280     'plid' => '0',
26281     'link_path' => 'node/4',
26282     'router_path' => 'node/%',
26283     'link_title' => 'Test top book title',
26284     'options' => 'a:0:{}',
26285     'module' => 'book',
26286     'hidden' => '0',
26287     'external' => '0',
26288     'has_children' => '1',
26289     'expanded' => '0',
26290     'weight' => '-10',
26291     'depth' => '1',
26292     'customized' => '0',
26293     'p1' => '480',
26294     'p2' => '0',
26295     'p3' => '0',
26296     'p4' => '0',
26297     'p5' => '0',
26298     'p6' => '0',
26299     'p7' => '0',
26300     'p8' => '0',
26301     'p9' => '0',
26302     'updated' => '0',
26303   ))
26304   ->values(array(
26305     'menu_name' => 'book-toc-1',
26306     'mlid' => '481',
26307     'plid' => '480',
26308     'link_path' => 'node/6',
26309     'router_path' => 'node/%',
26310     'link_title' => 'Test book title child 1',
26311     'options' => 'a:0:{}',
26312     'module' => 'book',
26313     'hidden' => '0',
26314     'external' => '0',
26315     'has_children' => '1',
26316     'expanded' => '0',
26317     'weight' => '0',
26318     'depth' => '2',
26319     'customized' => '0',
26320     'p1' => '480',
26321     'p2' => '481',
26322     'p3' => '0',
26323     'p4' => '0',
26324     'p5' => '0',
26325     'p6' => '0',
26326     'p7' => '0',
26327     'p8' => '0',
26328     'p9' => '0',
26329     'updated' => '0',
26330   ))
26331   ->values(array(
26332     'menu_name' => 'book-toc-1',
26333     'mlid' => '482',
26334     'plid' => '481',
26335     'link_path' => 'node/2',
26336     'router_path' => 'node/%',
26337     'link_title' => 'Test book title child 1.1',
26338     'options' => 'a:0:{}',
26339     'module' => 'book',
26340     'hidden' => '0',
26341     'external' => '0',
26342     'has_children' => '0',
26343     'expanded' => '0',
26344     'weight' => '0',
26345     'depth' => '3',
26346     'customized' => '0',
26347     'p1' => '480',
26348     'p2' => '481',
26349     'p3' => '482',
26350     'p4' => '0',
26351     'p5' => '0',
26352     'p6' => '0',
26353     'p7' => '0',
26354     'p8' => '0',
26355     'p9' => '0',
26356     'updated' => '0',
26357   ))
26358   ->values(array(
26359     'menu_name' => 'book-toc-2',
26360     'mlid' => '483',
26361     'plid' => '481',
26362     'link_path' => 'node/1',
26363     'router_path' => 'node/%',
26364     'link_title' => 'Test book title 2',
26365     'options' => 'a:0:{}',
26366     'module' => 'book',
26367     'hidden' => '0',
26368     'external' => '0',
26369     'has_children' => '0',
26370     'expanded' => '0',
26371     'weight' => '0',
26372     'depth' => '3',
26373     'customized' => '0',
26374     'p1' => '480',
26375     'p2' => '481',
26376     'p3' => '483',
26377     'p4' => '0',
26378     'p5' => '0',
26379     'p6' => '0',
26380     'p7' => '0',
26381     'p8' => '0',
26382     'p9' => '0',
26383     'updated' => '0',
26384   ))
26385 ->values(array(
26386   'menu_name' => 'navigation',
26387   'mlid' => '484',
26388   'plid' => '0',
26389   'link_path' => 'node/2',
26390   'router_path' => 'node/%',
26391   'link_title' => 'The thing about Deep Space 9',
26392   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
26393   'module' => 'menu',
26394   'hidden' => '0',
26395   'external' => '0',
26396   'has_children' => '0',
26397   'expanded' => '0',
26398   'weight' => '9',
26399   'depth' => '1',
26400   'customized' => '1',
26401   'p1' => '484',
26402   'p2' => '0',
26403   'p3' => '0',
26404   'p4' => '0',
26405   'p5' => '0',
26406   'p6' => '0',
26407   'p7' => '0',
26408   'p8' => '0',
26409   'p9' => '0',
26410   'updated' => '0',
26411 ))
26412 ->values(array(
26413   'menu_name' => 'navigation',
26414   'mlid' => '485',
26415   'plid' => '0',
26416   'link_path' => 'node/3',
26417   'router_path' => 'node/%',
26418   'link_title' => 'is - The thing about Deep Space 9',
26419   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
26420   'module' => 'menu',
26421   'hidden' => '0',
26422   'external' => '0',
26423   'has_children' => '0',
26424   'expanded' => '0',
26425   'weight' => '10',
26426   'depth' => '1',
26427   'customized' => '1',
26428   'p1' => '485',
26429   'p2' => '0',
26430   'p3' => '0',
26431   'p4' => '0',
26432   'p5' => '0',
26433   'p6' => '0',
26434   'p7' => '0',
26435   'p8' => '0',
26436   'p9' => '0',
26437   'updated' => '0',
26438 ))
26439 ->values(array(
26440   'menu_name' => 'navigation',
26441   'mlid' => '486',
26442   'plid' => '0',
26443   'link_path' => 'node/4',
26444   'router_path' => 'node/%',
26445   'link_title' => 'is - The thing about Firefly',
26446   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
26447   'module' => 'menu',
26448   'hidden' => '0',
26449   'external' => '0',
26450   'has_children' => '0',
26451   'expanded' => '0',
26452   'weight' => '11',
26453   'depth' => '1',
26454   'customized' => '1',
26455   'p1' => '486',
26456   'p2' => '0',
26457   'p3' => '0',
26458   'p4' => '0',
26459   'p5' => '0',
26460   'p6' => '0',
26461   'p7' => '0',
26462   'p8' => '0',
26463   'p9' => '0',
26464   'updated' => '0',
26465 ))
26466 ->values(array(
26467   'menu_name' => 'navigation',
26468   'mlid' => '487',
26469   'plid' => '0',
26470   'link_path' => 'node/5',
26471   'router_path' => 'node/%',
26472   'link_title' => 'en - The thing about Firefly',
26473   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
26474   'module' => 'menu',
26475   'hidden' => '0',
26476   'external' => '0',
26477   'has_children' => '0',
26478   'expanded' => '0',
26479   'weight' => '12',
26480   'depth' => '1',
26481   'customized' => '1',
26482   'p1' => '487',
26483   'p2' => '0',
26484   'p3' => '0',
26485   'p4' => '0',
26486   'p5' => '0',
26487   'p6' => '0',
26488   'p7' => '0',
26489   'p8' => '0',
26490   'p9' => '0',
26491   'updated' => '0',
26492 ))
26493 ->values(array(
26494   'menu_name' => 'management',
26495   'mlid' => '491',
26496   'plid' => '48',
26497   'link_path' => 'admin/config/regional/entity_translation',
26498   'router_path' => 'admin/config/regional/entity_translation',
26499   'link_title' => 'Entity translation',
26500   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:83:"Configure which entities can be translated and enable or disable language fallback.";}}',
26501   'module' => 'system',
26502   'hidden' => '0',
26503   'external' => '0',
26504   'has_children' => '1',
26505   'expanded' => '0',
26506   'weight' => '0',
26507   'depth' => '4',
26508   'customized' => '0',
26509   'p1' => '1',
26510   'p2' => '8',
26511   'p3' => '48',
26512   'p4' => '491',
26513   'p5' => '0',
26514   'p6' => '0',
26515   'p7' => '0',
26516   'p8' => '0',
26517   'p9' => '0',
26518   'updated' => '0',
26519 ))
26520 ->execute();
26521
26522 $connection->schema()->createTable('menu_router', array(
26523   'fields' => array(
26524     'path' => array(
26525       'type' => 'varchar',
26526       'not null' => TRUE,
26527       'length' => '255',
26528       'default' => '',
26529     ),
26530     'load_functions' => array(
26531       'type' => 'blob',
26532       'not null' => TRUE,
26533       'size' => 'normal',
26534     ),
26535     'to_arg_functions' => array(
26536       'type' => 'blob',
26537       'not null' => TRUE,
26538       'size' => 'normal',
26539     ),
26540     'access_callback' => array(
26541       'type' => 'varchar',
26542       'not null' => TRUE,
26543       'length' => '255',
26544       'default' => '',
26545     ),
26546     'access_arguments' => array(
26547       'type' => 'blob',
26548       'not null' => FALSE,
26549       'size' => 'normal',
26550     ),
26551     'page_callback' => array(
26552       'type' => 'varchar',
26553       'not null' => TRUE,
26554       'length' => '255',
26555       'default' => '',
26556     ),
26557     'page_arguments' => array(
26558       'type' => 'blob',
26559       'not null' => FALSE,
26560       'size' => 'normal',
26561     ),
26562     'delivery_callback' => array(
26563       'type' => 'varchar',
26564       'not null' => TRUE,
26565       'length' => '255',
26566       'default' => '',
26567     ),
26568     'fit' => array(
26569       'type' => 'int',
26570       'not null' => TRUE,
26571       'size' => 'normal',
26572       'default' => '0',
26573     ),
26574     'number_parts' => array(
26575       'type' => 'int',
26576       'not null' => TRUE,
26577       'size' => 'normal',
26578       'default' => '0',
26579     ),
26580     'context' => array(
26581       'type' => 'int',
26582       'not null' => TRUE,
26583       'size' => 'normal',
26584       'default' => '0',
26585     ),
26586     'tab_parent' => array(
26587       'type' => 'varchar',
26588       'not null' => TRUE,
26589       'length' => '255',
26590       'default' => '',
26591     ),
26592     'tab_root' => array(
26593       'type' => 'varchar',
26594       'not null' => TRUE,
26595       'length' => '255',
26596       'default' => '',
26597     ),
26598     'title' => array(
26599       'type' => 'varchar',
26600       'not null' => TRUE,
26601       'length' => '255',
26602       'default' => '',
26603     ),
26604     'title_callback' => array(
26605       'type' => 'varchar',
26606       'not null' => TRUE,
26607       'length' => '255',
26608       'default' => '',
26609     ),
26610     'title_arguments' => array(
26611       'type' => 'varchar',
26612       'not null' => TRUE,
26613       'length' => '255',
26614       'default' => '',
26615     ),
26616     'theme_callback' => array(
26617       'type' => 'varchar',
26618       'not null' => TRUE,
26619       'length' => '255',
26620       'default' => '',
26621     ),
26622     'theme_arguments' => array(
26623       'type' => 'varchar',
26624       'not null' => TRUE,
26625       'length' => '255',
26626       'default' => '',
26627     ),
26628     'type' => array(
26629       'type' => 'int',
26630       'not null' => TRUE,
26631       'size' => 'normal',
26632       'default' => '0',
26633     ),
26634     'description' => array(
26635       'type' => 'text',
26636       'not null' => TRUE,
26637       'size' => 'normal',
26638     ),
26639     'position' => array(
26640       'type' => 'varchar',
26641       'not null' => TRUE,
26642       'length' => '255',
26643       'default' => '',
26644     ),
26645     'weight' => array(
26646       'type' => 'int',
26647       'not null' => TRUE,
26648       'size' => 'normal',
26649       'default' => '0',
26650     ),
26651     'include_file' => array(
26652       'type' => 'text',
26653       'not null' => FALSE,
26654       'size' => 'normal',
26655     ),
26656   ),
26657   'primary key' => array(
26658     'path',
26659   ),
26660   'mysql_character_set' => 'utf8',
26661 ));
26662
26663 $connection->insert('menu_router')
26664 ->fields(array(
26665   'path',
26666   'load_functions',
26667   'to_arg_functions',
26668   'access_callback',
26669   'access_arguments',
26670   'page_callback',
26671   'page_arguments',
26672   'delivery_callback',
26673   'fit',
26674   'number_parts',
26675   'context',
26676   'tab_parent',
26677   'tab_root',
26678   'title',
26679   'title_callback',
26680   'title_arguments',
26681   'theme_callback',
26682   'theme_arguments',
26683   'type',
26684   'description',
26685   'position',
26686   'weight',
26687   'include_file',
26688 ))
26689 ->values(array(
26690   'path' => 'admin',
26691   'load_functions' => '',
26692   'to_arg_functions' => '',
26693   'access_callback' => 'user_access',
26694   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26695   'page_callback' => 'system_admin_menu_block_page',
26696   'page_arguments' => 'a:0:{}',
26697   'delivery_callback' => '',
26698   'fit' => '1',
26699   'number_parts' => '1',
26700   'context' => '0',
26701   'tab_parent' => '',
26702   'tab_root' => 'admin',
26703   'title' => 'Administration',
26704   'title_callback' => 't',
26705   'title_arguments' => '',
26706   'theme_callback' => '',
26707   'theme_arguments' => 'a:0:{}',
26708   'type' => '6',
26709   'description' => '',
26710   'position' => '',
26711   'weight' => '9',
26712   'include_file' => 'modules/system/system.admin.inc',
26713 ))
26714 ->values(array(
26715   'path' => 'admin/appearance',
26716   'load_functions' => '',
26717   'to_arg_functions' => '',
26718   'access_callback' => 'user_access',
26719   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
26720   'page_callback' => 'system_themes_page',
26721   'page_arguments' => 'a:0:{}',
26722   'delivery_callback' => '',
26723   'fit' => '3',
26724   'number_parts' => '2',
26725   'context' => '0',
26726   'tab_parent' => '',
26727   'tab_root' => 'admin/appearance',
26728   'title' => 'Appearance',
26729   'title_callback' => 't',
26730   'title_arguments' => '',
26731   'theme_callback' => '',
26732   'theme_arguments' => 'a:0:{}',
26733   'type' => '6',
26734   'description' => 'Select and configure your themes.',
26735   'position' => 'left',
26736   'weight' => '-6',
26737   'include_file' => 'modules/system/system.admin.inc',
26738 ))
26739 ->values(array(
26740   'path' => 'admin/appearance/default',
26741   'load_functions' => '',
26742   'to_arg_functions' => '',
26743   'access_callback' => 'user_access',
26744   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
26745   'page_callback' => 'system_theme_default',
26746   'page_arguments' => 'a:0:{}',
26747   'delivery_callback' => '',
26748   'fit' => '7',
26749   'number_parts' => '3',
26750   'context' => '0',
26751   'tab_parent' => '',
26752   'tab_root' => 'admin/appearance/default',
26753   'title' => 'Set default theme',
26754   'title_callback' => 't',
26755   'title_arguments' => '',
26756   'theme_callback' => '',
26757   'theme_arguments' => 'a:0:{}',
26758   'type' => '0',
26759   'description' => '',
26760   'position' => '',
26761   'weight' => '0',
26762   'include_file' => 'modules/system/system.admin.inc',
26763 ))
26764 ->values(array(
26765   'path' => 'admin/appearance/disable',
26766   'load_functions' => '',
26767   'to_arg_functions' => '',
26768   'access_callback' => 'user_access',
26769   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
26770   'page_callback' => 'system_theme_disable',
26771   'page_arguments' => 'a:0:{}',
26772   'delivery_callback' => '',
26773   'fit' => '7',
26774   'number_parts' => '3',
26775   'context' => '0',
26776   'tab_parent' => '',
26777   'tab_root' => 'admin/appearance/disable',
26778   'title' => 'Disable theme',
26779   'title_callback' => 't',
26780   'title_arguments' => '',
26781   'theme_callback' => '',
26782   'theme_arguments' => 'a:0:{}',
26783   'type' => '0',
26784   'description' => '',
26785   'position' => '',
26786   'weight' => '0',
26787   'include_file' => 'modules/system/system.admin.inc',
26788 ))
26789 ->values(array(
26790   'path' => 'admin/appearance/enable',
26791   'load_functions' => '',
26792   'to_arg_functions' => '',
26793   'access_callback' => 'user_access',
26794   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
26795   'page_callback' => 'system_theme_enable',
26796   'page_arguments' => 'a:0:{}',
26797   'delivery_callback' => '',
26798   'fit' => '7',
26799   'number_parts' => '3',
26800   'context' => '0',
26801   'tab_parent' => '',
26802   'tab_root' => 'admin/appearance/enable',
26803   'title' => 'Enable theme',
26804   'title_callback' => 't',
26805   'title_arguments' => '',
26806   'theme_callback' => '',
26807   'theme_arguments' => 'a:0:{}',
26808   'type' => '0',
26809   'description' => '',
26810   'position' => '',
26811   'weight' => '0',
26812   'include_file' => 'modules/system/system.admin.inc',
26813 ))
26814 ->values(array(
26815   'path' => 'admin/appearance/install',
26816   'load_functions' => '',
26817   'to_arg_functions' => '',
26818   'access_callback' => 'update_manager_access',
26819   'access_arguments' => 'a:0:{}',
26820   'page_callback' => 'drupal_get_form',
26821   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:5:"theme";}',
26822   'delivery_callback' => '',
26823   'fit' => '7',
26824   'number_parts' => '3',
26825   'context' => '1',
26826   'tab_parent' => 'admin/appearance',
26827   'tab_root' => 'admin/appearance',
26828   'title' => 'Install new theme',
26829   'title_callback' => 't',
26830   'title_arguments' => '',
26831   'theme_callback' => '',
26832   'theme_arguments' => 'a:0:{}',
26833   'type' => '388',
26834   'description' => '',
26835   'position' => '',
26836   'weight' => '25',
26837   'include_file' => 'modules/update/update.manager.inc',
26838 ))
26839 ->values(array(
26840   'path' => 'admin/appearance/list',
26841   'load_functions' => '',
26842   'to_arg_functions' => '',
26843   'access_callback' => 'user_access',
26844   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
26845   'page_callback' => 'system_themes_page',
26846   'page_arguments' => 'a:0:{}',
26847   'delivery_callback' => '',
26848   'fit' => '7',
26849   'number_parts' => '3',
26850   'context' => '1',
26851   'tab_parent' => 'admin/appearance',
26852   'tab_root' => 'admin/appearance',
26853   'title' => 'List',
26854   'title_callback' => 't',
26855   'title_arguments' => '',
26856   'theme_callback' => '',
26857   'theme_arguments' => 'a:0:{}',
26858   'type' => '140',
26859   'description' => 'Select and configure your theme',
26860   'position' => '',
26861   'weight' => '-1',
26862   'include_file' => 'modules/system/system.admin.inc',
26863 ))
26864 ->values(array(
26865   'path' => 'admin/appearance/settings',
26866   'load_functions' => '',
26867   'to_arg_functions' => '',
26868   'access_callback' => 'user_access',
26869   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
26870   'page_callback' => 'drupal_get_form',
26871   'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
26872   'delivery_callback' => '',
26873   'fit' => '7',
26874   'number_parts' => '3',
26875   'context' => '1',
26876   'tab_parent' => 'admin/appearance',
26877   'tab_root' => 'admin/appearance',
26878   'title' => 'Settings',
26879   'title_callback' => 't',
26880   'title_arguments' => '',
26881   'theme_callback' => '',
26882   'theme_arguments' => 'a:0:{}',
26883   'type' => '132',
26884   'description' => 'Configure default and theme specific settings.',
26885   'position' => '',
26886   'weight' => '20',
26887   'include_file' => 'modules/system/system.admin.inc',
26888 ))
26889 ->values(array(
26890   'path' => 'admin/appearance/settings/bartik',
26891   'load_functions' => '',
26892   'to_arg_functions' => '',
26893   'access_callback' => '_system_themes_access',
26894   '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";}}',
26895   'page_callback' => 'drupal_get_form',
26896   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:6:"bartik";}',
26897   'delivery_callback' => '',
26898   'fit' => '15',
26899   'number_parts' => '4',
26900   'context' => '1',
26901   'tab_parent' => 'admin/appearance/settings',
26902   'tab_root' => 'admin/appearance',
26903   'title' => 'Bartik',
26904   'title_callback' => 't',
26905   'title_arguments' => '',
26906   'theme_callback' => '',
26907   'theme_arguments' => 'a:0:{}',
26908   'type' => '132',
26909   'description' => '',
26910   'position' => '',
26911   'weight' => '0',
26912   'include_file' => 'modules/system/system.admin.inc',
26913 ))
26914 ->values(array(
26915   'path' => 'admin/appearance/settings/garland',
26916   'load_functions' => '',
26917   'to_arg_functions' => '',
26918   'access_callback' => '_system_themes_access',
26919   '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";}}',
26920   'page_callback' => 'drupal_get_form',
26921   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:7:"garland";}',
26922   'delivery_callback' => '',
26923   'fit' => '15',
26924   'number_parts' => '4',
26925   'context' => '1',
26926   'tab_parent' => 'admin/appearance/settings',
26927   'tab_root' => 'admin/appearance',
26928   'title' => 'Garland',
26929   'title_callback' => 't',
26930   'title_arguments' => '',
26931   'theme_callback' => '',
26932   'theme_arguments' => 'a:0:{}',
26933   'type' => '132',
26934   'description' => '',
26935   'position' => '',
26936   'weight' => '0',
26937   'include_file' => 'modules/system/system.admin.inc',
26938 ))
26939 ->values(array(
26940   'path' => 'admin/appearance/settings/global',
26941   'load_functions' => '',
26942   'to_arg_functions' => '',
26943   'access_callback' => 'user_access',
26944   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
26945   'page_callback' => 'drupal_get_form',
26946   'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
26947   'delivery_callback' => '',
26948   'fit' => '15',
26949   'number_parts' => '4',
26950   'context' => '1',
26951   'tab_parent' => 'admin/appearance/settings',
26952   'tab_root' => 'admin/appearance',
26953   'title' => 'Global settings',
26954   'title_callback' => 't',
26955   'title_arguments' => '',
26956   'theme_callback' => '',
26957   'theme_arguments' => 'a:0:{}',
26958   'type' => '140',
26959   'description' => '',
26960   'position' => '',
26961   'weight' => '-1',
26962   'include_file' => 'modules/system/system.admin.inc',
26963 ))
26964 ->values(array(
26965   'path' => 'admin/appearance/settings/seven',
26966   'load_functions' => '',
26967   'to_arg_functions' => '',
26968   'access_callback' => '_system_themes_access',
26969   '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";}}',
26970   'page_callback' => 'drupal_get_form',
26971   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"seven";}',
26972   'delivery_callback' => '',
26973   'fit' => '15',
26974   'number_parts' => '4',
26975   'context' => '1',
26976   'tab_parent' => 'admin/appearance/settings',
26977   'tab_root' => 'admin/appearance',
26978   'title' => 'Seven',
26979   'title_callback' => 't',
26980   'title_arguments' => '',
26981   'theme_callback' => '',
26982   'theme_arguments' => 'a:0:{}',
26983   'type' => '132',
26984   'description' => '',
26985   'position' => '',
26986   'weight' => '0',
26987   'include_file' => 'modules/system/system.admin.inc',
26988 ))
26989 ->values(array(
26990   'path' => 'admin/appearance/settings/stark',
26991   'load_functions' => '',
26992   'to_arg_functions' => '',
26993   'access_callback' => '_system_themes_access',
26994   '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\";}}",
26995   'page_callback' => 'drupal_get_form',
26996   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"stark";}',
26997   'delivery_callback' => '',
26998   'fit' => '15',
26999   'number_parts' => '4',
27000   'context' => '1',
27001   'tab_parent' => 'admin/appearance/settings',
27002   'tab_root' => 'admin/appearance',
27003   'title' => 'Stark',
27004   'title_callback' => 't',
27005   'title_arguments' => '',
27006   'theme_callback' => '',
27007   'theme_arguments' => 'a:0:{}',
27008   'type' => '132',
27009   'description' => '',
27010   'position' => '',
27011   'weight' => '0',
27012   'include_file' => 'modules/system/system.admin.inc',
27013 ))
27014 ->values(array(
27015   'path' => 'admin/appearance/update',
27016   'load_functions' => '',
27017   'to_arg_functions' => '',
27018   'access_callback' => 'update_manager_access',
27019   'access_arguments' => 'a:0:{}',
27020   'page_callback' => 'drupal_get_form',
27021   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:5:"theme";}',
27022   'delivery_callback' => '',
27023   'fit' => '7',
27024   'number_parts' => '3',
27025   'context' => '1',
27026   'tab_parent' => 'admin/appearance',
27027   'tab_root' => 'admin/appearance',
27028   'title' => 'Update',
27029   'title_callback' => 't',
27030   'title_arguments' => '',
27031   'theme_callback' => '',
27032   'theme_arguments' => 'a:0:{}',
27033   'type' => '132',
27034   'description' => '',
27035   'position' => '',
27036   'weight' => '10',
27037   'include_file' => 'modules/update/update.manager.inc',
27038 ))
27039 ->values(array(
27040   'path' => 'admin/compact',
27041   'load_functions' => '',
27042   'to_arg_functions' => '',
27043   'access_callback' => 'user_access',
27044   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27045   'page_callback' => 'system_admin_compact_page',
27046   'page_arguments' => 'a:0:{}',
27047   'delivery_callback' => '',
27048   'fit' => '3',
27049   'number_parts' => '2',
27050   'context' => '0',
27051   'tab_parent' => '',
27052   'tab_root' => 'admin/compact',
27053   'title' => 'Compact mode',
27054   'title_callback' => 't',
27055   'title_arguments' => '',
27056   'theme_callback' => '',
27057   'theme_arguments' => 'a:0:{}',
27058   'type' => '0',
27059   'description' => '',
27060   'position' => '',
27061   'weight' => '0',
27062   'include_file' => 'modules/system/system.admin.inc',
27063 ))
27064 ->values(array(
27065   'path' => 'admin/config',
27066   'load_functions' => '',
27067   'to_arg_functions' => '',
27068   'access_callback' => 'user_access',
27069   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27070   'page_callback' => 'system_admin_config_page',
27071   'page_arguments' => 'a:0:{}',
27072   'delivery_callback' => '',
27073   'fit' => '3',
27074   'number_parts' => '2',
27075   'context' => '0',
27076   'tab_parent' => '',
27077   'tab_root' => 'admin/config',
27078   'title' => 'Configuration',
27079   'title_callback' => 't',
27080   'title_arguments' => '',
27081   'theme_callback' => '',
27082   'theme_arguments' => 'a:0:{}',
27083   'type' => '6',
27084   'description' => 'Administer settings.',
27085   'position' => '',
27086   'weight' => '0',
27087   'include_file' => 'modules/system/system.admin.inc',
27088 ))
27089 ->values(array(
27090   'path' => 'admin/config/content',
27091   'load_functions' => '',
27092   'to_arg_functions' => '',
27093   'access_callback' => 'user_access',
27094   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27095   'page_callback' => 'system_admin_menu_block_page',
27096   'page_arguments' => 'a:0:{}',
27097   'delivery_callback' => '',
27098   'fit' => '7',
27099   'number_parts' => '3',
27100   'context' => '0',
27101   'tab_parent' => '',
27102   'tab_root' => 'admin/config/content',
27103   'title' => 'Content authoring',
27104   'title_callback' => 't',
27105   'title_arguments' => '',
27106   'theme_callback' => '',
27107   'theme_arguments' => 'a:0:{}',
27108   'type' => '6',
27109   'description' => 'Settings related to formatting and authoring content.',
27110   'position' => 'left',
27111   'weight' => '-15',
27112   'include_file' => 'modules/system/system.admin.inc',
27113 ))
27114 ->values(array(
27115   'path' => 'admin/config/content/email',
27116   'load_functions' => '',
27117   'to_arg_functions' => '',
27118   'access_callback' => 'user_access',
27119   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27120   'page_callback' => 'drupal_get_form',
27121   'page_arguments' => 'a:1:{i:0;s:20:"email_admin_settings";}',
27122   'delivery_callback' => '',
27123   'fit' => '15',
27124   'number_parts' => '4',
27125   'context' => '0',
27126   'tab_parent' => '',
27127   'tab_root' => 'admin/config/content/email',
27128   'title' => 'Email Contact Form Settings',
27129   'title_callback' => 't',
27130   'title_arguments' => '',
27131   'theme_callback' => '',
27132   'theme_arguments' => 'a:0:{}',
27133   'type' => '6',
27134   'description' => 'Administer flood control settings for email contact forms',
27135   'position' => '',
27136   'weight' => '0',
27137   'include_file' => '',
27138 ))
27139 ->values(array(
27140   'path' => 'admin/config/content/formats',
27141   'load_functions' => '',
27142   'to_arg_functions' => '',
27143   'access_callback' => 'user_access',
27144   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
27145   'page_callback' => 'drupal_get_form',
27146   'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}',
27147   'delivery_callback' => '',
27148   'fit' => '15',
27149   'number_parts' => '4',
27150   'context' => '0',
27151   'tab_parent' => '',
27152   'tab_root' => 'admin/config/content/formats',
27153   'title' => 'Text formats',
27154   'title_callback' => 't',
27155   'title_arguments' => '',
27156   'theme_callback' => '',
27157   'theme_arguments' => 'a:0:{}',
27158   'type' => '6',
27159   'description' => 'Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.',
27160   'position' => '',
27161   'weight' => '0',
27162   'include_file' => 'modules/filter/filter.admin.inc',
27163 ))
27164 ->values(array(
27165   'path' => 'admin/config/content/formats/%',
27166   'load_functions' => 'a:1:{i:4;s:18:"filter_format_load";}',
27167   'to_arg_functions' => '',
27168   'access_callback' => 'user_access',
27169   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
27170   'page_callback' => 'filter_admin_format_page',
27171   'page_arguments' => 'a:1:{i:0;i:4;}',
27172   'delivery_callback' => '',
27173   'fit' => '30',
27174   'number_parts' => '5',
27175   'context' => '0',
27176   'tab_parent' => '',
27177   'tab_root' => 'admin/config/content/formats/%',
27178   'title' => '',
27179   'title_callback' => 'filter_admin_format_title',
27180   'title_arguments' => 'a:1:{i:0;i:4;}',
27181   'theme_callback' => '',
27182   'theme_arguments' => 'a:0:{}',
27183   'type' => '6',
27184   'description' => '',
27185   'position' => '',
27186   'weight' => '0',
27187   'include_file' => 'modules/filter/filter.admin.inc',
27188 ))
27189 ->values(array(
27190   'path' => 'admin/config/content/formats/%/disable',
27191   'load_functions' => 'a:1:{i:4;s:18:"filter_format_load";}',
27192   'to_arg_functions' => '',
27193   'access_callback' => '_filter_disable_format_access',
27194   'access_arguments' => 'a:1:{i:0;i:4;}',
27195   'page_callback' => 'drupal_get_form',
27196   'page_arguments' => 'a:2:{i:0;s:20:"filter_admin_disable";i:1;i:4;}',
27197   'delivery_callback' => '',
27198   'fit' => '61',
27199   'number_parts' => '6',
27200   'context' => '0',
27201   'tab_parent' => '',
27202   'tab_root' => 'admin/config/content/formats/%/disable',
27203   'title' => 'Disable text format',
27204   'title_callback' => 't',
27205   'title_arguments' => '',
27206   'theme_callback' => '',
27207   'theme_arguments' => 'a:0:{}',
27208   'type' => '6',
27209   'description' => '',
27210   'position' => '',
27211   'weight' => '0',
27212   'include_file' => 'modules/filter/filter.admin.inc',
27213 ))
27214 ->values(array(
27215   'path' => 'admin/config/content/formats/add',
27216   'load_functions' => '',
27217   'to_arg_functions' => '',
27218   'access_callback' => 'user_access',
27219   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
27220   'page_callback' => 'filter_admin_format_page',
27221   'page_arguments' => 'a:0:{}',
27222   'delivery_callback' => '',
27223   'fit' => '31',
27224   'number_parts' => '5',
27225   'context' => '1',
27226   'tab_parent' => 'admin/config/content/formats',
27227   'tab_root' => 'admin/config/content/formats',
27228   'title' => 'Add text format',
27229   'title_callback' => 't',
27230   'title_arguments' => '',
27231   'theme_callback' => '',
27232   'theme_arguments' => 'a:0:{}',
27233   'type' => '388',
27234   'description' => '',
27235   'position' => '',
27236   'weight' => '1',
27237   'include_file' => 'modules/filter/filter.admin.inc',
27238 ))
27239 ->values(array(
27240   'path' => 'admin/config/content/formats/list',
27241   'load_functions' => '',
27242   'to_arg_functions' => '',
27243   'access_callback' => 'user_access',
27244   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
27245   'page_callback' => 'drupal_get_form',
27246   'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}',
27247   'delivery_callback' => '',
27248   'fit' => '31',
27249   'number_parts' => '5',
27250   'context' => '1',
27251   'tab_parent' => 'admin/config/content/formats',
27252   'tab_root' => 'admin/config/content/formats',
27253   'title' => 'List',
27254   'title_callback' => 't',
27255   'title_arguments' => '',
27256   'theme_callback' => '',
27257   'theme_arguments' => 'a:0:{}',
27258   'type' => '140',
27259   'description' => '',
27260   'position' => '',
27261   'weight' => '0',
27262   'include_file' => 'modules/filter/filter.admin.inc',
27263 ))
27264 ->values(array(
27265   'path' => 'admin/config/date',
27266   'load_functions' => '',
27267   'to_arg_functions' => '',
27268   'access_callback' => 'user_access',
27269   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27270   'page_callback' => 'system_admin_menu_block_page',
27271   'page_arguments' => 'a:0:{}',
27272   'delivery_callback' => '',
27273   'fit' => '7',
27274   'number_parts' => '3',
27275   'context' => '0',
27276   'tab_parent' => '',
27277   'tab_root' => 'admin/config/date',
27278   'title' => 'Date API',
27279   'title_callback' => 't',
27280   'title_arguments' => '',
27281   'theme_callback' => '',
27282   'theme_arguments' => 'a:0:{}',
27283   'type' => '6',
27284   'description' => 'Settings for modules the use the Date API.',
27285   'position' => 'left',
27286   'weight' => '-10',
27287   'include_file' => 'modules/system/system.admin.inc',
27288 ))
27289 ->values(array(
27290   'path' => 'admin/config/development',
27291   'load_functions' => '',
27292   'to_arg_functions' => '',
27293   'access_callback' => 'user_access',
27294   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27295   'page_callback' => 'system_admin_menu_block_page',
27296   'page_arguments' => 'a:0:{}',
27297   'delivery_callback' => '',
27298   'fit' => '7',
27299   'number_parts' => '3',
27300   'context' => '0',
27301   'tab_parent' => '',
27302   'tab_root' => 'admin/config/development',
27303   'title' => 'Development',
27304   'title_callback' => 't',
27305   'title_arguments' => '',
27306   'theme_callback' => '',
27307   'theme_arguments' => 'a:0:{}',
27308   'type' => '6',
27309   'description' => 'Development tools.',
27310   'position' => 'right',
27311   'weight' => '-10',
27312   'include_file' => 'modules/system/system.admin.inc',
27313 ))
27314 ->values(array(
27315   'path' => 'admin/config/development/logging',
27316   'load_functions' => '',
27317   'to_arg_functions' => '',
27318   'access_callback' => 'user_access',
27319   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27320   'page_callback' => 'drupal_get_form',
27321   'page_arguments' => 'a:1:{i:0;s:23:"system_logging_settings";}',
27322   'delivery_callback' => '',
27323   'fit' => '15',
27324   'number_parts' => '4',
27325   'context' => '0',
27326   'tab_parent' => '',
27327   'tab_root' => 'admin/config/development/logging',
27328   'title' => 'Logging and errors',
27329   'title_callback' => 't',
27330   'title_arguments' => '',
27331   'theme_callback' => '',
27332   'theme_arguments' => 'a:0:{}',
27333   'type' => '6',
27334   'description' => "Settings for logging and alerts modules. Various modules can route Drupal's system events to different destinations, such as syslog, database, email, etc.",
27335   'position' => '',
27336   'weight' => '-15',
27337   'include_file' => 'modules/system/system.admin.inc',
27338 ))
27339 ->values(array(
27340   'path' => 'admin/config/development/maintenance',
27341   'load_functions' => '',
27342   'to_arg_functions' => '',
27343   'access_callback' => 'user_access',
27344   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27345   'page_callback' => 'drupal_get_form',
27346   'page_arguments' => 'a:1:{i:0;s:28:"system_site_maintenance_mode";}',
27347   'delivery_callback' => '',
27348   'fit' => '15',
27349   'number_parts' => '4',
27350   'context' => '0',
27351   'tab_parent' => '',
27352   'tab_root' => 'admin/config/development/maintenance',
27353   'title' => 'Maintenance mode',
27354   'title_callback' => 't',
27355   'title_arguments' => '',
27356   'theme_callback' => '',
27357   'theme_arguments' => 'a:0:{}',
27358   'type' => '6',
27359   'description' => 'Take the site offline for maintenance or bring it back online.',
27360   'position' => '',
27361   'weight' => '-10',
27362   'include_file' => 'modules/system/system.admin.inc',
27363 ))
27364 ->values(array(
27365   'path' => 'admin/config/development/performance',
27366   'load_functions' => '',
27367   'to_arg_functions' => '',
27368   'access_callback' => 'user_access',
27369   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27370   'page_callback' => 'drupal_get_form',
27371   'page_arguments' => 'a:1:{i:0;s:27:"system_performance_settings";}',
27372   'delivery_callback' => '',
27373   'fit' => '15',
27374   'number_parts' => '4',
27375   'context' => '0',
27376   'tab_parent' => '',
27377   'tab_root' => 'admin/config/development/performance',
27378   'title' => 'Performance',
27379   'title_callback' => 't',
27380   'title_arguments' => '',
27381   'theme_callback' => '',
27382   'theme_arguments' => 'a:0:{}',
27383   'type' => '6',
27384   'description' => 'Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.',
27385   'position' => '',
27386   'weight' => '-20',
27387   'include_file' => 'modules/system/system.admin.inc',
27388 ))
27389 ->values(array(
27390   'path' => 'admin/config/development/testing',
27391   'load_functions' => '',
27392   'to_arg_functions' => '',
27393   'access_callback' => 'user_access',
27394   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
27395   'page_callback' => 'drupal_get_form',
27396   'page_arguments' => 'a:1:{i:0;s:20:"simpletest_test_form";}',
27397   'delivery_callback' => '',
27398   'fit' => '15',
27399   'number_parts' => '4',
27400   'context' => '0',
27401   'tab_parent' => '',
27402   'tab_root' => 'admin/config/development/testing',
27403   'title' => 'Testing',
27404   'title_callback' => 't',
27405   'title_arguments' => '',
27406   'theme_callback' => '',
27407   'theme_arguments' => 'a:0:{}',
27408   'type' => '6',
27409   'description' => 'Run tests against Drupal core and your active modules. These tests help assure that your site code is working as designed.',
27410   'position' => '',
27411   'weight' => '-5',
27412   'include_file' => 'modules/simpletest/simpletest.pages.inc',
27413 ))
27414 ->values(array(
27415   'path' => 'admin/config/development/testing/list',
27416   'load_functions' => '',
27417   'to_arg_functions' => '',
27418   'access_callback' => 'user_access',
27419   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
27420   'page_callback' => 'drupal_get_form',
27421   'page_arguments' => 'a:1:{i:0;s:20:"simpletest_test_form";}',
27422   'delivery_callback' => '',
27423   'fit' => '31',
27424   'number_parts' => '5',
27425   'context' => '1',
27426   'tab_parent' => 'admin/config/development/testing',
27427   'tab_root' => 'admin/config/development/testing',
27428   'title' => 'List',
27429   'title_callback' => 't',
27430   'title_arguments' => '',
27431   'theme_callback' => '',
27432   'theme_arguments' => 'a:0:{}',
27433   'type' => '140',
27434   'description' => '',
27435   'position' => '',
27436   'weight' => '0',
27437   'include_file' => 'modules/simpletest/simpletest.pages.inc',
27438 ))
27439 ->values(array(
27440   'path' => 'admin/config/development/testing/results/%',
27441   'load_functions' => 'a:1:{i:5;N;}',
27442   'to_arg_functions' => '',
27443   'access_callback' => 'user_access',
27444   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
27445   'page_callback' => 'drupal_get_form',
27446   'page_arguments' => 'a:2:{i:0;s:22:"simpletest_result_form";i:1;i:5;}',
27447   'delivery_callback' => '',
27448   'fit' => '62',
27449   'number_parts' => '6',
27450   'context' => '0',
27451   'tab_parent' => '',
27452   'tab_root' => 'admin/config/development/testing/results/%',
27453   'title' => 'Test result',
27454   'title_callback' => 't',
27455   'title_arguments' => '',
27456   'theme_callback' => '',
27457   'theme_arguments' => 'a:0:{}',
27458   'type' => '6',
27459   'description' => 'View result of tests.',
27460   'position' => '',
27461   'weight' => '0',
27462   'include_file' => 'modules/simpletest/simpletest.pages.inc',
27463 ))
27464 ->values(array(
27465   'path' => 'admin/config/development/testing/settings',
27466   'load_functions' => '',
27467   'to_arg_functions' => '',
27468   'access_callback' => 'user_access',
27469   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
27470   'page_callback' => 'drupal_get_form',
27471   'page_arguments' => 'a:1:{i:0;s:24:"simpletest_settings_form";}',
27472   'delivery_callback' => '',
27473   'fit' => '31',
27474   'number_parts' => '5',
27475   'context' => '1',
27476   'tab_parent' => 'admin/config/development/testing',
27477   'tab_root' => 'admin/config/development/testing',
27478   'title' => 'Settings',
27479   'title_callback' => 't',
27480   'title_arguments' => '',
27481   'theme_callback' => '',
27482   'theme_arguments' => 'a:0:{}',
27483   'type' => '132',
27484   'description' => '',
27485   'position' => '',
27486   'weight' => '0',
27487   'include_file' => 'modules/simpletest/simpletest.pages.inc',
27488 ))
27489 ->values(array(
27490   'path' => 'admin/config/media',
27491   'load_functions' => '',
27492   'to_arg_functions' => '',
27493   'access_callback' => 'user_access',
27494   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27495   'page_callback' => 'system_admin_menu_block_page',
27496   'page_arguments' => 'a:0:{}',
27497   'delivery_callback' => '',
27498   'fit' => '7',
27499   'number_parts' => '3',
27500   'context' => '0',
27501   'tab_parent' => '',
27502   'tab_root' => 'admin/config/media',
27503   'title' => 'Media',
27504   'title_callback' => 't',
27505   'title_arguments' => '',
27506   'theme_callback' => '',
27507   'theme_arguments' => 'a:0:{}',
27508   'type' => '6',
27509   'description' => 'Media tools.',
27510   'position' => 'left',
27511   'weight' => '-10',
27512   'include_file' => 'modules/system/system.admin.inc',
27513 ))
27514 ->values(array(
27515   'path' => 'admin/config/media/file-system',
27516   'load_functions' => '',
27517   'to_arg_functions' => '',
27518   'access_callback' => 'user_access',
27519   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27520   'page_callback' => 'drupal_get_form',
27521   'page_arguments' => 'a:1:{i:0;s:27:"system_file_system_settings";}',
27522   'delivery_callback' => '',
27523   'fit' => '15',
27524   'number_parts' => '4',
27525   'context' => '0',
27526   'tab_parent' => '',
27527   'tab_root' => 'admin/config/media/file-system',
27528   'title' => 'File system',
27529   'title_callback' => 't',
27530   'title_arguments' => '',
27531   'theme_callback' => '',
27532   'theme_arguments' => 'a:0:{}',
27533   'type' => '6',
27534   'description' => 'Tell Drupal where to store uploaded files and how they are accessed.',
27535   'position' => '',
27536   'weight' => '-10',
27537   'include_file' => 'modules/system/system.admin.inc',
27538 ))
27539 ->values(array(
27540   'path' => 'admin/config/media/image-styles',
27541   'load_functions' => '',
27542   'to_arg_functions' => '',
27543   'access_callback' => 'user_access',
27544   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27545   'page_callback' => 'image_style_list',
27546   'page_arguments' => 'a:0:{}',
27547   'delivery_callback' => '',
27548   'fit' => '15',
27549   'number_parts' => '4',
27550   'context' => '0',
27551   'tab_parent' => '',
27552   'tab_root' => 'admin/config/media/image-styles',
27553   'title' => 'Image styles',
27554   'title_callback' => 't',
27555   'title_arguments' => '',
27556   'theme_callback' => '',
27557   'theme_arguments' => 'a:0:{}',
27558   'type' => '6',
27559   'description' => 'Configure styles that can be used for resizing or adjusting images on display.',
27560   'position' => '',
27561   'weight' => '0',
27562   'include_file' => 'modules/image/image.admin.inc',
27563 ))
27564 ->values(array(
27565   'path' => 'admin/config/media/image-styles/add',
27566   'load_functions' => '',
27567   'to_arg_functions' => '',
27568   'access_callback' => 'user_access',
27569   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27570   'page_callback' => 'drupal_get_form',
27571   'page_arguments' => 'a:1:{i:0;s:20:"image_style_add_form";}',
27572   'delivery_callback' => '',
27573   'fit' => '31',
27574   'number_parts' => '5',
27575   'context' => '1',
27576   'tab_parent' => 'admin/config/media/image-styles',
27577   'tab_root' => 'admin/config/media/image-styles',
27578   'title' => 'Add style',
27579   'title_callback' => 't',
27580   'title_arguments' => '',
27581   'theme_callback' => '',
27582   'theme_arguments' => 'a:0:{}',
27583   'type' => '388',
27584   'description' => 'Add a new image style.',
27585   'position' => '',
27586   'weight' => '2',
27587   'include_file' => 'modules/image/image.admin.inc',
27588 ))
27589 ->values(array(
27590   'path' => 'admin/config/media/image-styles/delete/%',
27591   'load_functions' => 'a:1:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;N;i:1;s:1:"1";}}}',
27592   'to_arg_functions' => '',
27593   'access_callback' => 'user_access',
27594   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27595   'page_callback' => 'drupal_get_form',
27596   'page_arguments' => 'a:2:{i:0;s:23:"image_style_delete_form";i:1;i:5;}',
27597   'delivery_callback' => '',
27598   'fit' => '62',
27599   'number_parts' => '6',
27600   'context' => '0',
27601   'tab_parent' => '',
27602   'tab_root' => 'admin/config/media/image-styles/delete/%',
27603   'title' => 'Delete style',
27604   'title_callback' => 't',
27605   'title_arguments' => '',
27606   'theme_callback' => '',
27607   'theme_arguments' => 'a:0:{}',
27608   'type' => '6',
27609   'description' => 'Delete an image style.',
27610   'position' => '',
27611   'weight' => '0',
27612   'include_file' => 'modules/image/image.admin.inc',
27613 ))
27614 ->values(array(
27615   'path' => 'admin/config/media/image-styles/edit/%',
27616   'load_functions' => 'a:1:{i:5;s:16:"image_style_load";}',
27617   'to_arg_functions' => '',
27618   'access_callback' => 'user_access',
27619   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27620   'page_callback' => 'drupal_get_form',
27621   'page_arguments' => 'a:2:{i:0;s:16:"image_style_form";i:1;i:5;}',
27622   'delivery_callback' => '',
27623   'fit' => '62',
27624   'number_parts' => '6',
27625   'context' => '0',
27626   'tab_parent' => '',
27627   'tab_root' => 'admin/config/media/image-styles/edit/%',
27628   'title' => 'Edit style',
27629   'title_callback' => 't',
27630   'title_arguments' => '',
27631   'theme_callback' => '',
27632   'theme_arguments' => 'a:0:{}',
27633   'type' => '6',
27634   'description' => 'Configure an image style.',
27635   'position' => '',
27636   'weight' => '0',
27637   'include_file' => 'modules/image/image.admin.inc',
27638 ))
27639 ->values(array(
27640   'path' => 'admin/config/media/image-styles/edit/%/add/%',
27641   '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;}}}',
27642   'to_arg_functions' => '',
27643   'access_callback' => 'user_access',
27644   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27645   'page_callback' => 'drupal_get_form',
27646   'page_arguments' => 'a:3:{i:0;s:17:"image_effect_form";i:1;i:5;i:2;i:7;}',
27647   'delivery_callback' => '',
27648   'fit' => '250',
27649   'number_parts' => '8',
27650   'context' => '0',
27651   'tab_parent' => '',
27652   'tab_root' => 'admin/config/media/image-styles/edit/%/add/%',
27653   'title' => 'Add image effect',
27654   'title_callback' => 't',
27655   'title_arguments' => '',
27656   'theme_callback' => '',
27657   'theme_arguments' => 'a:0:{}',
27658   'type' => '6',
27659   'description' => 'Add a new effect to a style.',
27660   'position' => '',
27661   'weight' => '0',
27662   'include_file' => 'modules/image/image.admin.inc',
27663 ))
27664 ->values(array(
27665   'path' => 'admin/config/media/image-styles/edit/%/effects/%',
27666   '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";}}}',
27667   'to_arg_functions' => '',
27668   'access_callback' => 'user_access',
27669   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27670   'page_callback' => 'drupal_get_form',
27671   'page_arguments' => 'a:3:{i:0;s:17:"image_effect_form";i:1;i:5;i:2;i:7;}',
27672   'delivery_callback' => '',
27673   'fit' => '250',
27674   'number_parts' => '8',
27675   'context' => '0',
27676   'tab_parent' => '',
27677   'tab_root' => 'admin/config/media/image-styles/edit/%/effects/%',
27678   'title' => 'Edit image effect',
27679   'title_callback' => 't',
27680   'title_arguments' => '',
27681   'theme_callback' => '',
27682   'theme_arguments' => 'a:0:{}',
27683   'type' => '6',
27684   'description' => 'Edit an existing effect within a style.',
27685   'position' => '',
27686   'weight' => '0',
27687   'include_file' => 'modules/image/image.admin.inc',
27688 ))
27689 ->values(array(
27690   'path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
27691   '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";}}}',
27692   'to_arg_functions' => '',
27693   'access_callback' => 'user_access',
27694   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27695   'page_callback' => 'drupal_get_form',
27696   'page_arguments' => 'a:3:{i:0;s:24:"image_effect_delete_form";i:1;i:5;i:2;i:7;}',
27697   'delivery_callback' => '',
27698   'fit' => '501',
27699   'number_parts' => '9',
27700   'context' => '0',
27701   'tab_parent' => '',
27702   'tab_root' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
27703   'title' => 'Delete image effect',
27704   'title_callback' => 't',
27705   'title_arguments' => '',
27706   'theme_callback' => '',
27707   'theme_arguments' => 'a:0:{}',
27708   'type' => '6',
27709   'description' => 'Delete an existing effect from a style.',
27710   'position' => '',
27711   'weight' => '0',
27712   'include_file' => 'modules/image/image.admin.inc',
27713 ))
27714 ->values(array(
27715   'path' => 'admin/config/media/image-styles/list',
27716   'load_functions' => '',
27717   'to_arg_functions' => '',
27718   'access_callback' => 'user_access',
27719   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27720   'page_callback' => 'image_style_list',
27721   'page_arguments' => 'a:0:{}',
27722   'delivery_callback' => '',
27723   'fit' => '31',
27724   'number_parts' => '5',
27725   'context' => '1',
27726   'tab_parent' => 'admin/config/media/image-styles',
27727   'tab_root' => 'admin/config/media/image-styles',
27728   'title' => 'List',
27729   'title_callback' => 't',
27730   'title_arguments' => '',
27731   'theme_callback' => '',
27732   'theme_arguments' => 'a:0:{}',
27733   'type' => '140',
27734   'description' => 'List the current image styles on the site.',
27735   'position' => '',
27736   'weight' => '1',
27737   'include_file' => 'modules/image/image.admin.inc',
27738 ))
27739 ->values(array(
27740   'path' => 'admin/config/media/image-styles/revert/%',
27741   'load_functions' => 'a:1:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;N;i:1;s:1:"2";}}}',
27742   'to_arg_functions' => '',
27743   'access_callback' => 'user_access',
27744   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27745   'page_callback' => 'drupal_get_form',
27746   'page_arguments' => 'a:2:{i:0;s:23:"image_style_revert_form";i:1;i:5;}',
27747   'delivery_callback' => '',
27748   'fit' => '62',
27749   'number_parts' => '6',
27750   'context' => '0',
27751   'tab_parent' => '',
27752   'tab_root' => 'admin/config/media/image-styles/revert/%',
27753   'title' => 'Revert style',
27754   'title_callback' => 't',
27755   'title_arguments' => '',
27756   'theme_callback' => '',
27757   'theme_arguments' => 'a:0:{}',
27758   'type' => '6',
27759   'description' => 'Revert an image style.',
27760   'position' => '',
27761   'weight' => '0',
27762   'include_file' => 'modules/image/image.admin.inc',
27763 ))
27764 ->values(array(
27765   'path' => 'admin/config/media/image-toolkit',
27766   'load_functions' => '',
27767   'to_arg_functions' => '',
27768   'access_callback' => 'user_access',
27769   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27770   'page_callback' => 'drupal_get_form',
27771   'page_arguments' => 'a:1:{i:0;s:29:"system_image_toolkit_settings";}',
27772   'delivery_callback' => '',
27773   'fit' => '15',
27774   'number_parts' => '4',
27775   'context' => '0',
27776   'tab_parent' => '',
27777   'tab_root' => 'admin/config/media/image-toolkit',
27778   'title' => 'Image toolkit',
27779   'title_callback' => 't',
27780   'title_arguments' => '',
27781   'theme_callback' => '',
27782   'theme_arguments' => 'a:0:{}',
27783   'type' => '6',
27784   'description' => 'Choose which image toolkit to use if you have installed optional toolkits.',
27785   'position' => '',
27786   'weight' => '20',
27787   'include_file' => 'modules/system/system.admin.inc',
27788 ))
27789 ->values(array(
27790   'path' => 'admin/config/people',
27791   'load_functions' => '',
27792   'to_arg_functions' => '',
27793   'access_callback' => 'user_access',
27794   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27795   'page_callback' => 'system_admin_menu_block_page',
27796   'page_arguments' => 'a:0:{}',
27797   'delivery_callback' => '',
27798   'fit' => '7',
27799   'number_parts' => '3',
27800   'context' => '0',
27801   'tab_parent' => '',
27802   'tab_root' => 'admin/config/people',
27803   'title' => 'People',
27804   'title_callback' => 't',
27805   'title_arguments' => '',
27806   'theme_callback' => '',
27807   'theme_arguments' => 'a:0:{}',
27808   'type' => '6',
27809   'description' => 'Configure user accounts.',
27810   'position' => 'left',
27811   'weight' => '-20',
27812   'include_file' => 'modules/system/system.admin.inc',
27813 ))
27814 ->values(array(
27815   'path' => 'admin/config/people/accounts',
27816   'load_functions' => '',
27817   'to_arg_functions' => '',
27818   'access_callback' => 'user_access',
27819   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
27820   'page_callback' => 'drupal_get_form',
27821   'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}',
27822   'delivery_callback' => '',
27823   'fit' => '15',
27824   'number_parts' => '4',
27825   'context' => '0',
27826   'tab_parent' => '',
27827   'tab_root' => 'admin/config/people/accounts',
27828   'title' => 'Account settings',
27829   'title_callback' => 't',
27830   'title_arguments' => '',
27831   'theme_callback' => '',
27832   'theme_arguments' => 'a:0:{}',
27833   'type' => '6',
27834   'description' => 'Configure default behavior of users, including registration requirements, e-mails, fields, and user pictures.',
27835   'position' => '',
27836   'weight' => '-10',
27837   'include_file' => 'modules/user/user.admin.inc',
27838 ))
27839 ->values(array(
27840   'path' => 'admin/config/people/accounts/display',
27841   'load_functions' => '',
27842   'to_arg_functions' => '',
27843   'access_callback' => 'user_access',
27844   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
27845   'page_callback' => 'drupal_get_form',
27846   '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";}',
27847   'delivery_callback' => '',
27848   'fit' => '31',
27849   'number_parts' => '5',
27850   'context' => '1',
27851   'tab_parent' => 'admin/config/people/accounts',
27852   'tab_root' => 'admin/config/people/accounts',
27853   'title' => 'Manage display',
27854   'title_callback' => 't',
27855   'title_arguments' => '',
27856   'theme_callback' => '',
27857   'theme_arguments' => 'a:0:{}',
27858   'type' => '132',
27859   'description' => '',
27860   'position' => '',
27861   'weight' => '2',
27862   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27863 ))
27864 ->values(array(
27865   'path' => 'admin/config/people/accounts/display/default',
27866   'load_functions' => '',
27867   'to_arg_functions' => '',
27868   'access_callback' => '_field_ui_view_mode_menu_access',
27869   '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";}',
27870   'page_callback' => 'drupal_get_form',
27871   '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";}',
27872   'delivery_callback' => '',
27873   'fit' => '63',
27874   'number_parts' => '6',
27875   'context' => '1',
27876   'tab_parent' => 'admin/config/people/accounts/display',
27877   'tab_root' => 'admin/config/people/accounts',
27878   'title' => 'Default',
27879   'title_callback' => 't',
27880   'title_arguments' => '',
27881   'theme_callback' => '',
27882   'theme_arguments' => 'a:0:{}',
27883   'type' => '140',
27884   'description' => '',
27885   'position' => '',
27886   'weight' => '-10',
27887   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27888 ))
27889 ->values(array(
27890   'path' => 'admin/config/people/accounts/display/full',
27891   'load_functions' => '',
27892   'to_arg_functions' => '',
27893   'access_callback' => '_field_ui_view_mode_menu_access',
27894   '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";}',
27895   'page_callback' => 'drupal_get_form',
27896   '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";}',
27897   'delivery_callback' => '',
27898   'fit' => '63',
27899   'number_parts' => '6',
27900   'context' => '1',
27901   'tab_parent' => 'admin/config/people/accounts/display',
27902   'tab_root' => 'admin/config/people/accounts',
27903   'title' => 'User account',
27904   'title_callback' => 't',
27905   'title_arguments' => '',
27906   'theme_callback' => '',
27907   'theme_arguments' => 'a:0:{}',
27908   'type' => '132',
27909   'description' => '',
27910   'position' => '',
27911   'weight' => '0',
27912   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27913 ))
27914 ->values(array(
27915   'path' => 'admin/config/people/accounts/fields',
27916   'load_functions' => '',
27917   'to_arg_functions' => '',
27918   'access_callback' => 'user_access',
27919   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
27920   'page_callback' => 'drupal_get_form',
27921   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:4:"user";i:2;s:4:"user";}',
27922   'delivery_callback' => '',
27923   'fit' => '31',
27924   'number_parts' => '5',
27925   'context' => '1',
27926   'tab_parent' => 'admin/config/people/accounts',
27927   'tab_root' => 'admin/config/people/accounts',
27928   'title' => 'Manage fields',
27929   'title_callback' => 't',
27930   'title_arguments' => '',
27931   'theme_callback' => '',
27932   'theme_arguments' => 'a:0:{}',
27933   'type' => '132',
27934   'description' => '',
27935   'position' => '',
27936   'weight' => '1',
27937   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27938 ))
27939 ->values(array(
27940   'path' => 'admin/config/people/accounts/fields/%',
27941   '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";}}}',
27942   'to_arg_functions' => '',
27943   'access_callback' => 'user_access',
27944   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
27945   'page_callback' => 'drupal_get_form',
27946   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
27947   'delivery_callback' => '',
27948   'fit' => '62',
27949   'number_parts' => '6',
27950   'context' => '0',
27951   'tab_parent' => '',
27952   'tab_root' => 'admin/config/people/accounts/fields/%',
27953   'title' => '',
27954   'title_callback' => 'field_ui_menu_title',
27955   'title_arguments' => 'a:1:{i:0;i:5;}',
27956   'theme_callback' => '',
27957   'theme_arguments' => 'a:0:{}',
27958   'type' => '6',
27959   'description' => '',
27960   'position' => '',
27961   'weight' => '0',
27962   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27963 ))
27964 ->values(array(
27965   'path' => 'admin/config/people/accounts/fields/%/delete',
27966   '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";}}}',
27967   'to_arg_functions' => '',
27968   'access_callback' => 'user_access',
27969   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
27970   'page_callback' => 'drupal_get_form',
27971   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:5;}',
27972   'delivery_callback' => '',
27973   'fit' => '125',
27974   'number_parts' => '7',
27975   'context' => '1',
27976   'tab_parent' => 'admin/config/people/accounts/fields/%',
27977   'tab_root' => 'admin/config/people/accounts/fields/%',
27978   'title' => 'Delete',
27979   'title_callback' => 't',
27980   'title_arguments' => '',
27981   'theme_callback' => '',
27982   'theme_arguments' => 'a:0:{}',
27983   'type' => '132',
27984   'description' => '',
27985   'position' => '',
27986   'weight' => '10',
27987   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27988 ))
27989 ->values(array(
27990   'path' => 'admin/config/people/accounts/fields/%/edit',
27991   '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";}}}',
27992   'to_arg_functions' => '',
27993   'access_callback' => 'user_access',
27994   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
27995   'page_callback' => 'drupal_get_form',
27996   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
27997   'delivery_callback' => '',
27998   'fit' => '125',
27999   'number_parts' => '7',
28000   'context' => '1',
28001   'tab_parent' => 'admin/config/people/accounts/fields/%',
28002   'tab_root' => 'admin/config/people/accounts/fields/%',
28003   'title' => 'Edit',
28004   'title_callback' => 't',
28005   'title_arguments' => '',
28006   'theme_callback' => '',
28007   'theme_arguments' => 'a:0:{}',
28008   'type' => '140',
28009   'description' => '',
28010   'position' => '',
28011   'weight' => '0',
28012   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28013 ))
28014 ->values(array(
28015   'path' => 'admin/config/people/accounts/fields/%/field-settings',
28016   '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";}}}',
28017   'to_arg_functions' => '',
28018   'access_callback' => 'user_access',
28019   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
28020   'page_callback' => 'drupal_get_form',
28021   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:5;}',
28022   'delivery_callback' => '',
28023   'fit' => '125',
28024   'number_parts' => '7',
28025   'context' => '1',
28026   'tab_parent' => 'admin/config/people/accounts/fields/%',
28027   'tab_root' => 'admin/config/people/accounts/fields/%',
28028   'title' => 'Field settings',
28029   'title_callback' => 't',
28030   'title_arguments' => '',
28031   'theme_callback' => '',
28032   'theme_arguments' => 'a:0:{}',
28033   'type' => '132',
28034   'description' => '',
28035   'position' => '',
28036   'weight' => '0',
28037   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28038 ))
28039 ->values(array(
28040   'path' => 'admin/config/people/accounts/fields/%/widget-type',
28041   '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";}}}',
28042   'to_arg_functions' => '',
28043   'access_callback' => 'user_access',
28044   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
28045   'page_callback' => 'drupal_get_form',
28046   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:5;}',
28047   'delivery_callback' => '',
28048   'fit' => '125',
28049   'number_parts' => '7',
28050   'context' => '1',
28051   'tab_parent' => 'admin/config/people/accounts/fields/%',
28052   'tab_root' => 'admin/config/people/accounts/fields/%',
28053   'title' => 'Widget type',
28054   'title_callback' => 't',
28055   'title_arguments' => '',
28056   'theme_callback' => '',
28057   'theme_arguments' => 'a:0:{}',
28058   'type' => '132',
28059   'description' => '',
28060   'position' => '',
28061   'weight' => '0',
28062   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28063 ))
28064 ->values(array(
28065   'path' => 'admin/config/people/accounts/settings',
28066   'load_functions' => '',
28067   'to_arg_functions' => '',
28068   'access_callback' => 'user_access',
28069   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
28070   'page_callback' => 'drupal_get_form',
28071   'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}',
28072   'delivery_callback' => '',
28073   'fit' => '31',
28074   'number_parts' => '5',
28075   'context' => '1',
28076   'tab_parent' => 'admin/config/people/accounts',
28077   'tab_root' => 'admin/config/people/accounts',
28078   'title' => 'Settings',
28079   'title_callback' => 't',
28080   'title_arguments' => '',
28081   'theme_callback' => '',
28082   'theme_arguments' => 'a:0:{}',
28083   'type' => '140',
28084   'description' => '',
28085   'position' => '',
28086   'weight' => '-10',
28087   'include_file' => 'modules/user/user.admin.inc',
28088 ))
28089 ->values(array(
28090   'path' => 'admin/config/people/ip-blocking',
28091   'load_functions' => '',
28092   'to_arg_functions' => '',
28093   'access_callback' => 'user_access',
28094   'access_arguments' => 'a:1:{i:0;s:18:"block IP addresses";}',
28095   'page_callback' => 'system_ip_blocking',
28096   'page_arguments' => 'a:0:{}',
28097   'delivery_callback' => '',
28098   'fit' => '15',
28099   'number_parts' => '4',
28100   'context' => '0',
28101   'tab_parent' => '',
28102   'tab_root' => 'admin/config/people/ip-blocking',
28103   'title' => 'IP address blocking',
28104   'title_callback' => 't',
28105   'title_arguments' => '',
28106   'theme_callback' => '',
28107   'theme_arguments' => 'a:0:{}',
28108   'type' => '6',
28109   'description' => 'Manage blocked IP addresses.',
28110   'position' => '',
28111   'weight' => '10',
28112   'include_file' => 'modules/system/system.admin.inc',
28113 ))
28114 ->values(array(
28115   'path' => 'admin/config/people/ip-blocking/delete/%',
28116   'load_functions' => 'a:1:{i:5;s:15:"blocked_ip_load";}',
28117   'to_arg_functions' => '',
28118   'access_callback' => 'user_access',
28119   'access_arguments' => 'a:1:{i:0;s:18:"block IP addresses";}',
28120   'page_callback' => 'drupal_get_form',
28121   'page_arguments' => 'a:2:{i:0;s:25:"system_ip_blocking_delete";i:1;i:5;}',
28122   'delivery_callback' => '',
28123   'fit' => '62',
28124   'number_parts' => '6',
28125   'context' => '0',
28126   'tab_parent' => '',
28127   'tab_root' => 'admin/config/people/ip-blocking/delete/%',
28128   'title' => 'Delete IP address',
28129   'title_callback' => 't',
28130   'title_arguments' => '',
28131   'theme_callback' => '',
28132   'theme_arguments' => 'a:0:{}',
28133   'type' => '6',
28134   'description' => '',
28135   'position' => '',
28136   'weight' => '0',
28137   'include_file' => 'modules/system/system.admin.inc',
28138 ))
28139 ->values(array(
28140   'path' => 'admin/config/regional',
28141   'load_functions' => '',
28142   'to_arg_functions' => '',
28143   'access_callback' => 'user_access',
28144   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
28145   'page_callback' => 'system_admin_menu_block_page',
28146   'page_arguments' => 'a:0:{}',
28147   'delivery_callback' => '',
28148   'fit' => '7',
28149   'number_parts' => '3',
28150   'context' => '0',
28151   'tab_parent' => '',
28152   'tab_root' => 'admin/config/regional',
28153   'title' => 'Regional and language',
28154   'title_callback' => 't',
28155   'title_arguments' => '',
28156   'theme_callback' => '',
28157   'theme_arguments' => 'a:0:{}',
28158   'type' => '6',
28159   'description' => 'Regional settings, localization and translation.',
28160   'position' => 'left',
28161   'weight' => '-5',
28162   'include_file' => 'modules/system/system.admin.inc',
28163 ))
28164 ->values(array(
28165   'path' => 'admin/config/regional/date-time',
28166   'load_functions' => '',
28167   'to_arg_functions' => '',
28168   'access_callback' => 'user_access',
28169   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28170   'page_callback' => 'drupal_get_form',
28171   'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}',
28172   'delivery_callback' => '',
28173   'fit' => '15',
28174   'number_parts' => '4',
28175   'context' => '0',
28176   'tab_parent' => '',
28177   'tab_root' => 'admin/config/regional/date-time',
28178   'title' => 'Date and time',
28179   'title_callback' => 't',
28180   'title_arguments' => '',
28181   'theme_callback' => '',
28182   'theme_arguments' => 'a:0:{}',
28183   'type' => '6',
28184   'description' => 'Configure display formats for date and time.',
28185   'position' => '',
28186   'weight' => '-15',
28187   'include_file' => 'modules/system/system.admin.inc',
28188 ))
28189 ->values(array(
28190   'path' => 'admin/config/regional/date-time/formats',
28191   'load_functions' => '',
28192   'to_arg_functions' => '',
28193   'access_callback' => 'user_access',
28194   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28195   'page_callback' => 'system_date_time_formats',
28196   'page_arguments' => 'a:0:{}',
28197   'delivery_callback' => '',
28198   'fit' => '31',
28199   'number_parts' => '5',
28200   'context' => '1',
28201   'tab_parent' => 'admin/config/regional/date-time',
28202   'tab_root' => 'admin/config/regional/date-time',
28203   'title' => 'Formats',
28204   'title_callback' => 't',
28205   'title_arguments' => '',
28206   'theme_callback' => '',
28207   'theme_arguments' => 'a:0:{}',
28208   'type' => '132',
28209   'description' => 'Configure display format strings for date and time.',
28210   'position' => '',
28211   'weight' => '-9',
28212   'include_file' => 'modules/system/system.admin.inc',
28213 ))
28214 ->values(array(
28215   'path' => 'admin/config/regional/date-time/formats/%/delete',
28216   'load_functions' => 'a:1:{i:5;N;}',
28217   'to_arg_functions' => '',
28218   'access_callback' => 'user_access',
28219   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28220   'page_callback' => 'drupal_get_form',
28221   'page_arguments' => 'a:2:{i:0;s:30:"system_date_delete_format_form";i:1;i:5;}',
28222   'delivery_callback' => '',
28223   'fit' => '125',
28224   'number_parts' => '7',
28225   'context' => '0',
28226   'tab_parent' => '',
28227   'tab_root' => 'admin/config/regional/date-time/formats/%/delete',
28228   'title' => 'Delete date format',
28229   'title_callback' => 't',
28230   'title_arguments' => '',
28231   'theme_callback' => '',
28232   'theme_arguments' => 'a:0:{}',
28233   'type' => '6',
28234   'description' => 'Allow users to delete a configured date format.',
28235   'position' => '',
28236   'weight' => '0',
28237   'include_file' => 'modules/system/system.admin.inc',
28238 ))
28239 ->values(array(
28240   'path' => 'admin/config/regional/date-time/formats/%/edit',
28241   'load_functions' => 'a:1:{i:5;N;}',
28242   'to_arg_functions' => '',
28243   'access_callback' => 'user_access',
28244   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28245   'page_callback' => 'drupal_get_form',
28246   'page_arguments' => 'a:2:{i:0;s:34:"system_configure_date_formats_form";i:1;i:5;}',
28247   'delivery_callback' => '',
28248   'fit' => '125',
28249   'number_parts' => '7',
28250   'context' => '0',
28251   'tab_parent' => '',
28252   'tab_root' => 'admin/config/regional/date-time/formats/%/edit',
28253   'title' => 'Edit date format',
28254   'title_callback' => 't',
28255   'title_arguments' => '',
28256   'theme_callback' => '',
28257   'theme_arguments' => 'a:0:{}',
28258   'type' => '6',
28259   'description' => 'Allow users to edit a configured date format.',
28260   'position' => '',
28261   'weight' => '0',
28262   'include_file' => 'modules/system/system.admin.inc',
28263 ))
28264 ->values(array(
28265   'path' => 'admin/config/regional/date-time/formats/add',
28266   'load_functions' => '',
28267   'to_arg_functions' => '',
28268   'access_callback' => 'user_access',
28269   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28270   'page_callback' => 'drupal_get_form',
28271   'page_arguments' => 'a:1:{i:0;s:34:"system_configure_date_formats_form";}',
28272   'delivery_callback' => '',
28273   'fit' => '63',
28274   'number_parts' => '6',
28275   'context' => '1',
28276   'tab_parent' => 'admin/config/regional/date-time/formats',
28277   'tab_root' => 'admin/config/regional/date-time',
28278   'title' => 'Add format',
28279   'title_callback' => 't',
28280   'title_arguments' => '',
28281   'theme_callback' => '',
28282   'theme_arguments' => 'a:0:{}',
28283   'type' => '388',
28284   'description' => 'Allow users to add additional date formats.',
28285   'position' => '',
28286   'weight' => '-10',
28287   'include_file' => 'modules/system/system.admin.inc',
28288 ))
28289 ->values(array(
28290   'path' => 'admin/config/regional/date-time/formats/lookup',
28291   'load_functions' => '',
28292   'to_arg_functions' => '',
28293   'access_callback' => 'user_access',
28294   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28295   'page_callback' => 'system_date_time_lookup',
28296   'page_arguments' => 'a:0:{}',
28297   'delivery_callback' => '',
28298   'fit' => '63',
28299   'number_parts' => '6',
28300   'context' => '0',
28301   'tab_parent' => '',
28302   'tab_root' => 'admin/config/regional/date-time/formats/lookup',
28303   'title' => 'Date and time lookup',
28304   'title_callback' => 't',
28305   'title_arguments' => '',
28306   'theme_callback' => '',
28307   'theme_arguments' => 'a:0:{}',
28308   'type' => '0',
28309   'description' => '',
28310   'position' => '',
28311   'weight' => '0',
28312   'include_file' => 'modules/system/system.admin.inc',
28313 ))
28314 ->values(array(
28315   'path' => 'admin/config/regional/date-time/locale',
28316   'load_functions' => '',
28317   'to_arg_functions' => '',
28318   'access_callback' => 'user_access',
28319   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28320   'page_callback' => 'locale_date_format_language_overview_page',
28321   'page_arguments' => 'a:0:{}',
28322   'delivery_callback' => '',
28323   'fit' => '31',
28324   'number_parts' => '5',
28325   'context' => '1',
28326   'tab_parent' => 'admin/config/regional/date-time',
28327   'tab_root' => 'admin/config/regional/date-time',
28328   'title' => 'Localize',
28329   'title_callback' => 't',
28330   'title_arguments' => '',
28331   'theme_callback' => '',
28332   'theme_arguments' => 'a:0:{}',
28333   'type' => '132',
28334   'description' => 'Configure date formats for each locale',
28335   'position' => '',
28336   'weight' => '-8',
28337   'include_file' => 'modules/locale/locale.admin.inc',
28338 ))
28339 ->values(array(
28340   'path' => 'admin/config/regional/date-time/locale/%/edit',
28341   'load_functions' => 'a:1:{i:5;N;}',
28342   'to_arg_functions' => '',
28343   'access_callback' => 'user_access',
28344   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28345   'page_callback' => 'drupal_get_form',
28346   'page_arguments' => 'a:2:{i:0;s:23:"locale_date_format_form";i:1;i:5;}',
28347   'delivery_callback' => '',
28348   'fit' => '125',
28349   'number_parts' => '7',
28350   'context' => '0',
28351   'tab_parent' => '',
28352   'tab_root' => 'admin/config/regional/date-time/locale/%/edit',
28353   'title' => 'Localize date formats',
28354   'title_callback' => 't',
28355   'title_arguments' => '',
28356   'theme_callback' => '',
28357   'theme_arguments' => 'a:0:{}',
28358   'type' => '6',
28359   'description' => 'Configure date formats for each locale',
28360   'position' => '',
28361   'weight' => '0',
28362   'include_file' => 'modules/locale/locale.admin.inc',
28363 ))
28364 ->values(array(
28365   'path' => 'admin/config/regional/date-time/locale/%/reset',
28366   'load_functions' => 'a:1:{i:5;N;}',
28367   'to_arg_functions' => '',
28368   'access_callback' => 'user_access',
28369   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28370   'page_callback' => 'drupal_get_form',
28371   'page_arguments' => 'a:2:{i:0;s:29:"locale_date_format_reset_form";i:1;i:5;}',
28372   'delivery_callback' => '',
28373   'fit' => '125',
28374   'number_parts' => '7',
28375   'context' => '0',
28376   'tab_parent' => '',
28377   'tab_root' => 'admin/config/regional/date-time/locale/%/reset',
28378   'title' => 'Reset date formats',
28379   'title_callback' => 't',
28380   'title_arguments' => '',
28381   'theme_callback' => '',
28382   'theme_arguments' => 'a:0:{}',
28383   'type' => '6',
28384   'description' => 'Reset localized date formats to global defaults',
28385   'position' => '',
28386   'weight' => '0',
28387   'include_file' => 'modules/locale/locale.admin.inc',
28388 ))
28389 ->values(array(
28390   'path' => 'admin/config/regional/date-time/types',
28391   'load_functions' => '',
28392   'to_arg_functions' => '',
28393   'access_callback' => 'user_access',
28394   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28395   'page_callback' => 'drupal_get_form',
28396   'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}',
28397   'delivery_callback' => '',
28398   'fit' => '31',
28399   'number_parts' => '5',
28400   'context' => '1',
28401   'tab_parent' => 'admin/config/regional/date-time',
28402   'tab_root' => 'admin/config/regional/date-time',
28403   'title' => 'Types',
28404   'title_callback' => 't',
28405   'title_arguments' => '',
28406   'theme_callback' => '',
28407   'theme_arguments' => 'a:0:{}',
28408   'type' => '140',
28409   'description' => 'Configure display formats for date and time.',
28410   'position' => '',
28411   'weight' => '-10',
28412   'include_file' => 'modules/system/system.admin.inc',
28413 ))
28414 ->values(array(
28415   'path' => 'admin/config/regional/date-time/types/%/delete',
28416   'load_functions' => 'a:1:{i:5;N;}',
28417   'to_arg_functions' => '',
28418   'access_callback' => 'user_access',
28419   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28420   'page_callback' => 'drupal_get_form',
28421   'page_arguments' => 'a:2:{i:0;s:35:"system_delete_date_format_type_form";i:1;i:5;}',
28422   'delivery_callback' => '',
28423   'fit' => '125',
28424   'number_parts' => '7',
28425   'context' => '0',
28426   'tab_parent' => '',
28427   'tab_root' => 'admin/config/regional/date-time/types/%/delete',
28428   'title' => 'Delete date type',
28429   'title_callback' => 't',
28430   'title_arguments' => '',
28431   'theme_callback' => '',
28432   'theme_arguments' => 'a:0:{}',
28433   'type' => '6',
28434   'description' => 'Allow users to delete a configured date type.',
28435   'position' => '',
28436   'weight' => '0',
28437   'include_file' => 'modules/system/system.admin.inc',
28438 ))
28439 ->values(array(
28440   'path' => 'admin/config/regional/date-time/types/add',
28441   'load_functions' => '',
28442   'to_arg_functions' => '',
28443   'access_callback' => 'user_access',
28444   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28445   'page_callback' => 'drupal_get_form',
28446   'page_arguments' => 'a:1:{i:0;s:32:"system_add_date_format_type_form";}',
28447   'delivery_callback' => '',
28448   'fit' => '63',
28449   'number_parts' => '6',
28450   'context' => '1',
28451   'tab_parent' => 'admin/config/regional/date-time/types',
28452   'tab_root' => 'admin/config/regional/date-time',
28453   'title' => 'Add date type',
28454   'title_callback' => 't',
28455   'title_arguments' => '',
28456   'theme_callback' => '',
28457   'theme_arguments' => 'a:0:{}',
28458   'type' => '388',
28459   'description' => 'Add new date type.',
28460   'position' => '',
28461   'weight' => '-10',
28462   'include_file' => 'modules/system/system.admin.inc',
28463 ))
28464 ->values(array(
28465   'path' => 'admin/config/regional/entity_translation',
28466   'load_functions' => '',
28467   'to_arg_functions' => '',
28468   'access_callback' => 'user_access',
28469   'access_arguments' => 'a:1:{i:0;s:29:"administer entity translation";}',
28470   'page_callback' => 'drupal_get_form',
28471   'page_arguments' => 'a:1:{i:0;s:29:"entity_translation_admin_form";}',
28472   'delivery_callback' => '',
28473   'fit' => '15',
28474   'number_parts' => '4',
28475   'context' => '0',
28476   'tab_parent' => '',
28477   'tab_root' => 'admin/config/regional/entity_translation',
28478   'title' => 'Entity translation',
28479   'title_callback' => 't',
28480   'title_arguments' => '',
28481   'theme_callback' => '',
28482   'theme_arguments' => 'a:0:{}',
28483   'type' => '6',
28484   'description' => 'Configure which entities can be translated and enable or disable language fallback.',
28485   'position' => '',
28486   'weight' => '0',
28487   'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
28488 ))
28489 ->values(array(
28490   'path' => 'admin/config/regional/language',
28491   'load_functions' => '',
28492   'to_arg_functions' => '',
28493   'access_callback' => 'user_access',
28494   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28495   'page_callback' => 'drupal_get_form',
28496   'page_arguments' => 'a:1:{i:0;s:30:"locale_languages_overview_form";}',
28497   'delivery_callback' => '',
28498   'fit' => '15',
28499   'number_parts' => '4',
28500   'context' => '0',
28501   'tab_parent' => '',
28502   'tab_root' => 'admin/config/regional/language',
28503   'title' => 'Languages',
28504   'title_callback' => 't',
28505   'title_arguments' => '',
28506   'theme_callback' => '',
28507   'theme_arguments' => 'a:0:{}',
28508   'type' => '6',
28509   'description' => 'Configure languages for content and the user interface.',
28510   'position' => '',
28511   'weight' => '-10',
28512   'include_file' => 'modules/locale/locale.admin.inc',
28513 ))
28514 ->values(array(
28515   'path' => 'admin/config/regional/language/add',
28516   'load_functions' => '',
28517   'to_arg_functions' => '',
28518   'access_callback' => 'user_access',
28519   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28520   'page_callback' => 'locale_languages_add_screen',
28521   'page_arguments' => 'a:0:{}',
28522   'delivery_callback' => '',
28523   'fit' => '31',
28524   'number_parts' => '5',
28525   'context' => '1',
28526   'tab_parent' => 'admin/config/regional/language',
28527   'tab_root' => 'admin/config/regional/language',
28528   'title' => 'Add language',
28529   'title_callback' => 't',
28530   'title_arguments' => '',
28531   'theme_callback' => '',
28532   'theme_arguments' => 'a:0:{}',
28533   'type' => '388',
28534   'description' => '',
28535   'position' => '',
28536   'weight' => '5',
28537   'include_file' => 'modules/locale/locale.admin.inc',
28538 ))
28539 ->values(array(
28540   'path' => 'admin/config/regional/language/configure',
28541   'load_functions' => '',
28542   'to_arg_functions' => '',
28543   'access_callback' => 'user_access',
28544   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28545   'page_callback' => 'drupal_get_form',
28546   'page_arguments' => 'a:1:{i:0;s:31:"locale_languages_configure_form";}',
28547   'delivery_callback' => '',
28548   'fit' => '31',
28549   'number_parts' => '5',
28550   'context' => '1',
28551   'tab_parent' => 'admin/config/regional/language',
28552   'tab_root' => 'admin/config/regional/language',
28553   'title' => 'Detection and selection',
28554   'title_callback' => 't',
28555   'title_arguments' => '',
28556   'theme_callback' => '',
28557   'theme_arguments' => 'a:0:{}',
28558   'type' => '132',
28559   'description' => '',
28560   'position' => '',
28561   'weight' => '10',
28562   'include_file' => 'modules/locale/locale.admin.inc',
28563 ))
28564 ->values(array(
28565   'path' => 'admin/config/regional/language/configure/session',
28566   'load_functions' => '',
28567   'to_arg_functions' => '',
28568   'access_callback' => 'user_access',
28569   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28570   'page_callback' => 'drupal_get_form',
28571   'page_arguments' => 'a:1:{i:0;s:38:"locale_language_providers_session_form";}',
28572   'delivery_callback' => '',
28573   'fit' => '63',
28574   'number_parts' => '6',
28575   'context' => '0',
28576   'tab_parent' => '',
28577   'tab_root' => 'admin/config/regional/language/configure/session',
28578   'title' => 'Session language detection configuration',
28579   'title_callback' => 't',
28580   'title_arguments' => '',
28581   'theme_callback' => '',
28582   'theme_arguments' => 'a:0:{}',
28583   'type' => '4',
28584   'description' => '',
28585   'position' => '',
28586   'weight' => '0',
28587   'include_file' => 'modules/locale/locale.admin.inc',
28588 ))
28589 ->values(array(
28590   'path' => 'admin/config/regional/language/configure/url',
28591   'load_functions' => '',
28592   'to_arg_functions' => '',
28593   'access_callback' => 'user_access',
28594   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28595   'page_callback' => 'drupal_get_form',
28596   'page_arguments' => 'a:1:{i:0;s:34:"locale_language_providers_url_form";}',
28597   'delivery_callback' => '',
28598   'fit' => '63',
28599   'number_parts' => '6',
28600   'context' => '0',
28601   'tab_parent' => '',
28602   'tab_root' => 'admin/config/regional/language/configure/url',
28603   'title' => 'URL language detection configuration',
28604   'title_callback' => 't',
28605   'title_arguments' => '',
28606   'theme_callback' => '',
28607   'theme_arguments' => 'a:0:{}',
28608   'type' => '4',
28609   'description' => '',
28610   'position' => '',
28611   'weight' => '0',
28612   'include_file' => 'modules/locale/locale.admin.inc',
28613 ))
28614 ->values(array(
28615   'path' => 'admin/config/regional/language/delete/%',
28616   'load_functions' => 'a:1:{i:5;N;}',
28617   'to_arg_functions' => '',
28618   'access_callback' => 'user_access',
28619   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28620   'page_callback' => 'drupal_get_form',
28621   'page_arguments' => 'a:2:{i:0;s:28:"locale_languages_delete_form";i:1;i:5;}',
28622   'delivery_callback' => '',
28623   'fit' => '62',
28624   'number_parts' => '6',
28625   'context' => '0',
28626   'tab_parent' => '',
28627   'tab_root' => 'admin/config/regional/language/delete/%',
28628   'title' => 'Confirm',
28629   'title_callback' => 't',
28630   'title_arguments' => '',
28631   'theme_callback' => '',
28632   'theme_arguments' => 'a:0:{}',
28633   'type' => '6',
28634   'description' => '',
28635   'position' => '',
28636   'weight' => '0',
28637   'include_file' => 'modules/locale/locale.admin.inc',
28638 ))
28639 ->values(array(
28640   'path' => 'admin/config/regional/language/edit/%',
28641   'load_functions' => 'a:1:{i:5;N;}',
28642   'to_arg_functions' => '',
28643   'access_callback' => 'user_access',
28644   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28645   'page_callback' => 'drupal_get_form',
28646   'page_arguments' => 'a:2:{i:0;s:26:"locale_languages_edit_form";i:1;i:5;}',
28647   'delivery_callback' => '',
28648   'fit' => '62',
28649   'number_parts' => '6',
28650   'context' => '0',
28651   'tab_parent' => '',
28652   'tab_root' => 'admin/config/regional/language/edit/%',
28653   'title' => 'Edit language',
28654   'title_callback' => 't',
28655   'title_arguments' => '',
28656   'theme_callback' => '',
28657   'theme_arguments' => 'a:0:{}',
28658   'type' => '6',
28659   'description' => '',
28660   'position' => '',
28661   'weight' => '0',
28662   'include_file' => 'modules/locale/locale.admin.inc',
28663 ))
28664 ->values(array(
28665   'path' => 'admin/config/regional/language/overview',
28666   'load_functions' => '',
28667   'to_arg_functions' => '',
28668   'access_callback' => 'user_access',
28669   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28670   'page_callback' => 'drupal_get_form',
28671   'page_arguments' => 'a:1:{i:0;s:30:"locale_languages_overview_form";}',
28672   'delivery_callback' => '',
28673   'fit' => '31',
28674   'number_parts' => '5',
28675   'context' => '1',
28676   'tab_parent' => 'admin/config/regional/language',
28677   'tab_root' => 'admin/config/regional/language',
28678   'title' => 'List',
28679   'title_callback' => 't',
28680   'title_arguments' => '',
28681   'theme_callback' => '',
28682   'theme_arguments' => 'a:0:{}',
28683   'type' => '140',
28684   'description' => '',
28685   'position' => '',
28686   'weight' => '0',
28687   'include_file' => 'modules/locale/locale.admin.inc',
28688 ))
28689 ->values(array(
28690   'path' => 'admin/config/regional/settings',
28691   'load_functions' => '',
28692   'to_arg_functions' => '',
28693   'access_callback' => 'user_access',
28694   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28695   'page_callback' => 'drupal_get_form',
28696   'page_arguments' => 'a:1:{i:0;s:24:"system_regional_settings";}',
28697   'delivery_callback' => '',
28698   'fit' => '15',
28699   'number_parts' => '4',
28700   'context' => '0',
28701   'tab_parent' => '',
28702   'tab_root' => 'admin/config/regional/settings',
28703   'title' => 'Regional settings',
28704   'title_callback' => 't',
28705   'title_arguments' => '',
28706   'theme_callback' => '',
28707   'theme_arguments' => 'a:0:{}',
28708   'type' => '6',
28709   'description' => "Settings for the site's default time zone and country.",
28710   'position' => '',
28711   'weight' => '-20',
28712   'include_file' => 'modules/system/system.admin.inc',
28713 ))
28714 ->values(array(
28715   'path' => 'admin/config/regional/translate',
28716   'load_functions' => '',
28717   'to_arg_functions' => '',
28718   'access_callback' => 'user_access',
28719   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
28720   'page_callback' => 'locale_translate_overview_screen',
28721   'page_arguments' => 'a:0:{}',
28722   'delivery_callback' => '',
28723   'fit' => '15',
28724   'number_parts' => '4',
28725   'context' => '0',
28726   'tab_parent' => '',
28727   'tab_root' => 'admin/config/regional/translate',
28728   'title' => 'Translate interface',
28729   'title_callback' => 't',
28730   'title_arguments' => '',
28731   'theme_callback' => '',
28732   'theme_arguments' => 'a:0:{}',
28733   'type' => '6',
28734   'description' => 'Translate the built in interface and optionally other text.',
28735   'position' => '',
28736   'weight' => '-5',
28737   'include_file' => 'modules/locale/locale.admin.inc',
28738 ))
28739 ->values(array(
28740   'path' => 'admin/config/regional/translate/delete/%',
28741   'load_functions' => 'a:1:{i:5;N;}',
28742   'to_arg_functions' => '',
28743   'access_callback' => 'user_access',
28744   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
28745   'page_callback' => 'locale_translate_delete_page',
28746   'page_arguments' => 'a:1:{i:0;i:5;}',
28747   'delivery_callback' => '',
28748   'fit' => '62',
28749   'number_parts' => '6',
28750   'context' => '0',
28751   'tab_parent' => '',
28752   'tab_root' => 'admin/config/regional/translate/delete/%',
28753   'title' => 'Delete string',
28754   'title_callback' => 't',
28755   'title_arguments' => '',
28756   'theme_callback' => '',
28757   'theme_arguments' => 'a:0:{}',
28758   'type' => '6',
28759   'description' => '',
28760   'position' => '',
28761   'weight' => '0',
28762   'include_file' => 'modules/locale/locale.admin.inc',
28763 ))
28764 ->values(array(
28765   'path' => 'admin/config/regional/translate/edit/%',
28766   'load_functions' => 'a:1:{i:5;N;}',
28767   'to_arg_functions' => '',
28768   'access_callback' => 'user_access',
28769   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
28770   'page_callback' => 'drupal_get_form',
28771   'page_arguments' => 'a:2:{i:0;s:26:"locale_translate_edit_form";i:1;i:5;}',
28772   'delivery_callback' => '',
28773   'fit' => '62',
28774   'number_parts' => '6',
28775   'context' => '0',
28776   'tab_parent' => '',
28777   'tab_root' => 'admin/config/regional/translate/edit/%',
28778   'title' => 'Edit string',
28779   'title_callback' => 't',
28780   'title_arguments' => '',
28781   'theme_callback' => '',
28782   'theme_arguments' => 'a:0:{}',
28783   'type' => '6',
28784   'description' => '',
28785   'position' => '',
28786   'weight' => '0',
28787   'include_file' => 'modules/locale/locale.admin.inc',
28788 ))
28789 ->values(array(
28790   'path' => 'admin/config/regional/translate/export',
28791   'load_functions' => '',
28792   'to_arg_functions' => '',
28793   'access_callback' => 'user_access',
28794   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
28795   'page_callback' => 'locale_translate_export_screen',
28796   'page_arguments' => 'a:0:{}',
28797   'delivery_callback' => '',
28798   'fit' => '31',
28799   'number_parts' => '5',
28800   'context' => '1',
28801   'tab_parent' => 'admin/config/regional/translate',
28802   'tab_root' => 'admin/config/regional/translate',
28803   'title' => 'Export',
28804   'title_callback' => 't',
28805   'title_arguments' => '',
28806   'theme_callback' => '',
28807   'theme_arguments' => 'a:0:{}',
28808   'type' => '132',
28809   'description' => '',
28810   'position' => '',
28811   'weight' => '30',
28812   'include_file' => 'modules/locale/locale.admin.inc',
28813 ))
28814 ->values(array(
28815   'path' => 'admin/config/regional/translate/import',
28816   'load_functions' => '',
28817   'to_arg_functions' => '',
28818   'access_callback' => 'user_access',
28819   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
28820   'page_callback' => 'drupal_get_form',
28821   'page_arguments' => 'a:1:{i:0;s:28:"locale_translate_import_form";}',
28822   'delivery_callback' => '',
28823   'fit' => '31',
28824   'number_parts' => '5',
28825   'context' => '1',
28826   'tab_parent' => 'admin/config/regional/translate',
28827   'tab_root' => 'admin/config/regional/translate',
28828   'title' => 'Import',
28829   'title_callback' => 't',
28830   'title_arguments' => '',
28831   'theme_callback' => '',
28832   'theme_arguments' => 'a:0:{}',
28833   'type' => '132',
28834   'description' => '',
28835   'position' => '',
28836   'weight' => '20',
28837   'include_file' => 'modules/locale/locale.admin.inc',
28838 ))
28839 ->values(array(
28840   'path' => 'admin/config/regional/translate/overview',
28841   'load_functions' => '',
28842   'to_arg_functions' => '',
28843   'access_callback' => 'user_access',
28844   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
28845   'page_callback' => 'locale_translate_overview_screen',
28846   'page_arguments' => 'a:0:{}',
28847   'delivery_callback' => '',
28848   'fit' => '31',
28849   'number_parts' => '5',
28850   'context' => '1',
28851   'tab_parent' => 'admin/config/regional/translate',
28852   'tab_root' => 'admin/config/regional/translate',
28853   'title' => 'Overview',
28854   'title_callback' => 't',
28855   'title_arguments' => '',
28856   'theme_callback' => '',
28857   'theme_arguments' => 'a:0:{}',
28858   'type' => '140',
28859   'description' => '',
28860   'position' => '',
28861   'weight' => '0',
28862   'include_file' => 'modules/locale/locale.admin.inc',
28863 ))
28864 ->values(array(
28865   'path' => 'admin/config/regional/translate/translate',
28866   'load_functions' => '',
28867   'to_arg_functions' => '',
28868   'access_callback' => 'user_access',
28869   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
28870   'page_callback' => 'locale_translate_seek_screen',
28871   'page_arguments' => 'a:0:{}',
28872   'delivery_callback' => '',
28873   'fit' => '31',
28874   'number_parts' => '5',
28875   'context' => '1',
28876   'tab_parent' => 'admin/config/regional/translate',
28877   'tab_root' => 'admin/config/regional/translate',
28878   'title' => 'Translate',
28879   'title_callback' => 't',
28880   'title_arguments' => '',
28881   'theme_callback' => '',
28882   'theme_arguments' => 'a:0:{}',
28883   'type' => '132',
28884   'description' => '',
28885   'position' => '',
28886   'weight' => '10',
28887   'include_file' => 'modules/locale/locale.admin.inc',
28888 ))
28889 ->values(array(
28890   'path' => 'admin/config/search',
28891   'load_functions' => '',
28892   'to_arg_functions' => '',
28893   'access_callback' => 'user_access',
28894   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
28895   'page_callback' => 'system_admin_menu_block_page',
28896   'page_arguments' => 'a:0:{}',
28897   'delivery_callback' => '',
28898   'fit' => '7',
28899   'number_parts' => '3',
28900   'context' => '0',
28901   'tab_parent' => '',
28902   'tab_root' => 'admin/config/search',
28903   'title' => 'Search and metadata',
28904   'title_callback' => 't',
28905   'title_arguments' => '',
28906   'theme_callback' => '',
28907   'theme_arguments' => 'a:0:{}',
28908   'type' => '6',
28909   'description' => 'Local site search, metadata and SEO.',
28910   'position' => 'left',
28911   'weight' => '-10',
28912   'include_file' => 'modules/system/system.admin.inc',
28913 ))
28914 ->values(array(
28915   'path' => 'admin/config/search/clean-urls',
28916   'load_functions' => '',
28917   'to_arg_functions' => '',
28918   'access_callback' => 'user_access',
28919   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28920   'page_callback' => 'drupal_get_form',
28921   'page_arguments' => 'a:1:{i:0;s:25:"system_clean_url_settings";}',
28922   'delivery_callback' => '',
28923   'fit' => '15',
28924   'number_parts' => '4',
28925   'context' => '0',
28926   'tab_parent' => '',
28927   'tab_root' => 'admin/config/search/clean-urls',
28928   'title' => 'Clean URLs',
28929   'title_callback' => 't',
28930   'title_arguments' => '',
28931   'theme_callback' => '',
28932   'theme_arguments' => 'a:0:{}',
28933   'type' => '6',
28934   'description' => 'Enable or disable clean URLs for your site.',
28935   'position' => '',
28936   'weight' => '5',
28937   'include_file' => 'modules/system/system.admin.inc',
28938 ))
28939 ->values(array(
28940   'path' => 'admin/config/search/clean-urls/check',
28941   'load_functions' => '',
28942   'to_arg_functions' => '',
28943   'access_callback' => '1',
28944   'access_arguments' => 'a:0:{}',
28945   'page_callback' => 'drupal_json_output',
28946   'page_arguments' => 'a:1:{i:0;a:1:{s:6:"status";b:1;}}',
28947   'delivery_callback' => '',
28948   'fit' => '31',
28949   'number_parts' => '5',
28950   'context' => '0',
28951   'tab_parent' => '',
28952   'tab_root' => 'admin/config/search/clean-urls/check',
28953   'title' => 'Clean URL check',
28954   'title_callback' => 't',
28955   'title_arguments' => '',
28956   'theme_callback' => '',
28957   'theme_arguments' => 'a:0:{}',
28958   'type' => '0',
28959   'description' => '',
28960   'position' => '',
28961   'weight' => '0',
28962   'include_file' => 'modules/system/system.admin.inc',
28963 ))
28964 ->values(array(
28965   'path' => 'admin/config/search/path',
28966   'load_functions' => '',
28967   'to_arg_functions' => '',
28968   'access_callback' => 'user_access',
28969   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
28970   'page_callback' => 'path_admin_overview',
28971   'page_arguments' => 'a:0:{}',
28972   'delivery_callback' => '',
28973   'fit' => '15',
28974   'number_parts' => '4',
28975   'context' => '0',
28976   'tab_parent' => '',
28977   'tab_root' => 'admin/config/search/path',
28978   'title' => 'URL aliases',
28979   'title_callback' => 't',
28980   'title_arguments' => '',
28981   'theme_callback' => '',
28982   'theme_arguments' => 'a:0:{}',
28983   'type' => '6',
28984   'description' => "Change your site's URL paths by aliasing them.",
28985   'position' => '',
28986   'weight' => '-5',
28987   'include_file' => 'modules/path/path.admin.inc',
28988 ))
28989 ->values(array(
28990   'path' => 'admin/config/search/path/add',
28991   'load_functions' => '',
28992   'to_arg_functions' => '',
28993   'access_callback' => 'user_access',
28994   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
28995   'page_callback' => 'path_admin_edit',
28996   'page_arguments' => 'a:0:{}',
28997   'delivery_callback' => '',
28998   'fit' => '31',
28999   'number_parts' => '5',
29000   'context' => '1',
29001   'tab_parent' => 'admin/config/search/path',
29002   'tab_root' => 'admin/config/search/path',
29003   'title' => 'Add alias',
29004   'title_callback' => 't',
29005   'title_arguments' => '',
29006   'theme_callback' => '',
29007   'theme_arguments' => 'a:0:{}',
29008   'type' => '388',
29009   'description' => '',
29010   'position' => '',
29011   'weight' => '0',
29012   'include_file' => 'modules/path/path.admin.inc',
29013 ))
29014 ->values(array(
29015   'path' => 'admin/config/search/path/delete/%',
29016   'load_functions' => 'a:1:{i:5;s:9:"path_load";}',
29017   'to_arg_functions' => '',
29018   'access_callback' => 'user_access',
29019   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
29020   'page_callback' => 'drupal_get_form',
29021   'page_arguments' => 'a:2:{i:0;s:25:"path_admin_delete_confirm";i:1;i:5;}',
29022   'delivery_callback' => '',
29023   'fit' => '62',
29024   'number_parts' => '6',
29025   'context' => '0',
29026   'tab_parent' => '',
29027   'tab_root' => 'admin/config/search/path/delete/%',
29028   'title' => 'Delete alias',
29029   'title_callback' => 't',
29030   'title_arguments' => '',
29031   'theme_callback' => '',
29032   'theme_arguments' => 'a:0:{}',
29033   'type' => '6',
29034   'description' => '',
29035   'position' => '',
29036   'weight' => '0',
29037   'include_file' => 'modules/path/path.admin.inc',
29038 ))
29039 ->values(array(
29040   'path' => 'admin/config/search/path/edit/%',
29041   'load_functions' => 'a:1:{i:5;s:9:"path_load";}',
29042   'to_arg_functions' => '',
29043   'access_callback' => 'user_access',
29044   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
29045   'page_callback' => 'path_admin_edit',
29046   'page_arguments' => 'a:1:{i:0;i:5;}',
29047   'delivery_callback' => '',
29048   'fit' => '62',
29049   'number_parts' => '6',
29050   'context' => '0',
29051   'tab_parent' => '',
29052   'tab_root' => 'admin/config/search/path/edit/%',
29053   'title' => 'Edit alias',
29054   'title_callback' => 't',
29055   'title_arguments' => '',
29056   'theme_callback' => '',
29057   'theme_arguments' => 'a:0:{}',
29058   'type' => '6',
29059   'description' => '',
29060   'position' => '',
29061   'weight' => '0',
29062   'include_file' => 'modules/path/path.admin.inc',
29063 ))
29064 ->values(array(
29065   'path' => 'admin/config/search/path/list',
29066   'load_functions' => '',
29067   'to_arg_functions' => '',
29068   'access_callback' => 'user_access',
29069   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
29070   'page_callback' => 'path_admin_overview',
29071   'page_arguments' => 'a:0:{}',
29072   'delivery_callback' => '',
29073   'fit' => '31',
29074   'number_parts' => '5',
29075   'context' => '1',
29076   'tab_parent' => 'admin/config/search/path',
29077   'tab_root' => 'admin/config/search/path',
29078   'title' => 'List',
29079   'title_callback' => 't',
29080   'title_arguments' => '',
29081   'theme_callback' => '',
29082   'theme_arguments' => 'a:0:{}',
29083   'type' => '140',
29084   'description' => '',
29085   'position' => '',
29086   'weight' => '-10',
29087   'include_file' => 'modules/path/path.admin.inc',
29088 ))
29089 ->values(array(
29090   'path' => 'admin/config/search/settings',
29091   'load_functions' => '',
29092   'to_arg_functions' => '',
29093   'access_callback' => 'user_access',
29094   'access_arguments' => 'a:1:{i:0;s:17:"administer search";}',
29095   'page_callback' => 'drupal_get_form',
29096   'page_arguments' => 'a:1:{i:0;s:21:"search_admin_settings";}',
29097   'delivery_callback' => '',
29098   'fit' => '15',
29099   'number_parts' => '4',
29100   'context' => '0',
29101   'tab_parent' => '',
29102   'tab_root' => 'admin/config/search/settings',
29103   'title' => 'Search settings',
29104   'title_callback' => 't',
29105   'title_arguments' => '',
29106   'theme_callback' => '',
29107   'theme_arguments' => 'a:0:{}',
29108   'type' => '6',
29109   'description' => 'Configure relevance settings for search and other indexing options.',
29110   'position' => '',
29111   'weight' => '-10',
29112   'include_file' => 'modules/search/search.admin.inc',
29113 ))
29114 ->values(array(
29115   'path' => 'admin/config/search/settings/reindex',
29116   'load_functions' => '',
29117   'to_arg_functions' => '',
29118   'access_callback' => 'user_access',
29119   'access_arguments' => 'a:1:{i:0;s:17:"administer search";}',
29120   'page_callback' => 'drupal_get_form',
29121   'page_arguments' => 'a:1:{i:0;s:22:"search_reindex_confirm";}',
29122   'delivery_callback' => '',
29123   'fit' => '31',
29124   'number_parts' => '5',
29125   'context' => '0',
29126   'tab_parent' => '',
29127   'tab_root' => 'admin/config/search/settings/reindex',
29128   'title' => 'Clear index',
29129   'title_callback' => 't',
29130   'title_arguments' => '',
29131   'theme_callback' => '',
29132   'theme_arguments' => 'a:0:{}',
29133   'type' => '4',
29134   'description' => '',
29135   'position' => '',
29136   'weight' => '0',
29137   'include_file' => 'modules/search/search.admin.inc',
29138 ))
29139 ->values(array(
29140   'path' => 'admin/config/services',
29141   'load_functions' => '',
29142   'to_arg_functions' => '',
29143   'access_callback' => 'user_access',
29144   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
29145   'page_callback' => 'system_admin_menu_block_page',
29146   'page_arguments' => 'a:0:{}',
29147   'delivery_callback' => '',
29148   'fit' => '7',
29149   'number_parts' => '3',
29150   'context' => '0',
29151   'tab_parent' => '',
29152   'tab_root' => 'admin/config/services',
29153   'title' => 'Web services',
29154   'title_callback' => 't',
29155   'title_arguments' => '',
29156   'theme_callback' => '',
29157   'theme_arguments' => 'a:0:{}',
29158   'type' => '6',
29159   'description' => 'Tools related to web services.',
29160   'position' => 'right',
29161   'weight' => '0',
29162   'include_file' => 'modules/system/system.admin.inc',
29163 ))
29164 ->values(array(
29165   'path' => 'admin/config/services/aggregator',
29166   'load_functions' => '',
29167   'to_arg_functions' => '',
29168   'access_callback' => 'user_access',
29169   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29170   'page_callback' => 'aggregator_admin_overview',
29171   'page_arguments' => 'a:0:{}',
29172   'delivery_callback' => '',
29173   'fit' => '15',
29174   'number_parts' => '4',
29175   'context' => '0',
29176   'tab_parent' => '',
29177   'tab_root' => 'admin/config/services/aggregator',
29178   'title' => 'Feed aggregator',
29179   'title_callback' => 't',
29180   'title_arguments' => '',
29181   'theme_callback' => '',
29182   'theme_arguments' => 'a:0:{}',
29183   'type' => '6',
29184   'description' => "Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized.",
29185   'position' => '',
29186   'weight' => '10',
29187   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29188 ))
29189 ->values(array(
29190   'path' => 'admin/config/services/aggregator/add/category',
29191   'load_functions' => '',
29192   'to_arg_functions' => '',
29193   'access_callback' => 'user_access',
29194   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29195   'page_callback' => 'drupal_get_form',
29196   'page_arguments' => 'a:1:{i:0;s:24:"aggregator_form_category";}',
29197   'delivery_callback' => '',
29198   'fit' => '63',
29199   'number_parts' => '6',
29200   'context' => '1',
29201   'tab_parent' => 'admin/config/services/aggregator',
29202   'tab_root' => 'admin/config/services/aggregator',
29203   'title' => 'Add category',
29204   'title_callback' => 't',
29205   'title_arguments' => '',
29206   'theme_callback' => '',
29207   'theme_arguments' => 'a:0:{}',
29208   'type' => '388',
29209   'description' => '',
29210   'position' => '',
29211   'weight' => '0',
29212   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29213 ))
29214 ->values(array(
29215   'path' => 'admin/config/services/aggregator/add/feed',
29216   'load_functions' => '',
29217   'to_arg_functions' => '',
29218   'access_callback' => 'user_access',
29219   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29220   'page_callback' => 'drupal_get_form',
29221   'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_feed";}',
29222   'delivery_callback' => '',
29223   'fit' => '63',
29224   'number_parts' => '6',
29225   'context' => '1',
29226   'tab_parent' => 'admin/config/services/aggregator',
29227   'tab_root' => 'admin/config/services/aggregator',
29228   'title' => 'Add feed',
29229   'title_callback' => 't',
29230   'title_arguments' => '',
29231   'theme_callback' => '',
29232   'theme_arguments' => 'a:0:{}',
29233   'type' => '388',
29234   'description' => '',
29235   'position' => '',
29236   'weight' => '0',
29237   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29238 ))
29239 ->values(array(
29240   'path' => 'admin/config/services/aggregator/add/opml',
29241   'load_functions' => '',
29242   'to_arg_functions' => '',
29243   'access_callback' => 'user_access',
29244   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29245   'page_callback' => 'drupal_get_form',
29246   'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_opml";}',
29247   'delivery_callback' => '',
29248   'fit' => '63',
29249   'number_parts' => '6',
29250   'context' => '1',
29251   'tab_parent' => 'admin/config/services/aggregator',
29252   'tab_root' => 'admin/config/services/aggregator',
29253   'title' => 'Import OPML',
29254   'title_callback' => 't',
29255   'title_arguments' => '',
29256   'theme_callback' => '',
29257   'theme_arguments' => 'a:0:{}',
29258   'type' => '388',
29259   'description' => '',
29260   'position' => '',
29261   'weight' => '0',
29262   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29263 ))
29264 ->values(array(
29265   'path' => 'admin/config/services/aggregator/edit/category/%',
29266   'load_functions' => 'a:1:{i:6;s:24:"aggregator_category_load";}',
29267   'to_arg_functions' => '',
29268   'access_callback' => 'user_access',
29269   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29270   'page_callback' => 'drupal_get_form',
29271   'page_arguments' => 'a:2:{i:0;s:24:"aggregator_form_category";i:1;i:6;}',
29272   'delivery_callback' => '',
29273   'fit' => '126',
29274   'number_parts' => '7',
29275   'context' => '0',
29276   'tab_parent' => '',
29277   'tab_root' => 'admin/config/services/aggregator/edit/category/%',
29278   'title' => 'Edit category',
29279   'title_callback' => 't',
29280   'title_arguments' => '',
29281   'theme_callback' => '',
29282   'theme_arguments' => 'a:0:{}',
29283   'type' => '6',
29284   'description' => '',
29285   'position' => '',
29286   'weight' => '0',
29287   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29288 ))
29289 ->values(array(
29290   'path' => 'admin/config/services/aggregator/edit/feed/%',
29291   'load_functions' => 'a:1:{i:6;s:20:"aggregator_feed_load";}',
29292   'to_arg_functions' => '',
29293   'access_callback' => 'user_access',
29294   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29295   'page_callback' => 'drupal_get_form',
29296   'page_arguments' => 'a:2:{i:0;s:20:"aggregator_form_feed";i:1;i:6;}',
29297   'delivery_callback' => '',
29298   'fit' => '126',
29299   'number_parts' => '7',
29300   'context' => '0',
29301   'tab_parent' => '',
29302   'tab_root' => 'admin/config/services/aggregator/edit/feed/%',
29303   'title' => 'Edit feed',
29304   'title_callback' => 't',
29305   'title_arguments' => '',
29306   'theme_callback' => '',
29307   'theme_arguments' => 'a:0:{}',
29308   'type' => '6',
29309   'description' => '',
29310   'position' => '',
29311   'weight' => '0',
29312   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29313 ))
29314 ->values(array(
29315   'path' => 'admin/config/services/aggregator/list',
29316   'load_functions' => '',
29317   'to_arg_functions' => '',
29318   'access_callback' => 'user_access',
29319   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29320   'page_callback' => 'aggregator_admin_overview',
29321   'page_arguments' => 'a:0:{}',
29322   'delivery_callback' => '',
29323   'fit' => '31',
29324   'number_parts' => '5',
29325   'context' => '1',
29326   'tab_parent' => 'admin/config/services/aggregator',
29327   'tab_root' => 'admin/config/services/aggregator',
29328   'title' => 'List',
29329   'title_callback' => 't',
29330   'title_arguments' => '',
29331   'theme_callback' => '',
29332   'theme_arguments' => 'a:0:{}',
29333   'type' => '140',
29334   'description' => '',
29335   'position' => '',
29336   'weight' => '-10',
29337   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29338 ))
29339 ->values(array(
29340   'path' => 'admin/config/services/aggregator/remove/%',
29341   'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
29342   'to_arg_functions' => '',
29343   'access_callback' => 'user_access',
29344   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29345   'page_callback' => 'drupal_get_form',
29346   'page_arguments' => 'a:2:{i:0;s:28:"aggregator_admin_remove_feed";i:1;i:5;}',
29347   'delivery_callback' => '',
29348   'fit' => '62',
29349   'number_parts' => '6',
29350   'context' => '0',
29351   'tab_parent' => '',
29352   'tab_root' => 'admin/config/services/aggregator/remove/%',
29353   'title' => 'Remove items',
29354   'title_callback' => 't',
29355   'title_arguments' => '',
29356   'theme_callback' => '',
29357   'theme_arguments' => 'a:0:{}',
29358   'type' => '6',
29359   'description' => '',
29360   'position' => '',
29361   'weight' => '0',
29362   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29363 ))
29364 ->values(array(
29365   'path' => 'admin/config/services/aggregator/settings',
29366   'load_functions' => '',
29367   'to_arg_functions' => '',
29368   'access_callback' => 'user_access',
29369   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29370   'page_callback' => 'drupal_get_form',
29371   'page_arguments' => 'a:1:{i:0;s:21:"aggregator_admin_form";}',
29372   'delivery_callback' => '',
29373   'fit' => '31',
29374   'number_parts' => '5',
29375   'context' => '1',
29376   'tab_parent' => 'admin/config/services/aggregator',
29377   'tab_root' => 'admin/config/services/aggregator',
29378   'title' => 'Settings',
29379   'title_callback' => 't',
29380   'title_arguments' => '',
29381   'theme_callback' => '',
29382   'theme_arguments' => 'a:0:{}',
29383   'type' => '132',
29384   'description' => 'Configure the behavior of the feed aggregator, including when to discard feed items and how to present feed items and categories.',
29385   'position' => '',
29386   'weight' => '0',
29387   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29388 ))
29389 ->values(array(
29390   'path' => 'admin/config/services/aggregator/update/%',
29391   'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
29392   'to_arg_functions' => '',
29393   'access_callback' => 'user_access',
29394   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29395   'page_callback' => 'aggregator_admin_refresh_feed',
29396   'page_arguments' => 'a:1:{i:0;i:5;}',
29397   'delivery_callback' => '',
29398   'fit' => '62',
29399   'number_parts' => '6',
29400   'context' => '0',
29401   'tab_parent' => '',
29402   'tab_root' => 'admin/config/services/aggregator/update/%',
29403   'title' => 'Update items',
29404   'title_callback' => 't',
29405   'title_arguments' => '',
29406   'theme_callback' => '',
29407   'theme_arguments' => 'a:0:{}',
29408   'type' => '6',
29409   'description' => '',
29410   'position' => '',
29411   'weight' => '0',
29412   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29413 ))
29414 ->values(array(
29415   'path' => 'admin/config/services/rss-publishing',
29416   'load_functions' => '',
29417   'to_arg_functions' => '',
29418   'access_callback' => 'user_access',
29419   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
29420   'page_callback' => 'drupal_get_form',
29421   'page_arguments' => 'a:1:{i:0;s:25:"system_rss_feeds_settings";}',
29422   'delivery_callback' => '',
29423   'fit' => '15',
29424   'number_parts' => '4',
29425   'context' => '0',
29426   'tab_parent' => '',
29427   'tab_root' => 'admin/config/services/rss-publishing',
29428   'title' => 'RSS publishing',
29429   'title_callback' => 't',
29430   'title_arguments' => '',
29431   'theme_callback' => '',
29432   'theme_arguments' => 'a:0:{}',
29433   'type' => '6',
29434   'description' => 'Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.',
29435   'position' => '',
29436   'weight' => '0',
29437   'include_file' => 'modules/system/system.admin.inc',
29438 ))
29439 ->values(array(
29440   'path' => 'admin/config/system',
29441   'load_functions' => '',
29442   'to_arg_functions' => '',
29443   'access_callback' => 'user_access',
29444   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
29445   'page_callback' => 'system_admin_menu_block_page',
29446   'page_arguments' => 'a:0:{}',
29447   'delivery_callback' => '',
29448   'fit' => '7',
29449   'number_parts' => '3',
29450   'context' => '0',
29451   'tab_parent' => '',
29452   'tab_root' => 'admin/config/system',
29453   'title' => 'System',
29454   'title_callback' => 't',
29455   'title_arguments' => '',
29456   'theme_callback' => '',
29457   'theme_arguments' => 'a:0:{}',
29458   'type' => '6',
29459   'description' => 'General system related configuration.',
29460   'position' => 'right',
29461   'weight' => '-20',
29462   'include_file' => 'modules/system/system.admin.inc',
29463 ))
29464 ->values(array(
29465   'path' => 'admin/config/system/actions',
29466   'load_functions' => '',
29467   'to_arg_functions' => '',
29468   'access_callback' => 'user_access',
29469   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
29470   'page_callback' => 'system_actions_manage',
29471   'page_arguments' => 'a:0:{}',
29472   'delivery_callback' => '',
29473   'fit' => '15',
29474   'number_parts' => '4',
29475   'context' => '0',
29476   'tab_parent' => '',
29477   'tab_root' => 'admin/config/system/actions',
29478   'title' => 'Actions',
29479   'title_callback' => 't',
29480   'title_arguments' => '',
29481   'theme_callback' => '',
29482   'theme_arguments' => 'a:0:{}',
29483   'type' => '6',
29484   'description' => 'Manage the actions defined for your site.',
29485   'position' => '',
29486   'weight' => '0',
29487   'include_file' => 'modules/system/system.admin.inc',
29488 ))
29489 ->values(array(
29490   'path' => 'admin/config/system/actions/configure',
29491   'load_functions' => '',
29492   'to_arg_functions' => '',
29493   'access_callback' => 'user_access',
29494   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
29495   'page_callback' => 'drupal_get_form',
29496   'page_arguments' => 'a:1:{i:0;s:24:"system_actions_configure";}',
29497   'delivery_callback' => '',
29498   'fit' => '31',
29499   'number_parts' => '5',
29500   'context' => '0',
29501   'tab_parent' => '',
29502   'tab_root' => 'admin/config/system/actions/configure',
29503   'title' => 'Configure an advanced action',
29504   'title_callback' => 't',
29505   'title_arguments' => '',
29506   'theme_callback' => '',
29507   'theme_arguments' => 'a:0:{}',
29508   'type' => '4',
29509   'description' => '',
29510   'position' => '',
29511   'weight' => '0',
29512   'include_file' => 'modules/system/system.admin.inc',
29513 ))
29514 ->values(array(
29515   'path' => 'admin/config/system/actions/delete/%',
29516   'load_functions' => 'a:1:{i:5;s:12:"actions_load";}',
29517   'to_arg_functions' => '',
29518   'access_callback' => 'user_access',
29519   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
29520   'page_callback' => 'drupal_get_form',
29521   'page_arguments' => 'a:2:{i:0;s:26:"system_actions_delete_form";i:1;i:5;}',
29522   'delivery_callback' => '',
29523   'fit' => '62',
29524   'number_parts' => '6',
29525   'context' => '0',
29526   'tab_parent' => '',
29527   'tab_root' => 'admin/config/system/actions/delete/%',
29528   'title' => 'Delete action',
29529   'title_callback' => 't',
29530   'title_arguments' => '',
29531   'theme_callback' => '',
29532   'theme_arguments' => 'a:0:{}',
29533   'type' => '6',
29534   'description' => 'Delete an action.',
29535   'position' => '',
29536   'weight' => '0',
29537   'include_file' => 'modules/system/system.admin.inc',
29538 ))
29539 ->values(array(
29540   'path' => 'admin/config/system/actions/manage',
29541   'load_functions' => '',
29542   'to_arg_functions' => '',
29543   'access_callback' => 'user_access',
29544   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
29545   'page_callback' => 'system_actions_manage',
29546   'page_arguments' => 'a:0:{}',
29547   'delivery_callback' => '',
29548   'fit' => '31',
29549   'number_parts' => '5',
29550   'context' => '1',
29551   'tab_parent' => 'admin/config/system/actions',
29552   'tab_root' => 'admin/config/system/actions',
29553   'title' => 'Manage actions',
29554   'title_callback' => 't',
29555   'title_arguments' => '',
29556   'theme_callback' => '',
29557   'theme_arguments' => 'a:0:{}',
29558   'type' => '140',
29559   'description' => 'Manage the actions defined for your site.',
29560   'position' => '',
29561   'weight' => '-2',
29562   'include_file' => 'modules/system/system.admin.inc',
29563 ))
29564 ->values(array(
29565   'path' => 'admin/config/system/actions/orphan',
29566   'load_functions' => '',
29567   'to_arg_functions' => '',
29568   'access_callback' => 'user_access',
29569   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
29570   'page_callback' => 'system_actions_remove_orphans',
29571   'page_arguments' => 'a:0:{}',
29572   'delivery_callback' => '',
29573   'fit' => '31',
29574   'number_parts' => '5',
29575   'context' => '0',
29576   'tab_parent' => '',
29577   'tab_root' => 'admin/config/system/actions/orphan',
29578   'title' => 'Remove orphans',
29579   'title_callback' => 't',
29580   'title_arguments' => '',
29581   'theme_callback' => '',
29582   'theme_arguments' => 'a:0:{}',
29583   'type' => '0',
29584   'description' => '',
29585   'position' => '',
29586   'weight' => '0',
29587   'include_file' => 'modules/system/system.admin.inc',
29588 ))
29589 ->values(array(
29590   'path' => 'admin/config/system/cron',
29591   'load_functions' => '',
29592   'to_arg_functions' => '',
29593   'access_callback' => 'user_access',
29594   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
29595   'page_callback' => 'drupal_get_form',
29596   'page_arguments' => 'a:1:{i:0;s:20:"system_cron_settings";}',
29597   'delivery_callback' => '',
29598   'fit' => '15',
29599   'number_parts' => '4',
29600   'context' => '0',
29601   'tab_parent' => '',
29602   'tab_root' => 'admin/config/system/cron',
29603   'title' => 'Cron',
29604   'title_callback' => 't',
29605   'title_arguments' => '',
29606   'theme_callback' => '',
29607   'theme_arguments' => 'a:0:{}',
29608   'type' => '6',
29609   'description' => 'Manage automatic site maintenance tasks.',
29610   'position' => '',
29611   'weight' => '20',
29612   'include_file' => 'modules/system/system.admin.inc',
29613 ))
29614 ->values(array(
29615   'path' => 'admin/config/system/site-information',
29616   'load_functions' => '',
29617   'to_arg_functions' => '',
29618   'access_callback' => 'user_access',
29619   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
29620   'page_callback' => 'drupal_get_form',
29621   'page_arguments' => 'a:1:{i:0;s:32:"system_site_information_settings";}',
29622   'delivery_callback' => '',
29623   'fit' => '15',
29624   'number_parts' => '4',
29625   'context' => '0',
29626   'tab_parent' => '',
29627   'tab_root' => 'admin/config/system/site-information',
29628   'title' => 'Site information',
29629   'title_callback' => 't',
29630   'title_arguments' => '',
29631   'theme_callback' => '',
29632   'theme_arguments' => 'a:0:{}',
29633   'type' => '6',
29634   'description' => 'Change site name, e-mail address, slogan, default front page, and number of posts per page, error pages.',
29635   'position' => '',
29636   'weight' => '-20',
29637   'include_file' => 'modules/system/system.admin.inc',
29638 ))
29639 ->values(array(
29640   'path' => 'admin/config/system/statistics',
29641   'load_functions' => '',
29642   'to_arg_functions' => '',
29643   'access_callback' => 'user_access',
29644   'access_arguments' => 'a:1:{i:0;s:21:"administer statistics";}',
29645   'page_callback' => 'drupal_get_form',
29646   'page_arguments' => 'a:1:{i:0;s:24:"statistics_settings_form";}',
29647   'delivery_callback' => '',
29648   'fit' => '15',
29649   'number_parts' => '4',
29650   'context' => '0',
29651   'tab_parent' => '',
29652   'tab_root' => 'admin/config/system/statistics',
29653   'title' => 'Statistics',
29654   'title_callback' => 't',
29655   'title_arguments' => '',
29656   'theme_callback' => '',
29657   'theme_arguments' => 'a:0:{}',
29658   'type' => '6',
29659   'description' => 'Control details about what and how your site logs access statistics.',
29660   'position' => '',
29661   'weight' => '-15',
29662   'include_file' => 'modules/statistics/statistics.admin.inc',
29663 ))
29664 ->values(array(
29665   'path' => 'admin/config/user-interface',
29666   'load_functions' => '',
29667   'to_arg_functions' => '',
29668   'access_callback' => 'user_access',
29669   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
29670   'page_callback' => 'system_admin_menu_block_page',
29671   'page_arguments' => 'a:0:{}',
29672   'delivery_callback' => '',
29673   'fit' => '7',
29674   'number_parts' => '3',
29675   'context' => '0',
29676   'tab_parent' => '',
29677   'tab_root' => 'admin/config/user-interface',
29678   'title' => 'User interface',
29679   'title_callback' => 't',
29680   'title_arguments' => '',
29681   'theme_callback' => '',
29682   'theme_arguments' => 'a:0:{}',
29683   'type' => '6',
29684   'description' => 'Tools that enhance the user interface.',
29685   'position' => 'right',
29686   'weight' => '-15',
29687   'include_file' => 'modules/system/system.admin.inc',
29688 ))
29689 ->values(array(
29690   'path' => 'admin/config/user-interface/shortcut',
29691   'load_functions' => '',
29692   'to_arg_functions' => '',
29693   'access_callback' => 'user_access',
29694   'access_arguments' => 'a:1:{i:0;s:20:"administer shortcuts";}',
29695   'page_callback' => 'shortcut_set_admin',
29696   'page_arguments' => 'a:0:{}',
29697   'delivery_callback' => '',
29698   'fit' => '15',
29699   'number_parts' => '4',
29700   'context' => '0',
29701   'tab_parent' => '',
29702   'tab_root' => 'admin/config/user-interface/shortcut',
29703   'title' => 'Shortcuts',
29704   'title_callback' => 't',
29705   'title_arguments' => '',
29706   'theme_callback' => '',
29707   'theme_arguments' => 'a:0:{}',
29708   'type' => '6',
29709   'description' => 'Add and modify shortcut sets.',
29710   'position' => '',
29711   'weight' => '0',
29712   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29713 ))
29714 ->values(array(
29715   'path' => 'admin/config/user-interface/shortcut/%',
29716   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
29717   'to_arg_functions' => '',
29718   'access_callback' => 'shortcut_set_edit_access',
29719   'access_arguments' => 'a:1:{i:0;i:4;}',
29720   'page_callback' => 'drupal_get_form',
29721   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_customize";i:1;i:4;}',
29722   'delivery_callback' => '',
29723   'fit' => '30',
29724   'number_parts' => '5',
29725   'context' => '0',
29726   'tab_parent' => '',
29727   'tab_root' => 'admin/config/user-interface/shortcut/%',
29728   'title' => 'Edit shortcuts',
29729   'title_callback' => 'shortcut_set_title_callback',
29730   'title_arguments' => 'a:1:{i:0;i:4;}',
29731   'theme_callback' => '',
29732   'theme_arguments' => 'a:0:{}',
29733   'type' => '6',
29734   'description' => '',
29735   'position' => '',
29736   'weight' => '0',
29737   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29738 ))
29739 ->values(array(
29740   'path' => 'admin/config/user-interface/shortcut/%/add-link',
29741   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
29742   'to_arg_functions' => '',
29743   'access_callback' => 'shortcut_set_edit_access',
29744   'access_arguments' => 'a:1:{i:0;i:4;}',
29745   'page_callback' => 'drupal_get_form',
29746   'page_arguments' => 'a:2:{i:0;s:17:"shortcut_link_add";i:1;i:4;}',
29747   'delivery_callback' => '',
29748   'fit' => '61',
29749   'number_parts' => '6',
29750   'context' => '1',
29751   'tab_parent' => 'admin/config/user-interface/shortcut/%',
29752   'tab_root' => 'admin/config/user-interface/shortcut/%',
29753   'title' => 'Add shortcut',
29754   'title_callback' => 't',
29755   'title_arguments' => '',
29756   'theme_callback' => '',
29757   'theme_arguments' => 'a:0:{}',
29758   'type' => '388',
29759   'description' => '',
29760   'position' => '',
29761   'weight' => '0',
29762   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29763 ))
29764 ->values(array(
29765   'path' => 'admin/config/user-interface/shortcut/%/add-link-inline',
29766   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
29767   'to_arg_functions' => '',
29768   'access_callback' => 'shortcut_set_edit_access',
29769   'access_arguments' => 'a:1:{i:0;i:4;}',
29770   'page_callback' => 'shortcut_link_add_inline',
29771   'page_arguments' => 'a:1:{i:0;i:4;}',
29772   'delivery_callback' => '',
29773   'fit' => '61',
29774   'number_parts' => '6',
29775   'context' => '0',
29776   'tab_parent' => '',
29777   'tab_root' => 'admin/config/user-interface/shortcut/%/add-link-inline',
29778   'title' => 'Add shortcut',
29779   'title_callback' => 't',
29780   'title_arguments' => '',
29781   'theme_callback' => '',
29782   'theme_arguments' => 'a:0:{}',
29783   'type' => '0',
29784   'description' => '',
29785   'position' => '',
29786   'weight' => '0',
29787   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29788 ))
29789 ->values(array(
29790   'path' => 'admin/config/user-interface/shortcut/%/delete',
29791   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
29792   'to_arg_functions' => '',
29793   'access_callback' => 'shortcut_set_delete_access',
29794   'access_arguments' => 'a:1:{i:0;i:4;}',
29795   'page_callback' => 'drupal_get_form',
29796   'page_arguments' => 'a:2:{i:0;s:24:"shortcut_set_delete_form";i:1;i:4;}',
29797   'delivery_callback' => '',
29798   'fit' => '61',
29799   'number_parts' => '6',
29800   'context' => '0',
29801   'tab_parent' => '',
29802   'tab_root' => 'admin/config/user-interface/shortcut/%/delete',
29803   'title' => 'Delete shortcut set',
29804   'title_callback' => 't',
29805   'title_arguments' => '',
29806   'theme_callback' => '',
29807   'theme_arguments' => 'a:0:{}',
29808   'type' => '6',
29809   'description' => '',
29810   'position' => '',
29811   'weight' => '0',
29812   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29813 ))
29814 ->values(array(
29815   'path' => 'admin/config/user-interface/shortcut/%/edit',
29816   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
29817   'to_arg_functions' => '',
29818   'access_callback' => 'shortcut_set_edit_access',
29819   'access_arguments' => 'a:1:{i:0;i:4;}',
29820   'page_callback' => 'drupal_get_form',
29821   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_edit_form";i:1;i:4;}',
29822   'delivery_callback' => '',
29823   'fit' => '61',
29824   'number_parts' => '6',
29825   'context' => '1',
29826   'tab_parent' => 'admin/config/user-interface/shortcut/%',
29827   'tab_root' => 'admin/config/user-interface/shortcut/%',
29828   'title' => 'Edit set name',
29829   'title_callback' => 't',
29830   'title_arguments' => '',
29831   'theme_callback' => '',
29832   'theme_arguments' => 'a:0:{}',
29833   'type' => '132',
29834   'description' => '',
29835   'position' => '',
29836   'weight' => '10',
29837   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29838 ))
29839 ->values(array(
29840   'path' => 'admin/config/user-interface/shortcut/%/links',
29841   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
29842   'to_arg_functions' => '',
29843   'access_callback' => 'shortcut_set_edit_access',
29844   'access_arguments' => 'a:1:{i:0;i:4;}',
29845   'page_callback' => 'drupal_get_form',
29846   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_customize";i:1;i:4;}',
29847   'delivery_callback' => '',
29848   'fit' => '61',
29849   'number_parts' => '6',
29850   'context' => '1',
29851   'tab_parent' => 'admin/config/user-interface/shortcut/%',
29852   'tab_root' => 'admin/config/user-interface/shortcut/%',
29853   'title' => 'List links',
29854   'title_callback' => 't',
29855   'title_arguments' => '',
29856   'theme_callback' => '',
29857   'theme_arguments' => 'a:0:{}',
29858   'type' => '140',
29859   'description' => '',
29860   'position' => '',
29861   'weight' => '0',
29862   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29863 ))
29864 ->values(array(
29865   'path' => 'admin/config/user-interface/shortcut/add-set',
29866   'load_functions' => '',
29867   'to_arg_functions' => '',
29868   'access_callback' => 'user_access',
29869   'access_arguments' => 'a:1:{i:0;s:20:"administer shortcuts";}',
29870   'page_callback' => 'drupal_get_form',
29871   'page_arguments' => 'a:1:{i:0;s:21:"shortcut_set_add_form";}',
29872   'delivery_callback' => '',
29873   'fit' => '31',
29874   'number_parts' => '5',
29875   'context' => '1',
29876   'tab_parent' => 'admin/config/user-interface/shortcut',
29877   'tab_root' => 'admin/config/user-interface/shortcut',
29878   'title' => 'Add shortcut set',
29879   'title_callback' => 't',
29880   'title_arguments' => '',
29881   'theme_callback' => '',
29882   'theme_arguments' => 'a:0:{}',
29883   'type' => '388',
29884   'description' => '',
29885   'position' => '',
29886   'weight' => '0',
29887   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29888 ))
29889 ->values(array(
29890   'path' => 'admin/config/user-interface/shortcut/link/%',
29891   'load_functions' => 'a:1:{i:5;s:14:"menu_link_load";}',
29892   'to_arg_functions' => '',
29893   'access_callback' => 'shortcut_link_access',
29894   'access_arguments' => 'a:1:{i:0;i:5;}',
29895   'page_callback' => 'drupal_get_form',
29896   'page_arguments' => 'a:2:{i:0;s:18:"shortcut_link_edit";i:1;i:5;}',
29897   'delivery_callback' => '',
29898   'fit' => '62',
29899   'number_parts' => '6',
29900   'context' => '0',
29901   'tab_parent' => '',
29902   'tab_root' => 'admin/config/user-interface/shortcut/link/%',
29903   'title' => 'Edit shortcut',
29904   'title_callback' => 't',
29905   'title_arguments' => '',
29906   'theme_callback' => '',
29907   'theme_arguments' => 'a:0:{}',
29908   'type' => '6',
29909   'description' => '',
29910   'position' => '',
29911   'weight' => '0',
29912   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29913 ))
29914 ->values(array(
29915   'path' => 'admin/config/user-interface/shortcut/link/%/delete',
29916   'load_functions' => 'a:1:{i:5;s:14:"menu_link_load";}',
29917   'to_arg_functions' => '',
29918   'access_callback' => 'shortcut_link_access',
29919   'access_arguments' => 'a:1:{i:0;i:5;}',
29920   'page_callback' => 'drupal_get_form',
29921   'page_arguments' => 'a:2:{i:0;s:20:"shortcut_link_delete";i:1;i:5;}',
29922   'delivery_callback' => '',
29923   'fit' => '125',
29924   'number_parts' => '7',
29925   'context' => '0',
29926   'tab_parent' => '',
29927   'tab_root' => 'admin/config/user-interface/shortcut/link/%/delete',
29928   'title' => 'Delete shortcut',
29929   'title_callback' => 't',
29930   'title_arguments' => '',
29931   'theme_callback' => '',
29932   'theme_arguments' => 'a:0:{}',
29933   'type' => '6',
29934   'description' => '',
29935   'position' => '',
29936   'weight' => '0',
29937   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29938 ))
29939 ->values(array(
29940   'path' => 'admin/config/workflow',
29941   'load_functions' => '',
29942   'to_arg_functions' => '',
29943   'access_callback' => 'user_access',
29944   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
29945   'page_callback' => 'system_admin_menu_block_page',
29946   'page_arguments' => 'a:0:{}',
29947   'delivery_callback' => '',
29948   'fit' => '7',
29949   'number_parts' => '3',
29950   'context' => '0',
29951   'tab_parent' => '',
29952   'tab_root' => 'admin/config/workflow',
29953   'title' => 'Workflow',
29954   'title_callback' => 't',
29955   'title_arguments' => '',
29956   'theme_callback' => '',
29957   'theme_arguments' => 'a:0:{}',
29958   'type' => '6',
29959   'description' => 'Content workflow, editorial workflow tools.',
29960   'position' => 'right',
29961   'weight' => '5',
29962   'include_file' => 'modules/system/system.admin.inc',
29963 ))
29964 ->values(array(
29965   'path' => 'admin/content',
29966   'load_functions' => '',
29967   'to_arg_functions' => '',
29968   'access_callback' => 'user_access',
29969   'access_arguments' => 'a:1:{i:0;s:23:"access content overview";}',
29970   'page_callback' => 'drupal_get_form',
29971   'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
29972   'delivery_callback' => '',
29973   'fit' => '3',
29974   'number_parts' => '2',
29975   'context' => '0',
29976   'tab_parent' => '',
29977   'tab_root' => 'admin/content',
29978   'title' => 'Content',
29979   'title_callback' => 't',
29980   'title_arguments' => '',
29981   'theme_callback' => '',
29982   'theme_arguments' => 'a:0:{}',
29983   'type' => '6',
29984   'description' => 'Administer content and comments.',
29985   'position' => '',
29986   'weight' => '-10',
29987   'include_file' => 'modules/node/node.admin.inc',
29988 ))
29989 ->values(array(
29990   'path' => 'admin/content/book',
29991   'load_functions' => '',
29992   'to_arg_functions' => '',
29993   'access_callback' => 'user_access',
29994   'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
29995   'page_callback' => 'book_admin_overview',
29996   'page_arguments' => 'a:0:{}',
29997   'delivery_callback' => '',
29998   'fit' => '7',
29999   'number_parts' => '3',
30000   'context' => '1',
30001   'tab_parent' => 'admin/content',
30002   'tab_root' => 'admin/content',
30003   'title' => 'Books',
30004   'title_callback' => 't',
30005   'title_arguments' => '',
30006   'theme_callback' => '',
30007   'theme_arguments' => 'a:0:{}',
30008   'type' => '132',
30009   'description' => "Manage your site's book outlines.",
30010   'position' => '',
30011   'weight' => '0',
30012   'include_file' => 'modules/book/book.admin.inc',
30013 ))
30014 ->values(array(
30015   'path' => 'admin/content/book/%',
30016   'load_functions' => 'a:1:{i:3;s:9:"node_load";}',
30017   'to_arg_functions' => '',
30018   'access_callback' => '_book_outline_access',
30019   'access_arguments' => 'a:1:{i:0;i:3;}',
30020   'page_callback' => 'drupal_get_form',
30021   'page_arguments' => 'a:2:{i:0;s:15:"book_admin_edit";i:1;i:3;}',
30022   'delivery_callback' => '',
30023   'fit' => '14',
30024   'number_parts' => '4',
30025   'context' => '0',
30026   'tab_parent' => '',
30027   'tab_root' => 'admin/content/book/%',
30028   'title' => 'Re-order book pages and change titles',
30029   'title_callback' => 't',
30030   'title_arguments' => '',
30031   'theme_callback' => '',
30032   'theme_arguments' => 'a:0:{}',
30033   'type' => '0',
30034   'description' => '',
30035   'position' => '',
30036   'weight' => '0',
30037   'include_file' => 'modules/book/book.admin.inc',
30038 ))
30039 ->values(array(
30040   'path' => 'admin/content/book/list',
30041   'load_functions' => '',
30042   'to_arg_functions' => '',
30043   'access_callback' => 'user_access',
30044   'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
30045   'page_callback' => 'book_admin_overview',
30046   'page_arguments' => 'a:0:{}',
30047   'delivery_callback' => '',
30048   'fit' => '15',
30049   'number_parts' => '4',
30050   'context' => '1',
30051   'tab_parent' => 'admin/content/book',
30052   'tab_root' => 'admin/content',
30053   'title' => 'List',
30054   'title_callback' => 't',
30055   'title_arguments' => '',
30056   'theme_callback' => '',
30057   'theme_arguments' => 'a:0:{}',
30058   'type' => '140',
30059   'description' => '',
30060   'position' => '',
30061   'weight' => '0',
30062   'include_file' => 'modules/book/book.admin.inc',
30063 ))
30064 ->values(array(
30065   'path' => 'admin/content/book/settings',
30066   'load_functions' => '',
30067   'to_arg_functions' => '',
30068   'access_callback' => 'user_access',
30069   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
30070   'page_callback' => 'drupal_get_form',
30071   'page_arguments' => 'a:1:{i:0;s:19:"book_admin_settings";}',
30072   'delivery_callback' => '',
30073   'fit' => '15',
30074   'number_parts' => '4',
30075   'context' => '1',
30076   'tab_parent' => 'admin/content/book',
30077   'tab_root' => 'admin/content',
30078   'title' => 'Settings',
30079   'title_callback' => 't',
30080   'title_arguments' => '',
30081   'theme_callback' => '',
30082   'theme_arguments' => 'a:0:{}',
30083   'type' => '132',
30084   'description' => '',
30085   'position' => '',
30086   'weight' => '8',
30087   'include_file' => 'modules/book/book.admin.inc',
30088 ))
30089 ->values(array(
30090   'path' => 'admin/content/comment',
30091   'load_functions' => '',
30092   'to_arg_functions' => '',
30093   'access_callback' => 'user_access',
30094   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
30095   'page_callback' => 'comment_admin',
30096   'page_arguments' => 'a:0:{}',
30097   'delivery_callback' => '',
30098   'fit' => '7',
30099   'number_parts' => '3',
30100   'context' => '1',
30101   'tab_parent' => 'admin/content',
30102   'tab_root' => 'admin/content',
30103   'title' => 'Comments',
30104   'title_callback' => 't',
30105   'title_arguments' => '',
30106   'theme_callback' => '',
30107   'theme_arguments' => 'a:0:{}',
30108   'type' => '134',
30109   'description' => 'List and edit site comments and the comment approval queue.',
30110   'position' => '',
30111   'weight' => '0',
30112   'include_file' => 'modules/comment/comment.admin.inc',
30113 ))
30114 ->values(array(
30115   'path' => 'admin/content/comment/approval',
30116   'load_functions' => '',
30117   'to_arg_functions' => '',
30118   'access_callback' => 'user_access',
30119   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
30120   'page_callback' => 'comment_admin',
30121   'page_arguments' => 'a:1:{i:0;s:8:"approval";}',
30122   'delivery_callback' => '',
30123   'fit' => '15',
30124   'number_parts' => '4',
30125   'context' => '1',
30126   'tab_parent' => 'admin/content/comment',
30127   'tab_root' => 'admin/content',
30128   'title' => 'Unapproved comments',
30129   'title_callback' => 'comment_count_unpublished',
30130   'title_arguments' => '',
30131   'theme_callback' => '',
30132   'theme_arguments' => 'a:0:{}',
30133   'type' => '132',
30134   'description' => '',
30135   'position' => '',
30136   'weight' => '0',
30137   'include_file' => 'modules/comment/comment.admin.inc',
30138 ))
30139 ->values(array(
30140   'path' => 'admin/content/comment/new',
30141   'load_functions' => '',
30142   'to_arg_functions' => '',
30143   'access_callback' => 'user_access',
30144   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
30145   'page_callback' => 'comment_admin',
30146   'page_arguments' => 'a:0:{}',
30147   'delivery_callback' => '',
30148   'fit' => '15',
30149   'number_parts' => '4',
30150   'context' => '1',
30151   'tab_parent' => 'admin/content/comment',
30152   'tab_root' => 'admin/content',
30153   'title' => 'Published comments',
30154   'title_callback' => 't',
30155   'title_arguments' => '',
30156   'theme_callback' => '',
30157   'theme_arguments' => 'a:0:{}',
30158   'type' => '140',
30159   'description' => '',
30160   'position' => '',
30161   'weight' => '-10',
30162   'include_file' => 'modules/comment/comment.admin.inc',
30163 ))
30164 ->values(array(
30165   'path' => 'admin/content/node',
30166   'load_functions' => '',
30167   'to_arg_functions' => '',
30168   'access_callback' => 'user_access',
30169   'access_arguments' => 'a:1:{i:0;s:23:"access content overview";}',
30170   'page_callback' => 'drupal_get_form',
30171   'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
30172   'delivery_callback' => '',
30173   'fit' => '7',
30174   'number_parts' => '3',
30175   'context' => '1',
30176   'tab_parent' => 'admin/content',
30177   'tab_root' => 'admin/content',
30178   'title' => 'Content',
30179   'title_callback' => 't',
30180   'title_arguments' => '',
30181   'theme_callback' => '',
30182   'theme_arguments' => 'a:0:{}',
30183   'type' => '140',
30184   'description' => '',
30185   'position' => '',
30186   'weight' => '-10',
30187   'include_file' => 'modules/node/node.admin.inc',
30188 ))
30189 ->values(array(
30190   'path' => 'admin/help',
30191   'load_functions' => '',
30192   'to_arg_functions' => '',
30193   'access_callback' => 'user_access',
30194   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30195   'page_callback' => 'help_main',
30196   'page_arguments' => 'a:0:{}',
30197   'delivery_callback' => '',
30198   'fit' => '3',
30199   'number_parts' => '2',
30200   'context' => '0',
30201   'tab_parent' => '',
30202   'tab_root' => 'admin/help',
30203   'title' => 'Help',
30204   'title_callback' => 't',
30205   'title_arguments' => '',
30206   'theme_callback' => '',
30207   'theme_arguments' => 'a:0:{}',
30208   'type' => '6',
30209   'description' => 'Reference for usage, configuration, and modules.',
30210   'position' => '',
30211   'weight' => '9',
30212   'include_file' => 'modules/help/help.admin.inc',
30213 ))
30214 ->values(array(
30215   'path' => 'admin/help/aggregator',
30216   'load_functions' => '',
30217   'to_arg_functions' => '',
30218   'access_callback' => 'user_access',
30219   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30220   'page_callback' => 'help_page',
30221   'page_arguments' => 'a:1:{i:0;i:2;}',
30222   'delivery_callback' => '',
30223   'fit' => '7',
30224   'number_parts' => '3',
30225   'context' => '0',
30226   'tab_parent' => '',
30227   'tab_root' => 'admin/help/aggregator',
30228   'title' => 'aggregator',
30229   'title_callback' => 't',
30230   'title_arguments' => '',
30231   'theme_callback' => '',
30232   'theme_arguments' => 'a:0:{}',
30233   'type' => '4',
30234   'description' => '',
30235   'position' => '',
30236   'weight' => '0',
30237   'include_file' => 'modules/help/help.admin.inc',
30238 ))
30239 ->values(array(
30240   'path' => 'admin/help/block',
30241   'load_functions' => '',
30242   'to_arg_functions' => '',
30243   'access_callback' => 'user_access',
30244   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30245   'page_callback' => 'help_page',
30246   'page_arguments' => 'a:1:{i:0;i:2;}',
30247   'delivery_callback' => '',
30248   'fit' => '7',
30249   'number_parts' => '3',
30250   'context' => '0',
30251   'tab_parent' => '',
30252   'tab_root' => 'admin/help/block',
30253   'title' => 'block',
30254   'title_callback' => 't',
30255   'title_arguments' => '',
30256   'theme_callback' => '',
30257   'theme_arguments' => 'a:0:{}',
30258   'type' => '4',
30259   'description' => '',
30260   'position' => '',
30261   'weight' => '0',
30262   'include_file' => 'modules/help/help.admin.inc',
30263 ))
30264 ->values(array(
30265   'path' => 'admin/help/blog',
30266   'load_functions' => '',
30267   'to_arg_functions' => '',
30268   'access_callback' => 'user_access',
30269   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30270   'page_callback' => 'help_page',
30271   'page_arguments' => 'a:1:{i:0;i:2;}',
30272   'delivery_callback' => '',
30273   'fit' => '7',
30274   'number_parts' => '3',
30275   'context' => '0',
30276   'tab_parent' => '',
30277   'tab_root' => 'admin/help/blog',
30278   'title' => 'blog',
30279   'title_callback' => 't',
30280   'title_arguments' => '',
30281   'theme_callback' => '',
30282   'theme_arguments' => 'a:0:{}',
30283   'type' => '4',
30284   'description' => '',
30285   'position' => '',
30286   'weight' => '0',
30287   'include_file' => 'modules/help/help.admin.inc',
30288 ))
30289 ->values(array(
30290   'path' => 'admin/help/book',
30291   'load_functions' => '',
30292   'to_arg_functions' => '',
30293   'access_callback' => 'user_access',
30294   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30295   'page_callback' => 'help_page',
30296   'page_arguments' => 'a:1:{i:0;i:2;}',
30297   'delivery_callback' => '',
30298   'fit' => '7',
30299   'number_parts' => '3',
30300   'context' => '0',
30301   'tab_parent' => '',
30302   'tab_root' => 'admin/help/book',
30303   'title' => 'book',
30304   'title_callback' => 't',
30305   'title_arguments' => '',
30306   'theme_callback' => '',
30307   'theme_arguments' => 'a:0:{}',
30308   'type' => '4',
30309   'description' => '',
30310   'position' => '',
30311   'weight' => '0',
30312   'include_file' => 'modules/help/help.admin.inc',
30313 ))
30314 ->values(array(
30315   'path' => 'admin/help/color',
30316   'load_functions' => '',
30317   'to_arg_functions' => '',
30318   'access_callback' => 'user_access',
30319   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30320   'page_callback' => 'help_page',
30321   'page_arguments' => 'a:1:{i:0;i:2;}',
30322   'delivery_callback' => '',
30323   'fit' => '7',
30324   'number_parts' => '3',
30325   'context' => '0',
30326   'tab_parent' => '',
30327   'tab_root' => 'admin/help/color',
30328   'title' => 'color',
30329   'title_callback' => 't',
30330   'title_arguments' => '',
30331   'theme_callback' => '',
30332   'theme_arguments' => 'a:0:{}',
30333   'type' => '4',
30334   'description' => '',
30335   'position' => '',
30336   'weight' => '0',
30337   'include_file' => 'modules/help/help.admin.inc',
30338 ))
30339 ->values(array(
30340   'path' => 'admin/help/comment',
30341   'load_functions' => '',
30342   'to_arg_functions' => '',
30343   'access_callback' => 'user_access',
30344   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30345   'page_callback' => 'help_page',
30346   'page_arguments' => 'a:1:{i:0;i:2;}',
30347   'delivery_callback' => '',
30348   'fit' => '7',
30349   'number_parts' => '3',
30350   'context' => '0',
30351   'tab_parent' => '',
30352   'tab_root' => 'admin/help/comment',
30353   'title' => 'comment',
30354   'title_callback' => 't',
30355   'title_arguments' => '',
30356   'theme_callback' => '',
30357   'theme_arguments' => 'a:0:{}',
30358   'type' => '4',
30359   'description' => '',
30360   'position' => '',
30361   'weight' => '0',
30362   'include_file' => 'modules/help/help.admin.inc',
30363 ))
30364 ->values(array(
30365   'path' => 'admin/help/contact',
30366   'load_functions' => '',
30367   'to_arg_functions' => '',
30368   'access_callback' => 'user_access',
30369   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30370   'page_callback' => 'help_page',
30371   'page_arguments' => 'a:1:{i:0;i:2;}',
30372   'delivery_callback' => '',
30373   'fit' => '7',
30374   'number_parts' => '3',
30375   'context' => '0',
30376   'tab_parent' => '',
30377   'tab_root' => 'admin/help/contact',
30378   'title' => 'contact',
30379   'title_callback' => 't',
30380   'title_arguments' => '',
30381   'theme_callback' => '',
30382   'theme_arguments' => 'a:0:{}',
30383   'type' => '4',
30384   'description' => '',
30385   'position' => '',
30386   'weight' => '0',
30387   'include_file' => 'modules/help/help.admin.inc',
30388 ))
30389 ->values(array(
30390   'path' => 'admin/help/contextual',
30391   'load_functions' => '',
30392   'to_arg_functions' => '',
30393   'access_callback' => 'user_access',
30394   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30395   'page_callback' => 'help_page',
30396   'page_arguments' => 'a:1:{i:0;i:2;}',
30397   'delivery_callback' => '',
30398   'fit' => '7',
30399   'number_parts' => '3',
30400   'context' => '0',
30401   'tab_parent' => '',
30402   'tab_root' => 'admin/help/contextual',
30403   'title' => 'contextual',
30404   'title_callback' => 't',
30405   'title_arguments' => '',
30406   'theme_callback' => '',
30407   'theme_arguments' => 'a:0:{}',
30408   'type' => '4',
30409   'description' => '',
30410   'position' => '',
30411   'weight' => '0',
30412   'include_file' => 'modules/help/help.admin.inc',
30413 ))
30414 ->values(array(
30415   'path' => 'admin/help/date',
30416   'load_functions' => '',
30417   'to_arg_functions' => '',
30418   'access_callback' => 'user_access',
30419   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30420   'page_callback' => 'help_page',
30421   'page_arguments' => 'a:1:{i:0;i:2;}',
30422   'delivery_callback' => '',
30423   'fit' => '7',
30424   'number_parts' => '3',
30425   'context' => '0',
30426   'tab_parent' => '',
30427   'tab_root' => 'admin/help/date',
30428   'title' => 'date',
30429   'title_callback' => 't',
30430   'title_arguments' => '',
30431   'theme_callback' => '',
30432   'theme_arguments' => 'a:0:{}',
30433   'type' => '4',
30434   'description' => '',
30435   'position' => '',
30436   'weight' => '0',
30437   'include_file' => 'modules/help/help.admin.inc',
30438 ))
30439 ->values(array(
30440   'path' => 'admin/help/dblog',
30441   'load_functions' => '',
30442   'to_arg_functions' => '',
30443   'access_callback' => 'user_access',
30444   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30445   'page_callback' => 'help_page',
30446   'page_arguments' => 'a:1:{i:0;i:2;}',
30447   'delivery_callback' => '',
30448   'fit' => '7',
30449   'number_parts' => '3',
30450   'context' => '0',
30451   'tab_parent' => '',
30452   'tab_root' => 'admin/help/dblog',
30453   'title' => 'dblog',
30454   'title_callback' => 't',
30455   'title_arguments' => '',
30456   'theme_callback' => '',
30457   'theme_arguments' => 'a:0:{}',
30458   'type' => '4',
30459   'description' => '',
30460   'position' => '',
30461   'weight' => '0',
30462   'include_file' => 'modules/help/help.admin.inc',
30463 ))
30464 ->values(array(
30465   'path' => 'admin/help/field',
30466   'load_functions' => '',
30467   'to_arg_functions' => '',
30468   'access_callback' => 'user_access',
30469   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30470   'page_callback' => 'help_page',
30471   'page_arguments' => 'a:1:{i:0;i:2;}',
30472   'delivery_callback' => '',
30473   'fit' => '7',
30474   'number_parts' => '3',
30475   'context' => '0',
30476   'tab_parent' => '',
30477   'tab_root' => 'admin/help/field',
30478   'title' => 'field',
30479   'title_callback' => 't',
30480   'title_arguments' => '',
30481   'theme_callback' => '',
30482   'theme_arguments' => 'a:0:{}',
30483   'type' => '4',
30484   'description' => '',
30485   'position' => '',
30486   'weight' => '0',
30487   'include_file' => 'modules/help/help.admin.inc',
30488 ))
30489 ->values(array(
30490   'path' => 'admin/help/field_sql_storage',
30491   'load_functions' => '',
30492   'to_arg_functions' => '',
30493   'access_callback' => 'user_access',
30494   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30495   'page_callback' => 'help_page',
30496   'page_arguments' => 'a:1:{i:0;i:2;}',
30497   'delivery_callback' => '',
30498   'fit' => '7',
30499   'number_parts' => '3',
30500   'context' => '0',
30501   'tab_parent' => '',
30502   'tab_root' => 'admin/help/field_sql_storage',
30503   'title' => 'field_sql_storage',
30504   'title_callback' => 't',
30505   'title_arguments' => '',
30506   'theme_callback' => '',
30507   'theme_arguments' => 'a:0:{}',
30508   'type' => '4',
30509   'description' => '',
30510   'position' => '',
30511   'weight' => '0',
30512   'include_file' => 'modules/help/help.admin.inc',
30513 ))
30514 ->values(array(
30515   'path' => 'admin/help/field_ui',
30516   'load_functions' => '',
30517   'to_arg_functions' => '',
30518   'access_callback' => 'user_access',
30519   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30520   'page_callback' => 'help_page',
30521   'page_arguments' => 'a:1:{i:0;i:2;}',
30522   'delivery_callback' => '',
30523   'fit' => '7',
30524   'number_parts' => '3',
30525   'context' => '0',
30526   'tab_parent' => '',
30527   'tab_root' => 'admin/help/field_ui',
30528   'title' => 'field_ui',
30529   'title_callback' => 't',
30530   'title_arguments' => '',
30531   'theme_callback' => '',
30532   'theme_arguments' => 'a:0:{}',
30533   'type' => '4',
30534   'description' => '',
30535   'position' => '',
30536   'weight' => '0',
30537   'include_file' => 'modules/help/help.admin.inc',
30538 ))
30539 ->values(array(
30540   'path' => 'admin/help/file',
30541   'load_functions' => '',
30542   'to_arg_functions' => '',
30543   'access_callback' => 'user_access',
30544   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30545   'page_callback' => 'help_page',
30546   'page_arguments' => 'a:1:{i:0;i:2;}',
30547   'delivery_callback' => '',
30548   'fit' => '7',
30549   'number_parts' => '3',
30550   'context' => '0',
30551   'tab_parent' => '',
30552   'tab_root' => 'admin/help/file',
30553   'title' => 'file',
30554   'title_callback' => 't',
30555   'title_arguments' => '',
30556   'theme_callback' => '',
30557   'theme_arguments' => 'a:0:{}',
30558   'type' => '4',
30559   'description' => '',
30560   'position' => '',
30561   'weight' => '0',
30562   'include_file' => 'modules/help/help.admin.inc',
30563 ))
30564 ->values(array(
30565   'path' => 'admin/help/filter',
30566   'load_functions' => '',
30567   'to_arg_functions' => '',
30568   'access_callback' => 'user_access',
30569   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30570   'page_callback' => 'help_page',
30571   'page_arguments' => 'a:1:{i:0;i:2;}',
30572   'delivery_callback' => '',
30573   'fit' => '7',
30574   'number_parts' => '3',
30575   'context' => '0',
30576   'tab_parent' => '',
30577   'tab_root' => 'admin/help/filter',
30578   'title' => 'filter',
30579   'title_callback' => 't',
30580   'title_arguments' => '',
30581   'theme_callback' => '',
30582   'theme_arguments' => 'a:0:{}',
30583   'type' => '4',
30584   'description' => '',
30585   'position' => '',
30586   'weight' => '0',
30587   'include_file' => 'modules/help/help.admin.inc',
30588 ))
30589 ->values(array(
30590   'path' => 'admin/help/forum',
30591   'load_functions' => '',
30592   'to_arg_functions' => '',
30593   'access_callback' => 'user_access',
30594   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30595   'page_callback' => 'help_page',
30596   'page_arguments' => 'a:1:{i:0;i:2;}',
30597   'delivery_callback' => '',
30598   'fit' => '7',
30599   'number_parts' => '3',
30600   'context' => '0',
30601   'tab_parent' => '',
30602   'tab_root' => 'admin/help/forum',
30603   'title' => 'forum',
30604   'title_callback' => 't',
30605   'title_arguments' => '',
30606   'theme_callback' => '',
30607   'theme_arguments' => 'a:0:{}',
30608   'type' => '4',
30609   'description' => '',
30610   'position' => '',
30611   'weight' => '0',
30612   'include_file' => 'modules/help/help.admin.inc',
30613 ))
30614 ->values(array(
30615   'path' => 'admin/help/help',
30616   'load_functions' => '',
30617   'to_arg_functions' => '',
30618   'access_callback' => 'user_access',
30619   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30620   'page_callback' => 'help_page',
30621   'page_arguments' => 'a:1:{i:0;i:2;}',
30622   'delivery_callback' => '',
30623   'fit' => '7',
30624   'number_parts' => '3',
30625   'context' => '0',
30626   'tab_parent' => '',
30627   'tab_root' => 'admin/help/help',
30628   'title' => 'help',
30629   'title_callback' => 't',
30630   'title_arguments' => '',
30631   'theme_callback' => '',
30632   'theme_arguments' => 'a:0:{}',
30633   'type' => '4',
30634   'description' => '',
30635   'position' => '',
30636   'weight' => '0',
30637   'include_file' => 'modules/help/help.admin.inc',
30638 ))
30639 ->values(array(
30640   'path' => 'admin/help/image',
30641   'load_functions' => '',
30642   'to_arg_functions' => '',
30643   'access_callback' => 'user_access',
30644   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30645   'page_callback' => 'help_page',
30646   'page_arguments' => 'a:1:{i:0;i:2;}',
30647   'delivery_callback' => '',
30648   'fit' => '7',
30649   'number_parts' => '3',
30650   'context' => '0',
30651   'tab_parent' => '',
30652   'tab_root' => 'admin/help/image',
30653   'title' => 'image',
30654   'title_callback' => 't',
30655   'title_arguments' => '',
30656   'theme_callback' => '',
30657   'theme_arguments' => 'a:0:{}',
30658   'type' => '4',
30659   'description' => '',
30660   'position' => '',
30661   'weight' => '0',
30662   'include_file' => 'modules/help/help.admin.inc',
30663 ))
30664 ->values(array(
30665   'path' => 'admin/help/list',
30666   'load_functions' => '',
30667   'to_arg_functions' => '',
30668   'access_callback' => 'user_access',
30669   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30670   'page_callback' => 'help_page',
30671   'page_arguments' => 'a:1:{i:0;i:2;}',
30672   'delivery_callback' => '',
30673   'fit' => '7',
30674   'number_parts' => '3',
30675   'context' => '0',
30676   'tab_parent' => '',
30677   'tab_root' => 'admin/help/list',
30678   'title' => 'list',
30679   'title_callback' => 't',
30680   'title_arguments' => '',
30681   'theme_callback' => '',
30682   'theme_arguments' => 'a:0:{}',
30683   'type' => '4',
30684   'description' => '',
30685   'position' => '',
30686   'weight' => '0',
30687   'include_file' => 'modules/help/help.admin.inc',
30688 ))
30689 ->values(array(
30690   'path' => 'admin/help/locale',
30691   'load_functions' => '',
30692   'to_arg_functions' => '',
30693   'access_callback' => 'user_access',
30694   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30695   'page_callback' => 'help_page',
30696   'page_arguments' => 'a:1:{i:0;i:2;}',
30697   'delivery_callback' => '',
30698   'fit' => '7',
30699   'number_parts' => '3',
30700   'context' => '0',
30701   'tab_parent' => '',
30702   'tab_root' => 'admin/help/locale',
30703   'title' => 'locale',
30704   'title_callback' => 't',
30705   'title_arguments' => '',
30706   'theme_callback' => '',
30707   'theme_arguments' => 'a:0:{}',
30708   'type' => '4',
30709   'description' => '',
30710   'position' => '',
30711   'weight' => '0',
30712   'include_file' => 'modules/help/help.admin.inc',
30713 ))
30714 ->values(array(
30715   'path' => 'admin/help/menu',
30716   'load_functions' => '',
30717   'to_arg_functions' => '',
30718   'access_callback' => 'user_access',
30719   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30720   'page_callback' => 'help_page',
30721   'page_arguments' => 'a:1:{i:0;i:2;}',
30722   'delivery_callback' => '',
30723   'fit' => '7',
30724   'number_parts' => '3',
30725   'context' => '0',
30726   'tab_parent' => '',
30727   'tab_root' => 'admin/help/menu',
30728   'title' => 'menu',
30729   'title_callback' => 't',
30730   'title_arguments' => '',
30731   'theme_callback' => '',
30732   'theme_arguments' => 'a:0:{}',
30733   'type' => '4',
30734   'description' => '',
30735   'position' => '',
30736   'weight' => '0',
30737   'include_file' => 'modules/help/help.admin.inc',
30738 ))
30739 ->values(array(
30740   'path' => 'admin/help/node',
30741   'load_functions' => '',
30742   'to_arg_functions' => '',
30743   'access_callback' => 'user_access',
30744   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30745   'page_callback' => 'help_page',
30746   'page_arguments' => 'a:1:{i:0;i:2;}',
30747   'delivery_callback' => '',
30748   'fit' => '7',
30749   'number_parts' => '3',
30750   'context' => '0',
30751   'tab_parent' => '',
30752   'tab_root' => 'admin/help/node',
30753   'title' => 'node',
30754   'title_callback' => 't',
30755   'title_arguments' => '',
30756   'theme_callback' => '',
30757   'theme_arguments' => 'a:0:{}',
30758   'type' => '4',
30759   'description' => '',
30760   'position' => '',
30761   'weight' => '0',
30762   'include_file' => 'modules/help/help.admin.inc',
30763 ))
30764 ->values(array(
30765   'path' => 'admin/help/number',
30766   'load_functions' => '',
30767   'to_arg_functions' => '',
30768   'access_callback' => 'user_access',
30769   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30770   'page_callback' => 'help_page',
30771   'page_arguments' => 'a:1:{i:0;i:2;}',
30772   'delivery_callback' => '',
30773   'fit' => '7',
30774   'number_parts' => '3',
30775   'context' => '0',
30776   'tab_parent' => '',
30777   'tab_root' => 'admin/help/number',
30778   'title' => 'number',
30779   'title_callback' => 't',
30780   'title_arguments' => '',
30781   'theme_callback' => '',
30782   'theme_arguments' => 'a:0:{}',
30783   'type' => '4',
30784   'description' => '',
30785   'position' => '',
30786   'weight' => '0',
30787   'include_file' => 'modules/help/help.admin.inc',
30788 ))
30789 ->values(array(
30790   'path' => 'admin/help/options',
30791   'load_functions' => '',
30792   'to_arg_functions' => '',
30793   'access_callback' => 'user_access',
30794   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30795   'page_callback' => 'help_page',
30796   'page_arguments' => 'a:1:{i:0;i:2;}',
30797   'delivery_callback' => '',
30798   'fit' => '7',
30799   'number_parts' => '3',
30800   'context' => '0',
30801   'tab_parent' => '',
30802   'tab_root' => 'admin/help/options',
30803   'title' => 'options',
30804   'title_callback' => 't',
30805   'title_arguments' => '',
30806   'theme_callback' => '',
30807   'theme_arguments' => 'a:0:{}',
30808   'type' => '4',
30809   'description' => '',
30810   'position' => '',
30811   'weight' => '0',
30812   'include_file' => 'modules/help/help.admin.inc',
30813 ))
30814 ->values(array(
30815   'path' => 'admin/help/path',
30816   'load_functions' => '',
30817   'to_arg_functions' => '',
30818   'access_callback' => 'user_access',
30819   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30820   'page_callback' => 'help_page',
30821   'page_arguments' => 'a:1:{i:0;i:2;}',
30822   'delivery_callback' => '',
30823   'fit' => '7',
30824   'number_parts' => '3',
30825   'context' => '0',
30826   'tab_parent' => '',
30827   'tab_root' => 'admin/help/path',
30828   'title' => 'path',
30829   'title_callback' => 't',
30830   'title_arguments' => '',
30831   'theme_callback' => '',
30832   'theme_arguments' => 'a:0:{}',
30833   'type' => '4',
30834   'description' => '',
30835   'position' => '',
30836   'weight' => '0',
30837   'include_file' => 'modules/help/help.admin.inc',
30838 ))
30839 ->values(array(
30840   'path' => 'admin/help/php',
30841   'load_functions' => '',
30842   'to_arg_functions' => '',
30843   'access_callback' => 'user_access',
30844   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30845   'page_callback' => 'help_page',
30846   'page_arguments' => 'a:1:{i:0;i:2;}',
30847   'delivery_callback' => '',
30848   'fit' => '7',
30849   'number_parts' => '3',
30850   'context' => '0',
30851   'tab_parent' => '',
30852   'tab_root' => 'admin/help/php',
30853   'title' => 'php',
30854   'title_callback' => 't',
30855   'title_arguments' => '',
30856   'theme_callback' => '',
30857   'theme_arguments' => 'a:0:{}',
30858   'type' => '4',
30859   'description' => '',
30860   'position' => '',
30861   'weight' => '0',
30862   'include_file' => 'modules/help/help.admin.inc',
30863 ))
30864 ->values(array(
30865   'path' => 'admin/help/rdf',
30866   'load_functions' => '',
30867   'to_arg_functions' => '',
30868   'access_callback' => 'user_access',
30869   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30870   'page_callback' => 'help_page',
30871   'page_arguments' => 'a:1:{i:0;i:2;}',
30872   'delivery_callback' => '',
30873   'fit' => '7',
30874   'number_parts' => '3',
30875   'context' => '0',
30876   'tab_parent' => '',
30877   'tab_root' => 'admin/help/rdf',
30878   'title' => 'rdf',
30879   'title_callback' => 't',
30880   'title_arguments' => '',
30881   'theme_callback' => '',
30882   'theme_arguments' => 'a:0:{}',
30883   'type' => '4',
30884   'description' => '',
30885   'position' => '',
30886   'weight' => '0',
30887   'include_file' => 'modules/help/help.admin.inc',
30888 ))
30889 ->values(array(
30890   'path' => 'admin/help/search',
30891   'load_functions' => '',
30892   'to_arg_functions' => '',
30893   'access_callback' => 'user_access',
30894   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30895   'page_callback' => 'help_page',
30896   'page_arguments' => 'a:1:{i:0;i:2;}',
30897   'delivery_callback' => '',
30898   'fit' => '7',
30899   'number_parts' => '3',
30900   'context' => '0',
30901   'tab_parent' => '',
30902   'tab_root' => 'admin/help/search',
30903   'title' => 'search',
30904   'title_callback' => 't',
30905   'title_arguments' => '',
30906   'theme_callback' => '',
30907   'theme_arguments' => 'a:0:{}',
30908   'type' => '4',
30909   'description' => '',
30910   'position' => '',
30911   'weight' => '0',
30912   'include_file' => 'modules/help/help.admin.inc',
30913 ))
30914 ->values(array(
30915   'path' => 'admin/help/shortcut',
30916   'load_functions' => '',
30917   'to_arg_functions' => '',
30918   'access_callback' => 'user_access',
30919   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30920   'page_callback' => 'help_page',
30921   'page_arguments' => 'a:1:{i:0;i:2;}',
30922   'delivery_callback' => '',
30923   'fit' => '7',
30924   'number_parts' => '3',
30925   'context' => '0',
30926   'tab_parent' => '',
30927   'tab_root' => 'admin/help/shortcut',
30928   'title' => 'shortcut',
30929   'title_callback' => 't',
30930   'title_arguments' => '',
30931   'theme_callback' => '',
30932   'theme_arguments' => 'a:0:{}',
30933   'type' => '4',
30934   'description' => '',
30935   'position' => '',
30936   'weight' => '0',
30937   'include_file' => 'modules/help/help.admin.inc',
30938 ))
30939 ->values(array(
30940   'path' => 'admin/help/simpletest',
30941   'load_functions' => '',
30942   'to_arg_functions' => '',
30943   'access_callback' => 'user_access',
30944   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30945   'page_callback' => 'help_page',
30946   'page_arguments' => 'a:1:{i:0;i:2;}',
30947   'delivery_callback' => '',
30948   'fit' => '7',
30949   'number_parts' => '3',
30950   'context' => '0',
30951   'tab_parent' => '',
30952   'tab_root' => 'admin/help/simpletest',
30953   'title' => 'simpletest',
30954   'title_callback' => 't',
30955   'title_arguments' => '',
30956   'theme_callback' => '',
30957   'theme_arguments' => 'a:0:{}',
30958   'type' => '4',
30959   'description' => '',
30960   'position' => '',
30961   'weight' => '0',
30962   'include_file' => 'modules/help/help.admin.inc',
30963 ))
30964 ->values(array(
30965   'path' => 'admin/help/statistics',
30966   'load_functions' => '',
30967   'to_arg_functions' => '',
30968   'access_callback' => 'user_access',
30969   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30970   'page_callback' => 'help_page',
30971   'page_arguments' => 'a:1:{i:0;i:2;}',
30972   'delivery_callback' => '',
30973   'fit' => '7',
30974   'number_parts' => '3',
30975   'context' => '0',
30976   'tab_parent' => '',
30977   'tab_root' => 'admin/help/statistics',
30978   'title' => 'statistics',
30979   'title_callback' => 't',
30980   'title_arguments' => '',
30981   'theme_callback' => '',
30982   'theme_arguments' => 'a:0:{}',
30983   'type' => '4',
30984   'description' => '',
30985   'position' => '',
30986   'weight' => '0',
30987   'include_file' => 'modules/help/help.admin.inc',
30988 ))
30989 ->values(array(
30990   'path' => 'admin/help/syslog',
30991   'load_functions' => '',
30992   'to_arg_functions' => '',
30993   'access_callback' => 'user_access',
30994   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30995   'page_callback' => 'help_page',
30996   'page_arguments' => 'a:1:{i:0;i:2;}',
30997   'delivery_callback' => '',
30998   'fit' => '7',
30999   'number_parts' => '3',
31000   'context' => '0',
31001   'tab_parent' => '',
31002   'tab_root' => 'admin/help/syslog',
31003   'title' => 'syslog',
31004   'title_callback' => 't',
31005   'title_arguments' => '',
31006   'theme_callback' => '',
31007   'theme_arguments' => 'a:0:{}',
31008   'type' => '4',
31009   'description' => '',
31010   'position' => '',
31011   'weight' => '0',
31012   'include_file' => 'modules/help/help.admin.inc',
31013 ))
31014 ->values(array(
31015   'path' => 'admin/help/system',
31016   'load_functions' => '',
31017   'to_arg_functions' => '',
31018   'access_callback' => 'user_access',
31019   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31020   'page_callback' => 'help_page',
31021   'page_arguments' => 'a:1:{i:0;i:2;}',
31022   'delivery_callback' => '',
31023   'fit' => '7',
31024   'number_parts' => '3',
31025   'context' => '0',
31026   'tab_parent' => '',
31027   'tab_root' => 'admin/help/system',
31028   'title' => 'system',
31029   'title_callback' => 't',
31030   'title_arguments' => '',
31031   'theme_callback' => '',
31032   'theme_arguments' => 'a:0:{}',
31033   'type' => '4',
31034   'description' => '',
31035   'position' => '',
31036   'weight' => '0',
31037   'include_file' => 'modules/help/help.admin.inc',
31038 ))
31039 ->values(array(
31040   'path' => 'admin/help/taxonomy',
31041   'load_functions' => '',
31042   'to_arg_functions' => '',
31043   'access_callback' => 'user_access',
31044   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31045   'page_callback' => 'help_page',
31046   'page_arguments' => 'a:1:{i:0;i:2;}',
31047   'delivery_callback' => '',
31048   'fit' => '7',
31049   'number_parts' => '3',
31050   'context' => '0',
31051   'tab_parent' => '',
31052   'tab_root' => 'admin/help/taxonomy',
31053   'title' => 'taxonomy',
31054   'title_callback' => 't',
31055   'title_arguments' => '',
31056   'theme_callback' => '',
31057   'theme_arguments' => 'a:0:{}',
31058   'type' => '4',
31059   'description' => '',
31060   'position' => '',
31061   'weight' => '0',
31062   'include_file' => 'modules/help/help.admin.inc',
31063 ))
31064 ->values(array(
31065   'path' => 'admin/help/text',
31066   'load_functions' => '',
31067   'to_arg_functions' => '',
31068   'access_callback' => 'user_access',
31069   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31070   'page_callback' => 'help_page',
31071   'page_arguments' => 'a:1:{i:0;i:2;}',
31072   'delivery_callback' => '',
31073   'fit' => '7',
31074   'number_parts' => '3',
31075   'context' => '0',
31076   'tab_parent' => '',
31077   'tab_root' => 'admin/help/text',
31078   'title' => 'text',
31079   'title_callback' => 't',
31080   'title_arguments' => '',
31081   'theme_callback' => '',
31082   'theme_arguments' => 'a:0:{}',
31083   'type' => '4',
31084   'description' => '',
31085   'position' => '',
31086   'weight' => '0',
31087   'include_file' => 'modules/help/help.admin.inc',
31088 ))
31089 ->values(array(
31090   'path' => 'admin/help/toolbar',
31091   'load_functions' => '',
31092   'to_arg_functions' => '',
31093   'access_callback' => 'user_access',
31094   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31095   'page_callback' => 'help_page',
31096   'page_arguments' => 'a:1:{i:0;i:2;}',
31097   'delivery_callback' => '',
31098   'fit' => '7',
31099   'number_parts' => '3',
31100   'context' => '0',
31101   'tab_parent' => '',
31102   'tab_root' => 'admin/help/toolbar',
31103   'title' => 'toolbar',
31104   'title_callback' => 't',
31105   'title_arguments' => '',
31106   'theme_callback' => '',
31107   'theme_arguments' => 'a:0:{}',
31108   'type' => '4',
31109   'description' => '',
31110   'position' => '',
31111   'weight' => '0',
31112   'include_file' => 'modules/help/help.admin.inc',
31113 ))
31114 ->values(array(
31115   'path' => 'admin/help/tracker',
31116   'load_functions' => '',
31117   'to_arg_functions' => '',
31118   'access_callback' => 'user_access',
31119   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31120   'page_callback' => 'help_page',
31121   'page_arguments' => 'a:1:{i:0;i:2;}',
31122   'delivery_callback' => '',
31123   'fit' => '7',
31124   'number_parts' => '3',
31125   'context' => '0',
31126   'tab_parent' => '',
31127   'tab_root' => 'admin/help/tracker',
31128   'title' => 'tracker',
31129   'title_callback' => 't',
31130   'title_arguments' => '',
31131   'theme_callback' => '',
31132   'theme_arguments' => 'a:0:{}',
31133   'type' => '4',
31134   'description' => '',
31135   'position' => '',
31136   'weight' => '0',
31137   'include_file' => 'modules/help/help.admin.inc',
31138 ))
31139 ->values(array(
31140   'path' => 'admin/help/translation',
31141   'load_functions' => '',
31142   'to_arg_functions' => '',
31143   'access_callback' => 'user_access',
31144   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31145   'page_callback' => 'help_page',
31146   'page_arguments' => 'a:1:{i:0;i:2;}',
31147   'delivery_callback' => '',
31148   'fit' => '7',
31149   'number_parts' => '3',
31150   'context' => '0',
31151   'tab_parent' => '',
31152   'tab_root' => 'admin/help/translation',
31153   'title' => 'translation',
31154   'title_callback' => 't',
31155   'title_arguments' => '',
31156   'theme_callback' => '',
31157   'theme_arguments' => 'a:0:{}',
31158   'type' => '4',
31159   'description' => '',
31160   'position' => '',
31161   'weight' => '0',
31162   'include_file' => 'modules/help/help.admin.inc',
31163 ))
31164 ->values(array(
31165   'path' => 'admin/help/trigger',
31166   'load_functions' => '',
31167   'to_arg_functions' => '',
31168   'access_callback' => 'user_access',
31169   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31170   'page_callback' => 'help_page',
31171   'page_arguments' => 'a:1:{i:0;i:2;}',
31172   'delivery_callback' => '',
31173   'fit' => '7',
31174   'number_parts' => '3',
31175   'context' => '0',
31176   'tab_parent' => '',
31177   'tab_root' => 'admin/help/trigger',
31178   'title' => 'trigger',
31179   'title_callback' => 't',
31180   'title_arguments' => '',
31181   'theme_callback' => '',
31182   'theme_arguments' => 'a:0:{}',
31183   'type' => '4',
31184   'description' => '',
31185   'position' => '',
31186   'weight' => '0',
31187   'include_file' => 'modules/help/help.admin.inc',
31188 ))
31189 ->values(array(
31190   'path' => 'admin/help/update',
31191   'load_functions' => '',
31192   'to_arg_functions' => '',
31193   'access_callback' => 'user_access',
31194   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31195   'page_callback' => 'help_page',
31196   'page_arguments' => 'a:1:{i:0;i:2;}',
31197   'delivery_callback' => '',
31198   'fit' => '7',
31199   'number_parts' => '3',
31200   'context' => '0',
31201   'tab_parent' => '',
31202   'tab_root' => 'admin/help/update',
31203   'title' => 'update',
31204   'title_callback' => 't',
31205   'title_arguments' => '',
31206   'theme_callback' => '',
31207   'theme_arguments' => 'a:0:{}',
31208   'type' => '4',
31209   'description' => '',
31210   'position' => '',
31211   'weight' => '0',
31212   'include_file' => 'modules/help/help.admin.inc',
31213 ))
31214 ->values(array(
31215   'path' => 'admin/help/user',
31216   'load_functions' => '',
31217   'to_arg_functions' => '',
31218   'access_callback' => 'user_access',
31219   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31220   'page_callback' => 'help_page',
31221   'page_arguments' => 'a:1:{i:0;i:2;}',
31222   'delivery_callback' => '',
31223   'fit' => '7',
31224   'number_parts' => '3',
31225   'context' => '0',
31226   'tab_parent' => '',
31227   'tab_root' => 'admin/help/user',
31228   'title' => 'user',
31229   'title_callback' => 't',
31230   'title_arguments' => '',
31231   'theme_callback' => '',
31232   'theme_arguments' => 'a:0:{}',
31233   'type' => '4',
31234   'description' => '',
31235   'position' => '',
31236   'weight' => '0',
31237   'include_file' => 'modules/help/help.admin.inc',
31238 ))
31239 ->values(array(
31240   'path' => 'admin/index',
31241   'load_functions' => '',
31242   'to_arg_functions' => '',
31243   'access_callback' => 'user_access',
31244   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31245   'page_callback' => 'system_admin_index',
31246   'page_arguments' => 'a:0:{}',
31247   'delivery_callback' => '',
31248   'fit' => '3',
31249   'number_parts' => '2',
31250   'context' => '1',
31251   'tab_parent' => 'admin',
31252   'tab_root' => 'admin',
31253   'title' => 'Index',
31254   'title_callback' => 't',
31255   'title_arguments' => '',
31256   'theme_callback' => '',
31257   'theme_arguments' => 'a:0:{}',
31258   'type' => '132',
31259   'description' => '',
31260   'position' => '',
31261   'weight' => '-18',
31262   'include_file' => 'modules/system/system.admin.inc',
31263 ))
31264 ->values(array(
31265   'path' => 'admin/modules',
31266   'load_functions' => '',
31267   'to_arg_functions' => '',
31268   'access_callback' => 'user_access',
31269   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
31270   'page_callback' => 'drupal_get_form',
31271   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
31272   'delivery_callback' => '',
31273   'fit' => '3',
31274   'number_parts' => '2',
31275   'context' => '0',
31276   'tab_parent' => '',
31277   'tab_root' => 'admin/modules',
31278   'title' => 'Modules',
31279   'title_callback' => 't',
31280   'title_arguments' => '',
31281   'theme_callback' => '',
31282   'theme_arguments' => 'a:0:{}',
31283   'type' => '6',
31284   'description' => 'Extend site functionality.',
31285   'position' => '',
31286   'weight' => '-2',
31287   'include_file' => 'modules/system/system.admin.inc',
31288 ))
31289 ->values(array(
31290   'path' => 'admin/modules/install',
31291   'load_functions' => '',
31292   'to_arg_functions' => '',
31293   'access_callback' => 'update_manager_access',
31294   'access_arguments' => 'a:0:{}',
31295   'page_callback' => 'drupal_get_form',
31296   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:6:"module";}',
31297   'delivery_callback' => '',
31298   'fit' => '7',
31299   'number_parts' => '3',
31300   'context' => '1',
31301   'tab_parent' => 'admin/modules',
31302   'tab_root' => 'admin/modules',
31303   'title' => 'Install new module',
31304   'title_callback' => 't',
31305   'title_arguments' => '',
31306   'theme_callback' => '',
31307   'theme_arguments' => 'a:0:{}',
31308   'type' => '388',
31309   'description' => '',
31310   'position' => '',
31311   'weight' => '25',
31312   'include_file' => 'modules/update/update.manager.inc',
31313 ))
31314 ->values(array(
31315   'path' => 'admin/modules/list',
31316   'load_functions' => '',
31317   'to_arg_functions' => '',
31318   'access_callback' => 'user_access',
31319   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
31320   'page_callback' => 'drupal_get_form',
31321   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
31322   'delivery_callback' => '',
31323   'fit' => '7',
31324   'number_parts' => '3',
31325   'context' => '1',
31326   'tab_parent' => 'admin/modules',
31327   'tab_root' => 'admin/modules',
31328   'title' => 'List',
31329   'title_callback' => 't',
31330   'title_arguments' => '',
31331   'theme_callback' => '',
31332   'theme_arguments' => 'a:0:{}',
31333   'type' => '140',
31334   'description' => '',
31335   'position' => '',
31336   'weight' => '0',
31337   'include_file' => 'modules/system/system.admin.inc',
31338 ))
31339 ->values(array(
31340   'path' => 'admin/modules/list/confirm',
31341   'load_functions' => '',
31342   'to_arg_functions' => '',
31343   'access_callback' => 'user_access',
31344   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
31345   'page_callback' => 'drupal_get_form',
31346   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
31347   'delivery_callback' => '',
31348   'fit' => '15',
31349   'number_parts' => '4',
31350   'context' => '0',
31351   'tab_parent' => '',
31352   'tab_root' => 'admin/modules/list/confirm',
31353   'title' => 'List',
31354   'title_callback' => 't',
31355   'title_arguments' => '',
31356   'theme_callback' => '',
31357   'theme_arguments' => 'a:0:{}',
31358   'type' => '4',
31359   'description' => '',
31360   'position' => '',
31361   'weight' => '0',
31362   'include_file' => 'modules/system/system.admin.inc',
31363 ))
31364 ->values(array(
31365   'path' => 'admin/modules/uninstall',
31366   'load_functions' => '',
31367   'to_arg_functions' => '',
31368   'access_callback' => 'user_access',
31369   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
31370   'page_callback' => 'drupal_get_form',
31371   'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
31372   'delivery_callback' => '',
31373   'fit' => '7',
31374   'number_parts' => '3',
31375   'context' => '1',
31376   'tab_parent' => 'admin/modules',
31377   'tab_root' => 'admin/modules',
31378   'title' => 'Uninstall',
31379   'title_callback' => 't',
31380   'title_arguments' => '',
31381   'theme_callback' => '',
31382   'theme_arguments' => 'a:0:{}',
31383   'type' => '132',
31384   'description' => '',
31385   'position' => '',
31386   'weight' => '20',
31387   'include_file' => 'modules/system/system.admin.inc',
31388 ))
31389 ->values(array(
31390   'path' => 'admin/modules/uninstall/confirm',
31391   'load_functions' => '',
31392   'to_arg_functions' => '',
31393   'access_callback' => 'user_access',
31394   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
31395   'page_callback' => 'drupal_get_form',
31396   'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
31397   'delivery_callback' => '',
31398   'fit' => '15',
31399   'number_parts' => '4',
31400   'context' => '0',
31401   'tab_parent' => '',
31402   'tab_root' => 'admin/modules/uninstall/confirm',
31403   'title' => 'Uninstall',
31404   'title_callback' => 't',
31405   'title_arguments' => '',
31406   'theme_callback' => '',
31407   'theme_arguments' => 'a:0:{}',
31408   'type' => '4',
31409   'description' => '',
31410   'position' => '',
31411   'weight' => '0',
31412   'include_file' => 'modules/system/system.admin.inc',
31413 ))
31414 ->values(array(
31415   'path' => 'admin/modules/update',
31416   'load_functions' => '',
31417   'to_arg_functions' => '',
31418   'access_callback' => 'update_manager_access',
31419   'access_arguments' => 'a:0:{}',
31420   'page_callback' => 'drupal_get_form',
31421   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:6:"module";}',
31422   'delivery_callback' => '',
31423   'fit' => '7',
31424   'number_parts' => '3',
31425   'context' => '1',
31426   'tab_parent' => 'admin/modules',
31427   'tab_root' => 'admin/modules',
31428   'title' => 'Update',
31429   'title_callback' => 't',
31430   'title_arguments' => '',
31431   'theme_callback' => '',
31432   'theme_arguments' => 'a:0:{}',
31433   'type' => '132',
31434   'description' => '',
31435   'position' => '',
31436   'weight' => '10',
31437   'include_file' => 'modules/update/update.manager.inc',
31438 ))
31439 ->values(array(
31440   'path' => 'admin/people',
31441   'load_functions' => '',
31442   'to_arg_functions' => '',
31443   'access_callback' => 'user_access',
31444   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
31445   'page_callback' => 'user_admin',
31446   'page_arguments' => 'a:1:{i:0;s:4:"list";}',
31447   'delivery_callback' => '',
31448   'fit' => '3',
31449   'number_parts' => '2',
31450   'context' => '0',
31451   'tab_parent' => '',
31452   'tab_root' => 'admin/people',
31453   'title' => 'People',
31454   'title_callback' => 't',
31455   'title_arguments' => '',
31456   'theme_callback' => '',
31457   'theme_arguments' => 'a:0:{}',
31458   'type' => '6',
31459   'description' => 'Manage user accounts, roles, and permissions.',
31460   'position' => 'left',
31461   'weight' => '-4',
31462   'include_file' => 'modules/user/user.admin.inc',
31463 ))
31464 ->values(array(
31465   'path' => 'admin/people/create',
31466   'load_functions' => '',
31467   'to_arg_functions' => '',
31468   'access_callback' => 'user_access',
31469   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
31470   'page_callback' => 'user_admin',
31471   'page_arguments' => 'a:1:{i:0;s:6:"create";}',
31472   'delivery_callback' => '',
31473   'fit' => '7',
31474   'number_parts' => '3',
31475   'context' => '1',
31476   'tab_parent' => 'admin/people',
31477   'tab_root' => 'admin/people',
31478   'title' => 'Add user',
31479   'title_callback' => 't',
31480   'title_arguments' => '',
31481   'theme_callback' => '',
31482   'theme_arguments' => 'a:0:{}',
31483   'type' => '388',
31484   'description' => '',
31485   'position' => '',
31486   'weight' => '0',
31487   'include_file' => 'modules/user/user.admin.inc',
31488 ))
31489 ->values(array(
31490   'path' => 'admin/people/people',
31491   'load_functions' => '',
31492   'to_arg_functions' => '',
31493   'access_callback' => 'user_access',
31494   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
31495   'page_callback' => 'user_admin',
31496   'page_arguments' => 'a:1:{i:0;s:4:"list";}',
31497   'delivery_callback' => '',
31498   'fit' => '7',
31499   'number_parts' => '3',
31500   'context' => '1',
31501   'tab_parent' => 'admin/people',
31502   'tab_root' => 'admin/people',
31503   'title' => 'List',
31504   'title_callback' => 't',
31505   'title_arguments' => '',
31506   'theme_callback' => '',
31507   'theme_arguments' => 'a:0:{}',
31508   'type' => '140',
31509   'description' => 'Find and manage people interacting with your site.',
31510   'position' => '',
31511   'weight' => '-10',
31512   'include_file' => 'modules/user/user.admin.inc',
31513 ))
31514 ->values(array(
31515   'path' => 'admin/people/permissions',
31516   'load_functions' => '',
31517   'to_arg_functions' => '',
31518   'access_callback' => 'user_access',
31519   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
31520   'page_callback' => 'drupal_get_form',
31521   'page_arguments' => 'a:1:{i:0;s:22:"user_admin_permissions";}',
31522   'delivery_callback' => '',
31523   'fit' => '7',
31524   'number_parts' => '3',
31525   'context' => '1',
31526   'tab_parent' => 'admin/people',
31527   'tab_root' => 'admin/people',
31528   'title' => 'Permissions',
31529   'title_callback' => 't',
31530   'title_arguments' => '',
31531   'theme_callback' => '',
31532   'theme_arguments' => 'a:0:{}',
31533   'type' => '132',
31534   'description' => 'Determine access to features by selecting permissions for roles.',
31535   'position' => '',
31536   'weight' => '0',
31537   'include_file' => 'modules/user/user.admin.inc',
31538 ))
31539 ->values(array(
31540   'path' => 'admin/people/permissions/list',
31541   'load_functions' => '',
31542   'to_arg_functions' => '',
31543   'access_callback' => 'user_access',
31544   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
31545   'page_callback' => 'drupal_get_form',
31546   'page_arguments' => 'a:1:{i:0;s:22:"user_admin_permissions";}',
31547   'delivery_callback' => '',
31548   'fit' => '15',
31549   'number_parts' => '4',
31550   'context' => '1',
31551   'tab_parent' => 'admin/people/permissions',
31552   'tab_root' => 'admin/people',
31553   'title' => 'Permissions',
31554   'title_callback' => 't',
31555   'title_arguments' => '',
31556   'theme_callback' => '',
31557   'theme_arguments' => 'a:0:{}',
31558   'type' => '140',
31559   'description' => 'Determine access to features by selecting permissions for roles.',
31560   'position' => '',
31561   'weight' => '-8',
31562   'include_file' => 'modules/user/user.admin.inc',
31563 ))
31564 ->values(array(
31565   'path' => 'admin/people/permissions/roles',
31566   'load_functions' => '',
31567   'to_arg_functions' => '',
31568   'access_callback' => 'user_access',
31569   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
31570   'page_callback' => 'drupal_get_form',
31571   'page_arguments' => 'a:1:{i:0;s:16:"user_admin_roles";}',
31572   'delivery_callback' => '',
31573   'fit' => '15',
31574   'number_parts' => '4',
31575   'context' => '1',
31576   'tab_parent' => 'admin/people/permissions',
31577   'tab_root' => 'admin/people',
31578   'title' => 'Roles',
31579   'title_callback' => 't',
31580   'title_arguments' => '',
31581   'theme_callback' => '',
31582   'theme_arguments' => 'a:0:{}',
31583   'type' => '132',
31584   'description' => 'List, edit, or add user roles.',
31585   'position' => '',
31586   'weight' => '-5',
31587   'include_file' => 'modules/user/user.admin.inc',
31588 ))
31589 ->values(array(
31590   'path' => 'admin/people/permissions/roles/delete/%',
31591   'load_functions' => 'a:1:{i:5;s:14:"user_role_load";}',
31592   'to_arg_functions' => '',
31593   'access_callback' => 'user_role_edit_access',
31594   'access_arguments' => 'a:1:{i:0;i:5;}',
31595   'page_callback' => 'drupal_get_form',
31596   'page_arguments' => 'a:2:{i:0;s:30:"user_admin_role_delete_confirm";i:1;i:5;}',
31597   'delivery_callback' => '',
31598   'fit' => '62',
31599   'number_parts' => '6',
31600   'context' => '0',
31601   'tab_parent' => '',
31602   'tab_root' => 'admin/people/permissions/roles/delete/%',
31603   'title' => 'Delete role',
31604   'title_callback' => 't',
31605   'title_arguments' => '',
31606   'theme_callback' => '',
31607   'theme_arguments' => 'a:0:{}',
31608   'type' => '6',
31609   'description' => '',
31610   'position' => '',
31611   'weight' => '0',
31612   'include_file' => 'modules/user/user.admin.inc',
31613 ))
31614 ->values(array(
31615   'path' => 'admin/people/permissions/roles/edit/%',
31616   'load_functions' => 'a:1:{i:5;s:14:"user_role_load";}',
31617   'to_arg_functions' => '',
31618   'access_callback' => 'user_role_edit_access',
31619   'access_arguments' => 'a:1:{i:0;i:5;}',
31620   'page_callback' => 'drupal_get_form',
31621   'page_arguments' => 'a:2:{i:0;s:15:"user_admin_role";i:1;i:5;}',
31622   'delivery_callback' => '',
31623   'fit' => '62',
31624   'number_parts' => '6',
31625   'context' => '0',
31626   'tab_parent' => '',
31627   'tab_root' => 'admin/people/permissions/roles/edit/%',
31628   'title' => 'Edit role',
31629   'title_callback' => 't',
31630   'title_arguments' => '',
31631   'theme_callback' => '',
31632   'theme_arguments' => 'a:0:{}',
31633   'type' => '6',
31634   'description' => '',
31635   'position' => '',
31636   'weight' => '0',
31637   'include_file' => 'modules/user/user.admin.inc',
31638 ))
31639 ->values(array(
31640   'path' => 'admin/reports',
31641   'load_functions' => '',
31642   'to_arg_functions' => '',
31643   'access_callback' => 'user_access',
31644   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
31645   'page_callback' => 'system_admin_menu_block_page',
31646   'page_arguments' => 'a:0:{}',
31647   'delivery_callback' => '',
31648   'fit' => '3',
31649   'number_parts' => '2',
31650   'context' => '0',
31651   'tab_parent' => '',
31652   'tab_root' => 'admin/reports',
31653   'title' => 'Reports',
31654   'title_callback' => 't',
31655   'title_arguments' => '',
31656   'theme_callback' => '',
31657   'theme_arguments' => 'a:0:{}',
31658   'type' => '6',
31659   'description' => 'View reports, updates, and errors.',
31660   'position' => 'left',
31661   'weight' => '5',
31662   'include_file' => 'modules/system/system.admin.inc',
31663 ))
31664 ->values(array(
31665   'path' => 'admin/reports/access-denied',
31666   'load_functions' => '',
31667   'to_arg_functions' => '',
31668   'access_callback' => 'user_access',
31669   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
31670   'page_callback' => 'dblog_top',
31671   'page_arguments' => 'a:1:{i:0;s:13:"access denied";}',
31672   'delivery_callback' => '',
31673   'fit' => '7',
31674   'number_parts' => '3',
31675   'context' => '0',
31676   'tab_parent' => '',
31677   'tab_root' => 'admin/reports/access-denied',
31678   'title' => "Top 'access denied' errors",
31679   'title_callback' => 't',
31680   'title_arguments' => '',
31681   'theme_callback' => '',
31682   'theme_arguments' => 'a:0:{}',
31683   'type' => '6',
31684   'description' => "View 'access denied' errors (403s).",
31685   'position' => '',
31686   'weight' => '0',
31687   'include_file' => 'modules/dblog/dblog.admin.inc',
31688 ))
31689 ->values(array(
31690   'path' => 'admin/reports/access/%',
31691   'load_functions' => 'a:1:{i:3;N;}',
31692   'to_arg_functions' => '',
31693   'access_callback' => 'user_access',
31694   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
31695   'page_callback' => 'statistics_access_log',
31696   'page_arguments' => 'a:1:{i:0;i:3;}',
31697   'delivery_callback' => '',
31698   'fit' => '14',
31699   'number_parts' => '4',
31700   'context' => '0',
31701   'tab_parent' => '',
31702   'tab_root' => 'admin/reports/access/%',
31703   'title' => 'Details',
31704   'title_callback' => 't',
31705   'title_arguments' => '',
31706   'theme_callback' => '',
31707   'theme_arguments' => 'a:0:{}',
31708   'type' => '6',
31709   'description' => 'View access log.',
31710   'position' => '',
31711   'weight' => '0',
31712   'include_file' => 'modules/statistics/statistics.admin.inc',
31713 ))
31714 ->values(array(
31715   'path' => 'admin/reports/dblog',
31716   'load_functions' => '',
31717   'to_arg_functions' => '',
31718   'access_callback' => 'user_access',
31719   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
31720   'page_callback' => 'dblog_overview',
31721   'page_arguments' => 'a:0:{}',
31722   'delivery_callback' => '',
31723   'fit' => '7',
31724   'number_parts' => '3',
31725   'context' => '0',
31726   'tab_parent' => '',
31727   'tab_root' => 'admin/reports/dblog',
31728   'title' => 'Recent log messages',
31729   'title_callback' => 't',
31730   'title_arguments' => '',
31731   'theme_callback' => '',
31732   'theme_arguments' => 'a:0:{}',
31733   'type' => '6',
31734   'description' => 'View events that have recently been logged.',
31735   'position' => '',
31736   'weight' => '-1',
31737   'include_file' => 'modules/dblog/dblog.admin.inc',
31738 ))
31739 ->values(array(
31740   'path' => 'admin/reports/event/%',
31741   'load_functions' => 'a:1:{i:3;N;}',
31742   'to_arg_functions' => '',
31743   'access_callback' => 'user_access',
31744   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
31745   'page_callback' => 'dblog_event',
31746   'page_arguments' => 'a:1:{i:0;i:3;}',
31747   'delivery_callback' => '',
31748   'fit' => '14',
31749   'number_parts' => '4',
31750   'context' => '0',
31751   'tab_parent' => '',
31752   'tab_root' => 'admin/reports/event/%',
31753   'title' => 'Details',
31754   'title_callback' => 't',
31755   'title_arguments' => '',
31756   'theme_callback' => '',
31757   'theme_arguments' => 'a:0:{}',
31758   'type' => '6',
31759   'description' => '',
31760   'position' => '',
31761   'weight' => '0',
31762   'include_file' => 'modules/dblog/dblog.admin.inc',
31763 ))
31764 ->values(array(
31765   'path' => 'admin/reports/fields',
31766   'load_functions' => '',
31767   'to_arg_functions' => '',
31768   'access_callback' => 'user_access',
31769   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
31770   'page_callback' => 'field_ui_fields_list',
31771   'page_arguments' => 'a:0:{}',
31772   'delivery_callback' => '',
31773   'fit' => '7',
31774   'number_parts' => '3',
31775   'context' => '0',
31776   'tab_parent' => '',
31777   'tab_root' => 'admin/reports/fields',
31778   'title' => 'Field list',
31779   'title_callback' => 't',
31780   'title_arguments' => '',
31781   'theme_callback' => '',
31782   'theme_arguments' => 'a:0:{}',
31783   'type' => '6',
31784   'description' => 'Overview of fields on all entity types.',
31785   'position' => '',
31786   'weight' => '0',
31787   'include_file' => 'modules/field_ui/field_ui.admin.inc',
31788 ))
31789 ->values(array(
31790   'path' => 'admin/reports/hits',
31791   'load_functions' => '',
31792   'to_arg_functions' => '',
31793   'access_callback' => 'user_access',
31794   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
31795   'page_callback' => 'statistics_recent_hits',
31796   'page_arguments' => 'a:0:{}',
31797   'delivery_callback' => '',
31798   'fit' => '7',
31799   'number_parts' => '3',
31800   'context' => '0',
31801   'tab_parent' => '',
31802   'tab_root' => 'admin/reports/hits',
31803   'title' => 'Recent hits',
31804   'title_callback' => 't',
31805   'title_arguments' => '',
31806   'theme_callback' => '',
31807   'theme_arguments' => 'a:0:{}',
31808   'type' => '6',
31809   'description' => 'View pages that have recently been visited.',
31810   'position' => '',
31811   'weight' => '0',
31812   'include_file' => 'modules/statistics/statistics.admin.inc',
31813 ))
31814 ->values(array(
31815   'path' => 'admin/reports/page-not-found',
31816   'load_functions' => '',
31817   'to_arg_functions' => '',
31818   'access_callback' => 'user_access',
31819   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
31820   'page_callback' => 'dblog_top',
31821   'page_arguments' => 'a:1:{i:0;s:14:"page not found";}',
31822   'delivery_callback' => '',
31823   'fit' => '7',
31824   'number_parts' => '3',
31825   'context' => '0',
31826   'tab_parent' => '',
31827   'tab_root' => 'admin/reports/page-not-found',
31828   'title' => "Top 'page not found' errors",
31829   'title_callback' => 't',
31830   'title_arguments' => '',
31831   'theme_callback' => '',
31832   'theme_arguments' => 'a:0:{}',
31833   'type' => '6',
31834   'description' => "View 'page not found' errors (404s).",
31835   'position' => '',
31836   'weight' => '0',
31837   'include_file' => 'modules/dblog/dblog.admin.inc',
31838 ))
31839 ->values(array(
31840   'path' => 'admin/reports/pages',
31841   'load_functions' => '',
31842   'to_arg_functions' => '',
31843   'access_callback' => 'user_access',
31844   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
31845   'page_callback' => 'statistics_top_pages',
31846   'page_arguments' => 'a:0:{}',
31847   'delivery_callback' => '',
31848   'fit' => '7',
31849   'number_parts' => '3',
31850   'context' => '0',
31851   'tab_parent' => '',
31852   'tab_root' => 'admin/reports/pages',
31853   'title' => 'Top pages',
31854   'title_callback' => 't',
31855   'title_arguments' => '',
31856   'theme_callback' => '',
31857   'theme_arguments' => 'a:0:{}',
31858   'type' => '6',
31859   'description' => 'View pages that have been hit frequently.',
31860   'position' => '',
31861   'weight' => '1',
31862   'include_file' => 'modules/statistics/statistics.admin.inc',
31863 ))
31864 ->values(array(
31865   'path' => 'admin/reports/referrers',
31866   'load_functions' => '',
31867   'to_arg_functions' => '',
31868   'access_callback' => 'user_access',
31869   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
31870   'page_callback' => 'statistics_top_referrers',
31871   'page_arguments' => 'a:0:{}',
31872   'delivery_callback' => '',
31873   'fit' => '7',
31874   'number_parts' => '3',
31875   'context' => '0',
31876   'tab_parent' => '',
31877   'tab_root' => 'admin/reports/referrers',
31878   'title' => 'Top referrers',
31879   'title_callback' => 't',
31880   'title_arguments' => '',
31881   'theme_callback' => '',
31882   'theme_arguments' => 'a:0:{}',
31883   'type' => '6',
31884   'description' => 'View top referrers.',
31885   'position' => '',
31886   'weight' => '0',
31887   'include_file' => 'modules/statistics/statistics.admin.inc',
31888 ))
31889 ->values(array(
31890   'path' => 'admin/reports/search',
31891   'load_functions' => '',
31892   'to_arg_functions' => '',
31893   'access_callback' => 'user_access',
31894   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
31895   'page_callback' => 'dblog_top',
31896   'page_arguments' => 'a:1:{i:0;s:6:"search";}',
31897   'delivery_callback' => '',
31898   'fit' => '7',
31899   'number_parts' => '3',
31900   'context' => '0',
31901   'tab_parent' => '',
31902   'tab_root' => 'admin/reports/search',
31903   'title' => 'Top search phrases',
31904   'title_callback' => 't',
31905   'title_arguments' => '',
31906   'theme_callback' => '',
31907   'theme_arguments' => 'a:0:{}',
31908   'type' => '6',
31909   'description' => 'View most popular search phrases.',
31910   'position' => '',
31911   'weight' => '0',
31912   'include_file' => 'modules/dblog/dblog.admin.inc',
31913 ))
31914 ->values(array(
31915   'path' => 'admin/reports/status',
31916   'load_functions' => '',
31917   'to_arg_functions' => '',
31918   'access_callback' => 'user_access',
31919   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
31920   'page_callback' => 'system_status',
31921   'page_arguments' => 'a:0:{}',
31922   'delivery_callback' => '',
31923   'fit' => '7',
31924   'number_parts' => '3',
31925   'context' => '0',
31926   'tab_parent' => '',
31927   'tab_root' => 'admin/reports/status',
31928   'title' => 'Status report',
31929   'title_callback' => 't',
31930   'title_arguments' => '',
31931   'theme_callback' => '',
31932   'theme_arguments' => 'a:0:{}',
31933   'type' => '6',
31934   'description' => "Get a status report about your site's operation and any detected problems.",
31935   'position' => '',
31936   'weight' => '-60',
31937   'include_file' => 'modules/system/system.admin.inc',
31938 ))
31939 ->values(array(
31940   'path' => 'admin/reports/status/php',
31941   'load_functions' => '',
31942   'to_arg_functions' => '',
31943   'access_callback' => 'user_access',
31944   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
31945   'page_callback' => 'system_php',
31946   'page_arguments' => 'a:0:{}',
31947   'delivery_callback' => '',
31948   'fit' => '15',
31949   'number_parts' => '4',
31950   'context' => '0',
31951   'tab_parent' => '',
31952   'tab_root' => 'admin/reports/status/php',
31953   'title' => 'PHP',
31954   'title_callback' => 't',
31955   'title_arguments' => '',
31956   'theme_callback' => '',
31957   'theme_arguments' => 'a:0:{}',
31958   'type' => '0',
31959   'description' => '',
31960   'position' => '',
31961   'weight' => '0',
31962   'include_file' => 'modules/system/system.admin.inc',
31963 ))
31964 ->values(array(
31965   'path' => 'admin/reports/status/rebuild',
31966   'load_functions' => '',
31967   'to_arg_functions' => '',
31968   'access_callback' => 'user_access',
31969   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31970   'page_callback' => 'drupal_get_form',
31971   'page_arguments' => 'a:1:{i:0;s:30:"node_configure_rebuild_confirm";}',
31972   'delivery_callback' => '',
31973   'fit' => '15',
31974   'number_parts' => '4',
31975   'context' => '0',
31976   'tab_parent' => '',
31977   'tab_root' => 'admin/reports/status/rebuild',
31978   'title' => 'Rebuild permissions',
31979   'title_callback' => 't',
31980   'title_arguments' => '',
31981   'theme_callback' => '',
31982   'theme_arguments' => 'a:0:{}',
31983   'type' => '0',
31984   'description' => '',
31985   'position' => '',
31986   'weight' => '0',
31987   'include_file' => 'modules/node/node.admin.inc',
31988 ))
31989 ->values(array(
31990   'path' => 'admin/reports/status/run-cron',
31991   'load_functions' => '',
31992   'to_arg_functions' => '',
31993   'access_callback' => 'user_access',
31994   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
31995   'page_callback' => 'system_run_cron',
31996   'page_arguments' => 'a:0:{}',
31997   'delivery_callback' => '',
31998   'fit' => '15',
31999   'number_parts' => '4',
32000   'context' => '0',
32001   'tab_parent' => '',
32002   'tab_root' => 'admin/reports/status/run-cron',
32003   'title' => 'Run cron',
32004   'title_callback' => 't',
32005   'title_arguments' => '',
32006   'theme_callback' => '',
32007   'theme_arguments' => 'a:0:{}',
32008   'type' => '0',
32009   'description' => '',
32010   'position' => '',
32011   'weight' => '0',
32012   'include_file' => 'modules/system/system.admin.inc',
32013 ))
32014 ->values(array(
32015   'path' => 'admin/reports/updates',
32016   'load_functions' => '',
32017   'to_arg_functions' => '',
32018   'access_callback' => 'user_access',
32019   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
32020   'page_callback' => 'update_status',
32021   'page_arguments' => 'a:0:{}',
32022   'delivery_callback' => '',
32023   'fit' => '7',
32024   'number_parts' => '3',
32025   'context' => '0',
32026   'tab_parent' => '',
32027   'tab_root' => 'admin/reports/updates',
32028   'title' => 'Available updates',
32029   'title_callback' => 't',
32030   'title_arguments' => '',
32031   'theme_callback' => '',
32032   'theme_arguments' => 'a:0:{}',
32033   'type' => '6',
32034   'description' => 'Get a status report about available updates for your installed modules and themes.',
32035   'position' => '',
32036   'weight' => '-50',
32037   'include_file' => 'modules/update/update.report.inc',
32038 ))
32039 ->values(array(
32040   'path' => 'admin/reports/updates/check',
32041   'load_functions' => '',
32042   'to_arg_functions' => '',
32043   'access_callback' => 'user_access',
32044   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
32045   'page_callback' => 'update_manual_status',
32046   'page_arguments' => 'a:0:{}',
32047   'delivery_callback' => '',
32048   'fit' => '15',
32049   'number_parts' => '4',
32050   'context' => '0',
32051   'tab_parent' => '',
32052   'tab_root' => 'admin/reports/updates/check',
32053   'title' => 'Manual update check',
32054   'title_callback' => 't',
32055   'title_arguments' => '',
32056   'theme_callback' => '',
32057   'theme_arguments' => 'a:0:{}',
32058   'type' => '0',
32059   'description' => '',
32060   'position' => '',
32061   'weight' => '0',
32062   'include_file' => 'modules/update/update.fetch.inc',
32063 ))
32064 ->values(array(
32065   'path' => 'admin/reports/updates/install',
32066   'load_functions' => '',
32067   'to_arg_functions' => '',
32068   'access_callback' => 'update_manager_access',
32069   'access_arguments' => 'a:0:{}',
32070   'page_callback' => 'drupal_get_form',
32071   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:6:"report";}',
32072   'delivery_callback' => '',
32073   'fit' => '15',
32074   'number_parts' => '4',
32075   'context' => '1',
32076   'tab_parent' => 'admin/reports/updates',
32077   'tab_root' => 'admin/reports/updates',
32078   'title' => 'Install new module or theme',
32079   'title_callback' => 't',
32080   'title_arguments' => '',
32081   'theme_callback' => '',
32082   'theme_arguments' => 'a:0:{}',
32083   'type' => '388',
32084   'description' => '',
32085   'position' => '',
32086   'weight' => '25',
32087   'include_file' => 'modules/update/update.manager.inc',
32088 ))
32089 ->values(array(
32090   'path' => 'admin/reports/updates/list',
32091   'load_functions' => '',
32092   'to_arg_functions' => '',
32093   'access_callback' => 'user_access',
32094   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
32095   'page_callback' => 'update_status',
32096   'page_arguments' => 'a:0:{}',
32097   'delivery_callback' => '',
32098   'fit' => '15',
32099   'number_parts' => '4',
32100   'context' => '1',
32101   'tab_parent' => 'admin/reports/updates',
32102   'tab_root' => 'admin/reports/updates',
32103   'title' => 'List',
32104   'title_callback' => 't',
32105   'title_arguments' => '',
32106   'theme_callback' => '',
32107   'theme_arguments' => 'a:0:{}',
32108   'type' => '140',
32109   'description' => '',
32110   'position' => '',
32111   'weight' => '0',
32112   'include_file' => 'modules/update/update.report.inc',
32113 ))
32114 ->values(array(
32115   'path' => 'admin/reports/updates/settings',
32116   'load_functions' => '',
32117   'to_arg_functions' => '',
32118   'access_callback' => 'user_access',
32119   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
32120   'page_callback' => 'drupal_get_form',
32121   'page_arguments' => 'a:1:{i:0;s:15:"update_settings";}',
32122   'delivery_callback' => '',
32123   'fit' => '15',
32124   'number_parts' => '4',
32125   'context' => '1',
32126   'tab_parent' => 'admin/reports/updates',
32127   'tab_root' => 'admin/reports/updates',
32128   'title' => 'Settings',
32129   'title_callback' => 't',
32130   'title_arguments' => '',
32131   'theme_callback' => '',
32132   'theme_arguments' => 'a:0:{}',
32133   'type' => '132',
32134   'description' => '',
32135   'position' => '',
32136   'weight' => '50',
32137   'include_file' => 'modules/update/update.settings.inc',
32138 ))
32139 ->values(array(
32140   'path' => 'admin/reports/updates/update',
32141   'load_functions' => '',
32142   'to_arg_functions' => '',
32143   'access_callback' => 'update_manager_access',
32144   'access_arguments' => 'a:0:{}',
32145   'page_callback' => 'drupal_get_form',
32146   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:6:"report";}',
32147   'delivery_callback' => '',
32148   'fit' => '15',
32149   'number_parts' => '4',
32150   'context' => '1',
32151   'tab_parent' => 'admin/reports/updates',
32152   'tab_root' => 'admin/reports/updates',
32153   'title' => 'Update',
32154   'title_callback' => 't',
32155   'title_arguments' => '',
32156   'theme_callback' => '',
32157   'theme_arguments' => 'a:0:{}',
32158   'type' => '132',
32159   'description' => '',
32160   'position' => '',
32161   'weight' => '10',
32162   'include_file' => 'modules/update/update.manager.inc',
32163 ))
32164 ->values(array(
32165   'path' => 'admin/reports/visitors',
32166   'load_functions' => '',
32167   'to_arg_functions' => '',
32168   'access_callback' => 'user_access',
32169   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
32170   'page_callback' => 'statistics_top_visitors',
32171   'page_arguments' => 'a:0:{}',
32172   'delivery_callback' => '',
32173   'fit' => '7',
32174   'number_parts' => '3',
32175   'context' => '0',
32176   'tab_parent' => '',
32177   'tab_root' => 'admin/reports/visitors',
32178   'title' => 'Top visitors',
32179   'title_callback' => 't',
32180   'title_arguments' => '',
32181   'theme_callback' => '',
32182   'theme_arguments' => 'a:0:{}',
32183   'type' => '6',
32184   'description' => 'View visitors that hit many pages.',
32185   'position' => '',
32186   'weight' => '2',
32187   'include_file' => 'modules/statistics/statistics.admin.inc',
32188 ))
32189 ->values(array(
32190   'path' => 'admin/structure',
32191   'load_functions' => '',
32192   'to_arg_functions' => '',
32193   'access_callback' => 'user_access',
32194   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
32195   'page_callback' => 'system_admin_menu_block_page',
32196   'page_arguments' => 'a:0:{}',
32197   'delivery_callback' => '',
32198   'fit' => '3',
32199   'number_parts' => '2',
32200   'context' => '0',
32201   'tab_parent' => '',
32202   'tab_root' => 'admin/structure',
32203   'title' => 'Structure',
32204   'title_callback' => 't',
32205   'title_arguments' => '',
32206   'theme_callback' => '',
32207   'theme_arguments' => 'a:0:{}',
32208   'type' => '6',
32209   'description' => 'Administer blocks, content types, menus, etc.',
32210   'position' => 'right',
32211   'weight' => '-8',
32212   'include_file' => 'modules/system/system.admin.inc',
32213 ))
32214 ->values(array(
32215   'path' => 'admin/structure/block',
32216   'load_functions' => '',
32217   'to_arg_functions' => '',
32218   'access_callback' => 'user_access',
32219   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32220   'page_callback' => 'block_admin_display',
32221   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
32222   'delivery_callback' => '',
32223   'fit' => '7',
32224   'number_parts' => '3',
32225   'context' => '0',
32226   'tab_parent' => '',
32227   'tab_root' => 'admin/structure/block',
32228   'title' => 'Blocks',
32229   'title_callback' => 't',
32230   'title_arguments' => '',
32231   'theme_callback' => '',
32232   'theme_arguments' => 'a:0:{}',
32233   'type' => '6',
32234   'description' => "Configure what block content appears in your site's sidebars and other regions.",
32235   'position' => '',
32236   'weight' => '0',
32237   'include_file' => 'modules/block/block.admin.inc',
32238 ))
32239 ->values(array(
32240   'path' => 'admin/structure/block/add',
32241   'load_functions' => '',
32242   'to_arg_functions' => '',
32243   'access_callback' => 'user_access',
32244   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32245   'page_callback' => 'drupal_get_form',
32246   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
32247   'delivery_callback' => '',
32248   'fit' => '15',
32249   'number_parts' => '4',
32250   'context' => '1',
32251   'tab_parent' => 'admin/structure/block',
32252   'tab_root' => 'admin/structure/block',
32253   'title' => 'Add block',
32254   'title_callback' => 't',
32255   'title_arguments' => '',
32256   'theme_callback' => '',
32257   'theme_arguments' => 'a:0:{}',
32258   'type' => '388',
32259   'description' => '',
32260   'position' => '',
32261   'weight' => '0',
32262   'include_file' => 'modules/block/block.admin.inc',
32263 ))
32264 ->values(array(
32265   'path' => 'admin/structure/block/demo/bartik',
32266   'load_functions' => '',
32267   'to_arg_functions' => '',
32268   'access_callback' => '_block_themes_access',
32269   '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";}}',
32270   'page_callback' => 'block_admin_demo',
32271   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
32272   'delivery_callback' => '',
32273   'fit' => '31',
32274   'number_parts' => '5',
32275   'context' => '0',
32276   'tab_parent' => '',
32277   'tab_root' => 'admin/structure/block/demo/bartik',
32278   'title' => 'Bartik',
32279   'title_callback' => 't',
32280   'title_arguments' => '',
32281   'theme_callback' => '_block_custom_theme',
32282   'theme_arguments' => 'a:1:{i:0;s:6:"bartik";}',
32283   'type' => '0',
32284   'description' => '',
32285   'position' => '',
32286   'weight' => '0',
32287   'include_file' => 'modules/block/block.admin.inc',
32288 ))
32289 ->values(array(
32290   'path' => 'admin/structure/block/demo/garland',
32291   'load_functions' => '',
32292   'to_arg_functions' => '',
32293   'access_callback' => '_block_themes_access',
32294   '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";}}',
32295   'page_callback' => 'block_admin_demo',
32296   'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
32297   'delivery_callback' => '',
32298   'fit' => '31',
32299   'number_parts' => '5',
32300   'context' => '0',
32301   'tab_parent' => '',
32302   'tab_root' => 'admin/structure/block/demo/garland',
32303   'title' => 'Garland',
32304   'title_callback' => 't',
32305   'title_arguments' => '',
32306   'theme_callback' => '_block_custom_theme',
32307   'theme_arguments' => 'a:1:{i:0;s:7:"garland";}',
32308   'type' => '0',
32309   'description' => '',
32310   'position' => '',
32311   'weight' => '0',
32312   'include_file' => 'modules/block/block.admin.inc',
32313 ))
32314 ->values(array(
32315   'path' => 'admin/structure/block/demo/seven',
32316   'load_functions' => '',
32317   'to_arg_functions' => '',
32318   'access_callback' => '_block_themes_access',
32319   '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";}}',
32320   'page_callback' => 'block_admin_demo',
32321   'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
32322   'delivery_callback' => '',
32323   'fit' => '31',
32324   'number_parts' => '5',
32325   'context' => '0',
32326   'tab_parent' => '',
32327   'tab_root' => 'admin/structure/block/demo/seven',
32328   'title' => 'Seven',
32329   'title_callback' => 't',
32330   'title_arguments' => '',
32331   'theme_callback' => '_block_custom_theme',
32332   'theme_arguments' => 'a:1:{i:0;s:5:"seven";}',
32333   'type' => '0',
32334   'description' => '',
32335   'position' => '',
32336   'weight' => '0',
32337   'include_file' => 'modules/block/block.admin.inc',
32338 ))
32339 ->values(array(
32340   'path' => 'admin/structure/block/demo/stark',
32341   'load_functions' => '',
32342   'to_arg_functions' => '',
32343   'access_callback' => '_block_themes_access',
32344   '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\";}}",
32345   'page_callback' => 'block_admin_demo',
32346   'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
32347   'delivery_callback' => '',
32348   'fit' => '31',
32349   'number_parts' => '5',
32350   'context' => '0',
32351   'tab_parent' => '',
32352   'tab_root' => 'admin/structure/block/demo/stark',
32353   'title' => 'Stark',
32354   'title_callback' => 't',
32355   'title_arguments' => '',
32356   'theme_callback' => '_block_custom_theme',
32357   'theme_arguments' => 'a:1:{i:0;s:5:"stark";}',
32358   'type' => '0',
32359   'description' => '',
32360   'position' => '',
32361   'weight' => '0',
32362   'include_file' => 'modules/block/block.admin.inc',
32363 ))
32364 ->values(array(
32365   'path' => 'admin/structure/block/list/bartik',
32366   'load_functions' => '',
32367   'to_arg_functions' => '',
32368   'access_callback' => '_block_themes_access',
32369   '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";}}',
32370   'page_callback' => 'block_admin_display',
32371   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
32372   'delivery_callback' => '',
32373   'fit' => '31',
32374   'number_parts' => '5',
32375   'context' => '1',
32376   'tab_parent' => 'admin/structure/block',
32377   'tab_root' => 'admin/structure/block',
32378   'title' => 'Bartik',
32379   'title_callback' => 't',
32380   'title_arguments' => '',
32381   'theme_callback' => '',
32382   'theme_arguments' => 'a:0:{}',
32383   'type' => '140',
32384   'description' => '',
32385   'position' => '',
32386   'weight' => '-10',
32387   'include_file' => 'modules/block/block.admin.inc',
32388 ))
32389 ->values(array(
32390   'path' => 'admin/structure/block/list/garland',
32391   'load_functions' => '',
32392   'to_arg_functions' => '',
32393   'access_callback' => '_block_themes_access',
32394   '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";}}',
32395   'page_callback' => 'block_admin_display',
32396   'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
32397   'delivery_callback' => '',
32398   'fit' => '31',
32399   'number_parts' => '5',
32400   'context' => '1',
32401   'tab_parent' => 'admin/structure/block',
32402   'tab_root' => 'admin/structure/block',
32403   'title' => 'Garland',
32404   'title_callback' => 't',
32405   'title_arguments' => '',
32406   'theme_callback' => '',
32407   'theme_arguments' => 'a:0:{}',
32408   'type' => '132',
32409   'description' => '',
32410   'position' => '',
32411   'weight' => '0',
32412   'include_file' => 'modules/block/block.admin.inc',
32413 ))
32414 ->values(array(
32415   'path' => 'admin/structure/block/list/garland/add',
32416   'load_functions' => '',
32417   'to_arg_functions' => '',
32418   'access_callback' => 'user_access',
32419   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32420   'page_callback' => 'drupal_get_form',
32421   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
32422   'delivery_callback' => '',
32423   'fit' => '63',
32424   'number_parts' => '6',
32425   'context' => '1',
32426   'tab_parent' => 'admin/structure/block/list/garland',
32427   'tab_root' => 'admin/structure/block',
32428   'title' => 'Add block',
32429   'title_callback' => 't',
32430   'title_arguments' => '',
32431   'theme_callback' => '',
32432   'theme_arguments' => 'a:0:{}',
32433   'type' => '388',
32434   'description' => '',
32435   'position' => '',
32436   'weight' => '0',
32437   'include_file' => 'modules/block/block.admin.inc',
32438 ))
32439 ->values(array(
32440   'path' => 'admin/structure/block/list/seven',
32441   'load_functions' => '',
32442   'to_arg_functions' => '',
32443   'access_callback' => '_block_themes_access',
32444   '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";}}',
32445   'page_callback' => 'block_admin_display',
32446   'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
32447   'delivery_callback' => '',
32448   'fit' => '31',
32449   'number_parts' => '5',
32450   'context' => '1',
32451   'tab_parent' => 'admin/structure/block',
32452   'tab_root' => 'admin/structure/block',
32453   'title' => 'Seven',
32454   'title_callback' => 't',
32455   'title_arguments' => '',
32456   'theme_callback' => '',
32457   'theme_arguments' => 'a:0:{}',
32458   'type' => '132',
32459   'description' => '',
32460   'position' => '',
32461   'weight' => '0',
32462   'include_file' => 'modules/block/block.admin.inc',
32463 ))
32464 ->values(array(
32465   'path' => 'admin/structure/block/list/seven/add',
32466   'load_functions' => '',
32467   'to_arg_functions' => '',
32468   'access_callback' => 'user_access',
32469   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32470   'page_callback' => 'drupal_get_form',
32471   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
32472   'delivery_callback' => '',
32473   'fit' => '63',
32474   'number_parts' => '6',
32475   'context' => '1',
32476   'tab_parent' => 'admin/structure/block/list/seven',
32477   'tab_root' => 'admin/structure/block',
32478   'title' => 'Add block',
32479   'title_callback' => 't',
32480   'title_arguments' => '',
32481   'theme_callback' => '',
32482   'theme_arguments' => 'a:0:{}',
32483   'type' => '388',
32484   'description' => '',
32485   'position' => '',
32486   'weight' => '0',
32487   'include_file' => 'modules/block/block.admin.inc',
32488 ))
32489 ->values(array(
32490   'path' => 'admin/structure/block/list/stark',
32491   'load_functions' => '',
32492   'to_arg_functions' => '',
32493   'access_callback' => '_block_themes_access',
32494   '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\";}}",
32495   'page_callback' => 'block_admin_display',
32496   'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
32497   'delivery_callback' => '',
32498   'fit' => '31',
32499   'number_parts' => '5',
32500   'context' => '1',
32501   'tab_parent' => 'admin/structure/block',
32502   'tab_root' => 'admin/structure/block',
32503   'title' => 'Stark',
32504   'title_callback' => 't',
32505   'title_arguments' => '',
32506   'theme_callback' => '',
32507   'theme_arguments' => 'a:0:{}',
32508   'type' => '132',
32509   'description' => '',
32510   'position' => '',
32511   'weight' => '0',
32512   'include_file' => 'modules/block/block.admin.inc',
32513 ))
32514 ->values(array(
32515   'path' => 'admin/structure/block/list/stark/add',
32516   'load_functions' => '',
32517   'to_arg_functions' => '',
32518   'access_callback' => 'user_access',
32519   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32520   'page_callback' => 'drupal_get_form',
32521   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
32522   'delivery_callback' => '',
32523   'fit' => '63',
32524   'number_parts' => '6',
32525   'context' => '1',
32526   'tab_parent' => 'admin/structure/block/list/stark',
32527   'tab_root' => 'admin/structure/block',
32528   'title' => 'Add block',
32529   'title_callback' => 't',
32530   'title_arguments' => '',
32531   'theme_callback' => '',
32532   'theme_arguments' => 'a:0:{}',
32533   'type' => '388',
32534   'description' => '',
32535   'position' => '',
32536   'weight' => '0',
32537   'include_file' => 'modules/block/block.admin.inc',
32538 ))
32539 ->values(array(
32540   'path' => 'admin/structure/block/manage/%/%',
32541   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
32542   'to_arg_functions' => '',
32543   'access_callback' => 'user_access',
32544   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32545   'page_callback' => 'drupal_get_form',
32546   'page_arguments' => 'a:3:{i:0;s:21:"block_admin_configure";i:1;i:4;i:2;i:5;}',
32547   'delivery_callback' => '',
32548   'fit' => '60',
32549   'number_parts' => '6',
32550   'context' => '0',
32551   'tab_parent' => '',
32552   'tab_root' => 'admin/structure/block/manage/%/%',
32553   'title' => 'Configure block',
32554   'title_callback' => 't',
32555   'title_arguments' => '',
32556   'theme_callback' => '',
32557   'theme_arguments' => 'a:0:{}',
32558   'type' => '6',
32559   'description' => '',
32560   'position' => '',
32561   'weight' => '0',
32562   'include_file' => 'modules/block/block.admin.inc',
32563 ))
32564 ->values(array(
32565   'path' => 'admin/structure/block/manage/%/%/configure',
32566   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
32567   'to_arg_functions' => '',
32568   'access_callback' => 'user_access',
32569   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32570   'page_callback' => 'drupal_get_form',
32571   'page_arguments' => 'a:3:{i:0;s:21:"block_admin_configure";i:1;i:4;i:2;i:5;}',
32572   'delivery_callback' => '',
32573   'fit' => '121',
32574   'number_parts' => '7',
32575   'context' => '2',
32576   'tab_parent' => 'admin/structure/block/manage/%/%',
32577   'tab_root' => 'admin/structure/block/manage/%/%',
32578   'title' => 'Configure block',
32579   'title_callback' => 't',
32580   'title_arguments' => '',
32581   'theme_callback' => '',
32582   'theme_arguments' => 'a:0:{}',
32583   'type' => '140',
32584   'description' => '',
32585   'position' => '',
32586   'weight' => '0',
32587   'include_file' => 'modules/block/block.admin.inc',
32588 ))
32589 ->values(array(
32590   'path' => 'admin/structure/block/manage/%/%/delete',
32591   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
32592   'to_arg_functions' => '',
32593   'access_callback' => 'user_access',
32594   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32595   'page_callback' => 'drupal_get_form',
32596   'page_arguments' => 'a:3:{i:0;s:25:"block_custom_block_delete";i:1;i:4;i:2;i:5;}',
32597   'delivery_callback' => '',
32598   'fit' => '121',
32599   'number_parts' => '7',
32600   'context' => '0',
32601   'tab_parent' => 'admin/structure/block/manage/%/%',
32602   'tab_root' => 'admin/structure/block/manage/%/%',
32603   'title' => 'Delete block',
32604   'title_callback' => 't',
32605   'title_arguments' => '',
32606   'theme_callback' => '',
32607   'theme_arguments' => 'a:0:{}',
32608   'type' => '132',
32609   'description' => '',
32610   'position' => '',
32611   'weight' => '0',
32612   'include_file' => 'modules/block/block.admin.inc',
32613 ))
32614 ->values(array(
32615   'path' => 'admin/structure/contact',
32616   'load_functions' => '',
32617   'to_arg_functions' => '',
32618   'access_callback' => 'user_access',
32619   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
32620   'page_callback' => 'contact_category_list',
32621   'page_arguments' => 'a:0:{}',
32622   'delivery_callback' => '',
32623   'fit' => '7',
32624   'number_parts' => '3',
32625   'context' => '0',
32626   'tab_parent' => '',
32627   'tab_root' => 'admin/structure/contact',
32628   'title' => 'Contact form',
32629   'title_callback' => 't',
32630   'title_arguments' => '',
32631   'theme_callback' => '',
32632   'theme_arguments' => 'a:0:{}',
32633   'type' => '6',
32634   'description' => 'Create a system contact form and set up categories for the form to use.',
32635   'position' => '',
32636   'weight' => '0',
32637   'include_file' => 'modules/contact/contact.admin.inc',
32638 ))
32639 ->values(array(
32640   'path' => 'admin/structure/contact/add',
32641   'load_functions' => '',
32642   'to_arg_functions' => '',
32643   'access_callback' => 'user_access',
32644   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
32645   'page_callback' => 'drupal_get_form',
32646   'page_arguments' => 'a:1:{i:0;s:26:"contact_category_edit_form";}',
32647   'delivery_callback' => '',
32648   'fit' => '15',
32649   'number_parts' => '4',
32650   'context' => '1',
32651   'tab_parent' => 'admin/structure/contact',
32652   'tab_root' => 'admin/structure/contact',
32653   'title' => 'Add category',
32654   'title_callback' => 't',
32655   'title_arguments' => '',
32656   'theme_callback' => '',
32657   'theme_arguments' => 'a:0:{}',
32658   'type' => '388',
32659   'description' => '',
32660   'position' => '',
32661   'weight' => '1',
32662   'include_file' => 'modules/contact/contact.admin.inc',
32663 ))
32664 ->values(array(
32665   'path' => 'admin/structure/contact/delete/%',
32666   'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
32667   'to_arg_functions' => '',
32668   'access_callback' => 'user_access',
32669   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
32670   'page_callback' => 'drupal_get_form',
32671   'page_arguments' => 'a:2:{i:0;s:28:"contact_category_delete_form";i:1;i:4;}',
32672   'delivery_callback' => '',
32673   'fit' => '30',
32674   'number_parts' => '5',
32675   'context' => '0',
32676   'tab_parent' => '',
32677   'tab_root' => 'admin/structure/contact/delete/%',
32678   'title' => 'Delete contact',
32679   'title_callback' => 't',
32680   'title_arguments' => '',
32681   'theme_callback' => '',
32682   'theme_arguments' => 'a:0:{}',
32683   'type' => '6',
32684   'description' => '',
32685   'position' => '',
32686   'weight' => '0',
32687   'include_file' => 'modules/contact/contact.admin.inc',
32688 ))
32689 ->values(array(
32690   'path' => 'admin/structure/contact/edit/%',
32691   'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
32692   'to_arg_functions' => '',
32693   'access_callback' => 'user_access',
32694   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
32695   'page_callback' => 'drupal_get_form',
32696   'page_arguments' => 'a:2:{i:0;s:26:"contact_category_edit_form";i:1;i:4;}',
32697   'delivery_callback' => '',
32698   'fit' => '30',
32699   'number_parts' => '5',
32700   'context' => '0',
32701   'tab_parent' => '',
32702   'tab_root' => 'admin/structure/contact/edit/%',
32703   'title' => 'Edit contact category',
32704   'title_callback' => 't',
32705   'title_arguments' => '',
32706   'theme_callback' => '',
32707   'theme_arguments' => 'a:0:{}',
32708   'type' => '6',
32709   'description' => '',
32710   'position' => '',
32711   'weight' => '0',
32712   'include_file' => 'modules/contact/contact.admin.inc',
32713 ))
32714 ->values(array(
32715   'path' => 'admin/structure/forum',
32716   'load_functions' => '',
32717   'to_arg_functions' => '',
32718   'access_callback' => 'user_access',
32719   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
32720   'page_callback' => 'drupal_get_form',
32721   'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
32722   'delivery_callback' => '',
32723   'fit' => '7',
32724   'number_parts' => '3',
32725   'context' => '0',
32726   'tab_parent' => '',
32727   'tab_root' => 'admin/structure/forum',
32728   'title' => 'Forums',
32729   'title_callback' => 't',
32730   'title_arguments' => '',
32731   'theme_callback' => '',
32732   'theme_arguments' => 'a:0:{}',
32733   'type' => '6',
32734   'description' => 'Control forum hierarchy settings.',
32735   'position' => '',
32736   'weight' => '0',
32737   'include_file' => 'modules/forum/forum.admin.inc',
32738 ))
32739 ->values(array(
32740   'path' => 'admin/structure/forum/add/container',
32741   'load_functions' => '',
32742   'to_arg_functions' => '',
32743   'access_callback' => 'user_access',
32744   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
32745   'page_callback' => 'forum_form_main',
32746   'page_arguments' => 'a:1:{i:0;s:9:"container";}',
32747   'delivery_callback' => '',
32748   'fit' => '31',
32749   'number_parts' => '5',
32750   'context' => '1',
32751   'tab_parent' => 'admin/structure/forum',
32752   'tab_root' => 'admin/structure/forum',
32753   'title' => 'Add container',
32754   'title_callback' => 't',
32755   'title_arguments' => '',
32756   'theme_callback' => '',
32757   'theme_arguments' => 'a:0:{}',
32758   'type' => '388',
32759   'description' => '',
32760   'position' => '',
32761   'weight' => '0',
32762   'include_file' => 'modules/forum/forum.admin.inc',
32763 ))
32764 ->values(array(
32765   'path' => 'admin/structure/forum/add/forum',
32766   'load_functions' => '',
32767   'to_arg_functions' => '',
32768   'access_callback' => 'user_access',
32769   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
32770   'page_callback' => 'forum_form_main',
32771   'page_arguments' => 'a:1:{i:0;s:5:"forum";}',
32772   'delivery_callback' => '',
32773   'fit' => '31',
32774   'number_parts' => '5',
32775   'context' => '1',
32776   'tab_parent' => 'admin/structure/forum',
32777   'tab_root' => 'admin/structure/forum',
32778   'title' => 'Add forum',
32779   'title_callback' => 't',
32780   'title_arguments' => '',
32781   'theme_callback' => '',
32782   'theme_arguments' => 'a:0:{}',
32783   'type' => '388',
32784   'description' => '',
32785   'position' => '',
32786   'weight' => '0',
32787   'include_file' => 'modules/forum/forum.admin.inc',
32788 ))
32789 ->values(array(
32790   'path' => 'admin/structure/forum/edit/container/%',
32791   'load_functions' => 'a:1:{i:5;s:18:"taxonomy_term_load";}',
32792   'to_arg_functions' => '',
32793   'access_callback' => 'user_access',
32794   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
32795   'page_callback' => 'forum_form_main',
32796   'page_arguments' => 'a:2:{i:0;s:9:"container";i:1;i:5;}',
32797   'delivery_callback' => '',
32798   'fit' => '62',
32799   'number_parts' => '6',
32800   'context' => '0',
32801   'tab_parent' => '',
32802   'tab_root' => 'admin/structure/forum/edit/container/%',
32803   'title' => 'Edit container',
32804   'title_callback' => 't',
32805   'title_arguments' => '',
32806   'theme_callback' => '',
32807   'theme_arguments' => 'a:0:{}',
32808   'type' => '6',
32809   'description' => '',
32810   'position' => '',
32811   'weight' => '0',
32812   'include_file' => 'modules/forum/forum.admin.inc',
32813 ))
32814 ->values(array(
32815   'path' => 'admin/structure/forum/edit/forum/%',
32816   'load_functions' => 'a:1:{i:5;s:18:"taxonomy_term_load";}',
32817   'to_arg_functions' => '',
32818   'access_callback' => 'user_access',
32819   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
32820   'page_callback' => 'forum_form_main',
32821   'page_arguments' => 'a:2:{i:0;s:5:"forum";i:1;i:5;}',
32822   'delivery_callback' => '',
32823   'fit' => '62',
32824   'number_parts' => '6',
32825   'context' => '0',
32826   'tab_parent' => '',
32827   'tab_root' => 'admin/structure/forum/edit/forum/%',
32828   'title' => 'Edit forum',
32829   'title_callback' => 't',
32830   'title_arguments' => '',
32831   'theme_callback' => '',
32832   'theme_arguments' => 'a:0:{}',
32833   'type' => '6',
32834   'description' => '',
32835   'position' => '',
32836   'weight' => '0',
32837   'include_file' => 'modules/forum/forum.admin.inc',
32838 ))
32839 ->values(array(
32840   'path' => 'admin/structure/forum/list',
32841   'load_functions' => '',
32842   'to_arg_functions' => '',
32843   'access_callback' => 'user_access',
32844   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
32845   'page_callback' => 'drupal_get_form',
32846   'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
32847   'delivery_callback' => '',
32848   'fit' => '15',
32849   'number_parts' => '4',
32850   'context' => '1',
32851   'tab_parent' => 'admin/structure/forum',
32852   'tab_root' => 'admin/structure/forum',
32853   'title' => 'List',
32854   'title_callback' => 't',
32855   'title_arguments' => '',
32856   'theme_callback' => '',
32857   'theme_arguments' => 'a:0:{}',
32858   'type' => '140',
32859   'description' => '',
32860   'position' => '',
32861   'weight' => '-10',
32862   'include_file' => 'modules/forum/forum.admin.inc',
32863 ))
32864 ->values(array(
32865   'path' => 'admin/structure/forum/settings',
32866   'load_functions' => '',
32867   'to_arg_functions' => '',
32868   'access_callback' => 'user_access',
32869   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
32870   'page_callback' => 'drupal_get_form',
32871   'page_arguments' => 'a:1:{i:0;s:20:"forum_admin_settings";}',
32872   'delivery_callback' => '',
32873   'fit' => '15',
32874   'number_parts' => '4',
32875   'context' => '1',
32876   'tab_parent' => 'admin/structure/forum',
32877   'tab_root' => 'admin/structure/forum',
32878   'title' => 'Settings',
32879   'title_callback' => 't',
32880   'title_arguments' => '',
32881   'theme_callback' => '',
32882   'theme_arguments' => 'a:0:{}',
32883   'type' => '132',
32884   'description' => '',
32885   'position' => '',
32886   'weight' => '5',
32887   'include_file' => 'modules/forum/forum.admin.inc',
32888 ))
32889 ->values(array(
32890   'path' => 'admin/structure/menu',
32891   'load_functions' => '',
32892   'to_arg_functions' => '',
32893   'access_callback' => 'user_access',
32894   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
32895   'page_callback' => 'menu_overview_page',
32896   'page_arguments' => 'a:0:{}',
32897   'delivery_callback' => '',
32898   'fit' => '7',
32899   'number_parts' => '3',
32900   'context' => '0',
32901   'tab_parent' => '',
32902   'tab_root' => 'admin/structure/menu',
32903   'title' => 'Menus',
32904   'title_callback' => 't',
32905   'title_arguments' => '',
32906   'theme_callback' => '',
32907   'theme_arguments' => 'a:0:{}',
32908   'type' => '6',
32909   'description' => 'Add new menus to your site, edit existing menus, and rename and reorganize menu links.',
32910   'position' => '',
32911   'weight' => '0',
32912   'include_file' => 'modules/menu/menu.admin.inc',
32913 ))
32914 ->values(array(
32915   'path' => 'admin/structure/menu/add',
32916   'load_functions' => '',
32917   'to_arg_functions' => '',
32918   'access_callback' => 'user_access',
32919   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
32920   'page_callback' => 'drupal_get_form',
32921   'page_arguments' => 'a:2:{i:0;s:14:"menu_edit_menu";i:1;s:3:"add";}',
32922   'delivery_callback' => '',
32923   'fit' => '15',
32924   'number_parts' => '4',
32925   'context' => '1',
32926   'tab_parent' => 'admin/structure/menu',
32927   'tab_root' => 'admin/structure/menu',
32928   'title' => 'Add menu',
32929   'title_callback' => 't',
32930   'title_arguments' => '',
32931   'theme_callback' => '',
32932   'theme_arguments' => 'a:0:{}',
32933   'type' => '388',
32934   'description' => '',
32935   'position' => '',
32936   'weight' => '0',
32937   'include_file' => 'modules/menu/menu.admin.inc',
32938 ))
32939 ->values(array(
32940   'path' => 'admin/structure/menu/item/%/delete',
32941   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
32942   'to_arg_functions' => '',
32943   'access_callback' => 'user_access',
32944   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
32945   'page_callback' => 'menu_item_delete_page',
32946   'page_arguments' => 'a:1:{i:0;i:4;}',
32947   'delivery_callback' => '',
32948   'fit' => '61',
32949   'number_parts' => '6',
32950   'context' => '0',
32951   'tab_parent' => '',
32952   'tab_root' => 'admin/structure/menu/item/%/delete',
32953   'title' => 'Delete menu link',
32954   'title_callback' => 't',
32955   'title_arguments' => '',
32956   'theme_callback' => '',
32957   'theme_arguments' => 'a:0:{}',
32958   'type' => '6',
32959   'description' => '',
32960   'position' => '',
32961   'weight' => '0',
32962   'include_file' => 'modules/menu/menu.admin.inc',
32963 ))
32964 ->values(array(
32965   'path' => 'admin/structure/menu/item/%/edit',
32966   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
32967   'to_arg_functions' => '',
32968   'access_callback' => 'user_access',
32969   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
32970   'page_callback' => 'drupal_get_form',
32971   'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:4:"edit";i:2;i:4;i:3;N;}',
32972   'delivery_callback' => '',
32973   'fit' => '61',
32974   'number_parts' => '6',
32975   'context' => '0',
32976   'tab_parent' => '',
32977   'tab_root' => 'admin/structure/menu/item/%/edit',
32978   'title' => 'Edit menu link',
32979   'title_callback' => 't',
32980   'title_arguments' => '',
32981   'theme_callback' => '',
32982   'theme_arguments' => 'a:0:{}',
32983   'type' => '6',
32984   'description' => '',
32985   'position' => '',
32986   'weight' => '0',
32987   'include_file' => 'modules/menu/menu.admin.inc',
32988 ))
32989 ->values(array(
32990   'path' => 'admin/structure/menu/item/%/reset',
32991   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
32992   'to_arg_functions' => '',
32993   'access_callback' => 'user_access',
32994   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
32995   'page_callback' => 'drupal_get_form',
32996   'page_arguments' => 'a:2:{i:0;s:23:"menu_reset_item_confirm";i:1;i:4;}',
32997   'delivery_callback' => '',
32998   'fit' => '61',
32999   'number_parts' => '6',
33000   'context' => '0',
33001   'tab_parent' => '',
33002   'tab_root' => 'admin/structure/menu/item/%/reset',
33003   'title' => 'Reset menu link',
33004   'title_callback' => 't',
33005   'title_arguments' => '',
33006   'theme_callback' => '',
33007   'theme_arguments' => 'a:0:{}',
33008   'type' => '6',
33009   'description' => '',
33010   'position' => '',
33011   'weight' => '0',
33012   'include_file' => 'modules/menu/menu.admin.inc',
33013 ))
33014 ->values(array(
33015   'path' => 'admin/structure/menu/list',
33016   'load_functions' => '',
33017   'to_arg_functions' => '',
33018   'access_callback' => 'user_access',
33019   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33020   'page_callback' => 'menu_overview_page',
33021   'page_arguments' => 'a:0:{}',
33022   'delivery_callback' => '',
33023   'fit' => '15',
33024   'number_parts' => '4',
33025   'context' => '1',
33026   'tab_parent' => 'admin/structure/menu',
33027   'tab_root' => 'admin/structure/menu',
33028   'title' => 'List menus',
33029   'title_callback' => 't',
33030   'title_arguments' => '',
33031   'theme_callback' => '',
33032   'theme_arguments' => 'a:0:{}',
33033   'type' => '140',
33034   'description' => '',
33035   'position' => '',
33036   'weight' => '-10',
33037   'include_file' => 'modules/menu/menu.admin.inc',
33038 ))
33039 ->values(array(
33040   'path' => 'admin/structure/menu/manage/%',
33041   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
33042   'to_arg_functions' => '',
33043   'access_callback' => 'user_access',
33044   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33045   'page_callback' => 'drupal_get_form',
33046   'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:4;}',
33047   'delivery_callback' => '',
33048   'fit' => '30',
33049   'number_parts' => '5',
33050   'context' => '0',
33051   'tab_parent' => '',
33052   'tab_root' => 'admin/structure/menu/manage/%',
33053   'title' => 'Customize menu',
33054   'title_callback' => 'menu_overview_title',
33055   'title_arguments' => 'a:1:{i:0;i:4;}',
33056   'theme_callback' => '',
33057   'theme_arguments' => 'a:0:{}',
33058   'type' => '6',
33059   'description' => '',
33060   'position' => '',
33061   'weight' => '0',
33062   'include_file' => 'modules/menu/menu.admin.inc',
33063 ))
33064 ->values(array(
33065   'path' => 'admin/structure/menu/manage/%/add',
33066   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
33067   'to_arg_functions' => '',
33068   'access_callback' => 'user_access',
33069   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33070   'page_callback' => 'drupal_get_form',
33071   'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:3:"add";i:2;N;i:3;i:4;}',
33072   'delivery_callback' => '',
33073   'fit' => '61',
33074   'number_parts' => '6',
33075   'context' => '1',
33076   'tab_parent' => 'admin/structure/menu/manage/%',
33077   'tab_root' => 'admin/structure/menu/manage/%',
33078   'title' => 'Add link',
33079   'title_callback' => 't',
33080   'title_arguments' => '',
33081   'theme_callback' => '',
33082   'theme_arguments' => 'a:0:{}',
33083   'type' => '388',
33084   'description' => '',
33085   'position' => '',
33086   'weight' => '0',
33087   'include_file' => 'modules/menu/menu.admin.inc',
33088 ))
33089 ->values(array(
33090   'path' => 'admin/structure/menu/manage/%/delete',
33091   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
33092   'to_arg_functions' => '',
33093   'access_callback' => 'user_access',
33094   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33095   'page_callback' => 'menu_delete_menu_page',
33096   'page_arguments' => 'a:1:{i:0;i:4;}',
33097   'delivery_callback' => '',
33098   'fit' => '61',
33099   'number_parts' => '6',
33100   'context' => '0',
33101   'tab_parent' => '',
33102   'tab_root' => 'admin/structure/menu/manage/%/delete',
33103   'title' => 'Delete menu',
33104   'title_callback' => 't',
33105   'title_arguments' => '',
33106   'theme_callback' => '',
33107   'theme_arguments' => 'a:0:{}',
33108   'type' => '6',
33109   'description' => '',
33110   'position' => '',
33111   'weight' => '0',
33112   'include_file' => 'modules/menu/menu.admin.inc',
33113 ))
33114 ->values(array(
33115   'path' => 'admin/structure/menu/manage/%/edit',
33116   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
33117   'to_arg_functions' => '',
33118   'access_callback' => 'user_access',
33119   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33120   'page_callback' => 'drupal_get_form',
33121   'page_arguments' => 'a:3:{i:0;s:14:"menu_edit_menu";i:1;s:4:"edit";i:2;i:4;}',
33122   'delivery_callback' => '',
33123   'fit' => '61',
33124   'number_parts' => '6',
33125   'context' => '3',
33126   'tab_parent' => 'admin/structure/menu/manage/%',
33127   'tab_root' => 'admin/structure/menu/manage/%',
33128   'title' => 'Edit menu',
33129   'title_callback' => 't',
33130   'title_arguments' => '',
33131   'theme_callback' => '',
33132   'theme_arguments' => 'a:0:{}',
33133   'type' => '132',
33134   'description' => '',
33135   'position' => '',
33136   'weight' => '0',
33137   'include_file' => 'modules/menu/menu.admin.inc',
33138 ))
33139 ->values(array(
33140   'path' => 'admin/structure/menu/manage/%/list',
33141   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
33142   'to_arg_functions' => '',
33143   'access_callback' => 'user_access',
33144   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33145   'page_callback' => 'drupal_get_form',
33146   'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:4;}',
33147   'delivery_callback' => '',
33148   'fit' => '61',
33149   'number_parts' => '6',
33150   'context' => '3',
33151   'tab_parent' => 'admin/structure/menu/manage/%',
33152   'tab_root' => 'admin/structure/menu/manage/%',
33153   'title' => 'List links',
33154   'title_callback' => 't',
33155   'title_arguments' => '',
33156   'theme_callback' => '',
33157   'theme_arguments' => 'a:0:{}',
33158   'type' => '140',
33159   'description' => '',
33160   'position' => '',
33161   'weight' => '-10',
33162   'include_file' => 'modules/menu/menu.admin.inc',
33163 ))
33164 ->values(array(
33165   'path' => 'admin/structure/menu/parents',
33166   'load_functions' => '',
33167   'to_arg_functions' => '',
33168   'access_callback' => 'user_access',
33169   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33170   'page_callback' => 'menu_parent_options_js',
33171   'page_arguments' => 'a:0:{}',
33172   'delivery_callback' => '',
33173   'fit' => '15',
33174   'number_parts' => '4',
33175   'context' => '0',
33176   'tab_parent' => '',
33177   'tab_root' => 'admin/structure/menu/parents',
33178   'title' => 'Parent menu items',
33179   'title_callback' => 't',
33180   'title_arguments' => '',
33181   'theme_callback' => '',
33182   'theme_arguments' => 'a:0:{}',
33183   'type' => '0',
33184   'description' => '',
33185   'position' => '',
33186   'weight' => '0',
33187   'include_file' => '',
33188 ))
33189 ->values(array(
33190   'path' => 'admin/structure/menu/settings',
33191   'load_functions' => '',
33192   'to_arg_functions' => '',
33193   'access_callback' => 'user_access',
33194   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33195   'page_callback' => 'drupal_get_form',
33196   'page_arguments' => 'a:1:{i:0;s:14:"menu_configure";}',
33197   'delivery_callback' => '',
33198   'fit' => '15',
33199   'number_parts' => '4',
33200   'context' => '1',
33201   'tab_parent' => 'admin/structure/menu',
33202   'tab_root' => 'admin/structure/menu',
33203   'title' => 'Settings',
33204   'title_callback' => 't',
33205   'title_arguments' => '',
33206   'theme_callback' => '',
33207   'theme_arguments' => 'a:0:{}',
33208   'type' => '132',
33209   'description' => '',
33210   'position' => '',
33211   'weight' => '5',
33212   'include_file' => 'modules/menu/menu.admin.inc',
33213 ))
33214 ->values(array(
33215   'path' => 'admin/structure/taxonomy',
33216   'load_functions' => '',
33217   'to_arg_functions' => '',
33218   'access_callback' => 'user_access',
33219   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33220   'page_callback' => 'drupal_get_form',
33221   'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}',
33222   'delivery_callback' => '',
33223   'fit' => '7',
33224   'number_parts' => '3',
33225   'context' => '0',
33226   'tab_parent' => '',
33227   'tab_root' => 'admin/structure/taxonomy',
33228   'title' => 'Taxonomy',
33229   'title_callback' => 't',
33230   'title_arguments' => '',
33231   'theme_callback' => '',
33232   'theme_arguments' => 'a:0:{}',
33233   'type' => '6',
33234   'description' => 'Manage tagging, categorization, and classification of your content.',
33235   'position' => '',
33236   'weight' => '0',
33237   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33238 ))
33239 ->values(array(
33240   'path' => 'admin/structure/taxonomy/%',
33241   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33242   'to_arg_functions' => '',
33243   'access_callback' => 'user_access',
33244   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33245   'page_callback' => 'drupal_get_form',
33246   'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}',
33247   'delivery_callback' => '',
33248   'fit' => '14',
33249   'number_parts' => '4',
33250   'context' => '0',
33251   'tab_parent' => '',
33252   'tab_root' => 'admin/structure/taxonomy/%',
33253   'title' => '',
33254   'title_callback' => 'entity_label',
33255   'title_arguments' => 'a:2:{i:0;s:19:"taxonomy_vocabulary";i:1;i:3;}',
33256   'theme_callback' => '',
33257   'theme_arguments' => 'a:0:{}',
33258   'type' => '6',
33259   'description' => '',
33260   'position' => '',
33261   'weight' => '0',
33262   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33263 ))
33264 ->values(array(
33265   'path' => 'admin/structure/taxonomy/%/add',
33266   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33267   'to_arg_functions' => '',
33268   'access_callback' => 'user_access',
33269   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33270   'page_callback' => 'drupal_get_form',
33271   'page_arguments' => 'a:3:{i:0;s:18:"taxonomy_form_term";i:1;a:0:{}i:2;i:3;}',
33272   'delivery_callback' => '',
33273   'fit' => '29',
33274   'number_parts' => '5',
33275   'context' => '1',
33276   'tab_parent' => 'admin/structure/taxonomy/%',
33277   'tab_root' => 'admin/structure/taxonomy/%',
33278   'title' => 'Add term',
33279   'title_callback' => 't',
33280   'title_arguments' => '',
33281   'theme_callback' => '',
33282   'theme_arguments' => 'a:0:{}',
33283   'type' => '388',
33284   'description' => '',
33285   'position' => '',
33286   'weight' => '0',
33287   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33288 ))
33289 ->values(array(
33290   'path' => 'admin/structure/taxonomy/%/display',
33291   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33292   'to_arg_functions' => '',
33293   'access_callback' => 'user_access',
33294   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33295   'page_callback' => 'drupal_get_form',
33296   '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";}',
33297   'delivery_callback' => '',
33298   'fit' => '29',
33299   'number_parts' => '5',
33300   'context' => '1',
33301   'tab_parent' => 'admin/structure/taxonomy/%',
33302   'tab_root' => 'admin/structure/taxonomy/%',
33303   'title' => 'Manage display',
33304   'title_callback' => 't',
33305   'title_arguments' => '',
33306   'theme_callback' => '',
33307   'theme_arguments' => 'a:0:{}',
33308   'type' => '132',
33309   'description' => '',
33310   'position' => '',
33311   'weight' => '2',
33312   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33313 ))
33314 ->values(array(
33315   'path' => 'admin/structure/taxonomy/%/display/default',
33316   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33317   'to_arg_functions' => '',
33318   'access_callback' => '_field_ui_view_mode_menu_access',
33319   '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";}',
33320   'page_callback' => 'drupal_get_form',
33321   '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";}',
33322   'delivery_callback' => '',
33323   'fit' => '59',
33324   'number_parts' => '6',
33325   'context' => '1',
33326   'tab_parent' => 'admin/structure/taxonomy/%/display',
33327   'tab_root' => 'admin/structure/taxonomy/%',
33328   'title' => 'Default',
33329   'title_callback' => 't',
33330   'title_arguments' => '',
33331   'theme_callback' => '',
33332   'theme_arguments' => 'a:0:{}',
33333   'type' => '140',
33334   'description' => '',
33335   'position' => '',
33336   'weight' => '-10',
33337   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33338 ))
33339 ->values(array(
33340   'path' => 'admin/structure/taxonomy/%/display/full',
33341   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33342   'to_arg_functions' => '',
33343   'access_callback' => '_field_ui_view_mode_menu_access',
33344   '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";}',
33345   'page_callback' => 'drupal_get_form',
33346   '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";}',
33347   'delivery_callback' => '',
33348   'fit' => '59',
33349   'number_parts' => '6',
33350   'context' => '1',
33351   'tab_parent' => 'admin/structure/taxonomy/%/display',
33352   'tab_root' => 'admin/structure/taxonomy/%',
33353   'title' => 'Taxonomy term page',
33354   'title_callback' => 't',
33355   'title_arguments' => '',
33356   'theme_callback' => '',
33357   'theme_arguments' => 'a:0:{}',
33358   'type' => '132',
33359   'description' => '',
33360   'position' => '',
33361   'weight' => '0',
33362   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33363 ))
33364 ->values(array(
33365   'path' => 'admin/structure/taxonomy/%/edit',
33366   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33367   'to_arg_functions' => '',
33368   'access_callback' => 'user_access',
33369   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33370   'page_callback' => 'drupal_get_form',
33371   'page_arguments' => 'a:2:{i:0;s:24:"taxonomy_form_vocabulary";i:1;i:3;}',
33372   'delivery_callback' => '',
33373   'fit' => '29',
33374   'number_parts' => '5',
33375   'context' => '1',
33376   'tab_parent' => 'admin/structure/taxonomy/%',
33377   'tab_root' => 'admin/structure/taxonomy/%',
33378   'title' => 'Edit',
33379   'title_callback' => 't',
33380   'title_arguments' => '',
33381   'theme_callback' => '',
33382   'theme_arguments' => 'a:0:{}',
33383   'type' => '132',
33384   'description' => '',
33385   'position' => '',
33386   'weight' => '-10',
33387   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33388 ))
33389 ->values(array(
33390   'path' => 'admin/structure/taxonomy/%/fields',
33391   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33392   'to_arg_functions' => '',
33393   'access_callback' => 'user_access',
33394   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33395   'page_callback' => 'drupal_get_form',
33396   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:13:"taxonomy_term";i:2;i:3;}',
33397   'delivery_callback' => '',
33398   'fit' => '29',
33399   'number_parts' => '5',
33400   'context' => '1',
33401   'tab_parent' => 'admin/structure/taxonomy/%',
33402   'tab_root' => 'admin/structure/taxonomy/%',
33403   'title' => 'Manage fields',
33404   'title_callback' => 't',
33405   'title_arguments' => '',
33406   'theme_callback' => '',
33407   'theme_arguments' => 'a:0:{}',
33408   'type' => '132',
33409   'description' => '',
33410   'position' => '',
33411   'weight' => '1',
33412   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33413 ))
33414 ->values(array(
33415   'path' => 'admin/structure/taxonomy/%/fields/%',
33416   '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";}}}',
33417   'to_arg_functions' => '',
33418   'access_callback' => 'user_access',
33419   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33420   'page_callback' => 'drupal_get_form',
33421   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
33422   'delivery_callback' => '',
33423   'fit' => '58',
33424   'number_parts' => '6',
33425   'context' => '0',
33426   'tab_parent' => '',
33427   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
33428   'title' => '',
33429   'title_callback' => 'field_ui_menu_title',
33430   'title_arguments' => 'a:1:{i:0;i:5;}',
33431   'theme_callback' => '',
33432   'theme_arguments' => 'a:0:{}',
33433   'type' => '6',
33434   'description' => '',
33435   'position' => '',
33436   'weight' => '0',
33437   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33438 ))
33439 ->values(array(
33440   'path' => 'admin/structure/taxonomy/%/fields/%/delete',
33441   '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";}}}',
33442   'to_arg_functions' => '',
33443   'access_callback' => 'user_access',
33444   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33445   'page_callback' => 'drupal_get_form',
33446   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:5;}',
33447   'delivery_callback' => '',
33448   'fit' => '117',
33449   'number_parts' => '7',
33450   'context' => '1',
33451   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
33452   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
33453   'title' => 'Delete',
33454   'title_callback' => 't',
33455   'title_arguments' => '',
33456   'theme_callback' => '',
33457   'theme_arguments' => 'a:0:{}',
33458   'type' => '132',
33459   'description' => '',
33460   'position' => '',
33461   'weight' => '10',
33462   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33463 ))
33464 ->values(array(
33465   'path' => 'admin/structure/taxonomy/%/fields/%/edit',
33466   '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";}}}',
33467   'to_arg_functions' => '',
33468   'access_callback' => 'user_access',
33469   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33470   'page_callback' => 'drupal_get_form',
33471   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
33472   'delivery_callback' => '',
33473   'fit' => '117',
33474   'number_parts' => '7',
33475   'context' => '1',
33476   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
33477   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
33478   'title' => 'Edit',
33479   'title_callback' => 't',
33480   'title_arguments' => '',
33481   'theme_callback' => '',
33482   'theme_arguments' => 'a:0:{}',
33483   'type' => '140',
33484   'description' => '',
33485   'position' => '',
33486   'weight' => '0',
33487   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33488 ))
33489 ->values(array(
33490   'path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
33491   '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";}}}',
33492   'to_arg_functions' => '',
33493   'access_callback' => 'user_access',
33494   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33495   'page_callback' => 'drupal_get_form',
33496   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:5;}',
33497   'delivery_callback' => '',
33498   'fit' => '117',
33499   'number_parts' => '7',
33500   'context' => '1',
33501   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
33502   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
33503   'title' => 'Field settings',
33504   'title_callback' => 't',
33505   'title_arguments' => '',
33506   'theme_callback' => '',
33507   'theme_arguments' => 'a:0:{}',
33508   'type' => '132',
33509   'description' => '',
33510   'position' => '',
33511   'weight' => '0',
33512   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33513 ))
33514 ->values(array(
33515   'path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
33516   '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";}}}',
33517   'to_arg_functions' => '',
33518   'access_callback' => 'user_access',
33519   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33520   'page_callback' => 'drupal_get_form',
33521   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:5;}',
33522   'delivery_callback' => '',
33523   'fit' => '117',
33524   'number_parts' => '7',
33525   'context' => '1',
33526   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
33527   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
33528   'title' => 'Widget type',
33529   'title_callback' => 't',
33530   'title_arguments' => '',
33531   'theme_callback' => '',
33532   'theme_arguments' => 'a:0:{}',
33533   'type' => '132',
33534   'description' => '',
33535   'position' => '',
33536   'weight' => '0',
33537   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33538 ))
33539 ->values(array(
33540   'path' => 'admin/structure/taxonomy/%/list',
33541   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33542   'to_arg_functions' => '',
33543   'access_callback' => 'user_access',
33544   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33545   'page_callback' => 'drupal_get_form',
33546   'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}',
33547   'delivery_callback' => '',
33548   'fit' => '29',
33549   'number_parts' => '5',
33550   'context' => '1',
33551   'tab_parent' => 'admin/structure/taxonomy/%',
33552   'tab_root' => 'admin/structure/taxonomy/%',
33553   'title' => 'List',
33554   'title_callback' => 't',
33555   'title_arguments' => '',
33556   'theme_callback' => '',
33557   'theme_arguments' => 'a:0:{}',
33558   'type' => '140',
33559   'description' => '',
33560   'position' => '',
33561   'weight' => '-20',
33562   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33563 ))
33564 ->values(array(
33565   'path' => 'admin/structure/taxonomy/add',
33566   'load_functions' => '',
33567   'to_arg_functions' => '',
33568   'access_callback' => 'user_access',
33569   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33570   'page_callback' => 'drupal_get_form',
33571   'page_arguments' => 'a:1:{i:0;s:24:"taxonomy_form_vocabulary";}',
33572   'delivery_callback' => '',
33573   'fit' => '15',
33574   'number_parts' => '4',
33575   'context' => '1',
33576   'tab_parent' => 'admin/structure/taxonomy',
33577   'tab_root' => 'admin/structure/taxonomy',
33578   'title' => 'Add vocabulary',
33579   'title_callback' => 't',
33580   'title_arguments' => '',
33581   'theme_callback' => '',
33582   'theme_arguments' => 'a:0:{}',
33583   'type' => '388',
33584   'description' => '',
33585   'position' => '',
33586   'weight' => '0',
33587   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33588 ))
33589 ->values(array(
33590   'path' => 'admin/structure/taxonomy/list',
33591   'load_functions' => '',
33592   'to_arg_functions' => '',
33593   'access_callback' => 'user_access',
33594   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33595   'page_callback' => 'drupal_get_form',
33596   'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}',
33597   'delivery_callback' => '',
33598   'fit' => '15',
33599   'number_parts' => '4',
33600   'context' => '1',
33601   'tab_parent' => 'admin/structure/taxonomy',
33602   'tab_root' => 'admin/structure/taxonomy',
33603   'title' => 'List',
33604   'title_callback' => 't',
33605   'title_arguments' => '',
33606   'theme_callback' => '',
33607   'theme_arguments' => 'a:0:{}',
33608   'type' => '140',
33609   'description' => '',
33610   'position' => '',
33611   'weight' => '-10',
33612   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33613 ))
33614 ->values(array(
33615   'path' => 'admin/structure/trigger',
33616   'load_functions' => '',
33617   'to_arg_functions' => '',
33618   'access_callback' => 'user_access',
33619   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
33620   'page_callback' => 'trigger_assign',
33621   'page_arguments' => 'a:0:{}',
33622   'delivery_callback' => '',
33623   'fit' => '7',
33624   'number_parts' => '3',
33625   'context' => '0',
33626   'tab_parent' => '',
33627   'tab_root' => 'admin/structure/trigger',
33628   'title' => 'Triggers',
33629   'title_callback' => 't',
33630   'title_arguments' => '',
33631   'theme_callback' => '',
33632   'theme_arguments' => 'a:0:{}',
33633   'type' => '6',
33634   'description' => 'Configure when to execute actions.',
33635   'position' => '',
33636   'weight' => '0',
33637   'include_file' => 'modules/trigger/trigger.admin.inc',
33638 ))
33639 ->values(array(
33640   'path' => 'admin/structure/trigger/comment',
33641   'load_functions' => '',
33642   'to_arg_functions' => '',
33643   'access_callback' => 'user_access',
33644   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
33645   'page_callback' => 'trigger_assign',
33646   'page_arguments' => 'a:1:{i:0;s:7:"comment";}',
33647   'delivery_callback' => '',
33648   'fit' => '15',
33649   'number_parts' => '4',
33650   'context' => '1',
33651   'tab_parent' => 'admin/structure/trigger',
33652   'tab_root' => 'admin/structure/trigger',
33653   'title' => 'Comment',
33654   'title_callback' => 't',
33655   'title_arguments' => '',
33656   'theme_callback' => '',
33657   'theme_arguments' => 'a:0:{}',
33658   'type' => '132',
33659   'description' => '',
33660   'position' => '',
33661   'weight' => '0',
33662   'include_file' => 'modules/trigger/trigger.admin.inc',
33663 ))
33664 ->values(array(
33665   'path' => 'admin/structure/trigger/node',
33666   'load_functions' => '',
33667   'to_arg_functions' => '',
33668   'access_callback' => 'user_access',
33669   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
33670   'page_callback' => 'trigger_assign',
33671   'page_arguments' => 'a:1:{i:0;s:4:"node";}',
33672   'delivery_callback' => '',
33673   'fit' => '15',
33674   'number_parts' => '4',
33675   'context' => '1',
33676   'tab_parent' => 'admin/structure/trigger',
33677   'tab_root' => 'admin/structure/trigger',
33678   'title' => 'Node',
33679   'title_callback' => 't',
33680   'title_arguments' => '',
33681   'theme_callback' => '',
33682   'theme_arguments' => 'a:0:{}',
33683   'type' => '132',
33684   'description' => '',
33685   'position' => '',
33686   'weight' => '0',
33687   'include_file' => 'modules/trigger/trigger.admin.inc',
33688 ))
33689 ->values(array(
33690   'path' => 'admin/structure/trigger/system',
33691   'load_functions' => '',
33692   'to_arg_functions' => '',
33693   'access_callback' => 'user_access',
33694   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
33695   'page_callback' => 'trigger_assign',
33696   'page_arguments' => 'a:1:{i:0;s:6:"system";}',
33697   'delivery_callback' => '',
33698   'fit' => '15',
33699   'number_parts' => '4',
33700   'context' => '1',
33701   'tab_parent' => 'admin/structure/trigger',
33702   'tab_root' => 'admin/structure/trigger',
33703   'title' => 'System',
33704   'title_callback' => 't',
33705   'title_arguments' => '',
33706   'theme_callback' => '',
33707   'theme_arguments' => 'a:0:{}',
33708   'type' => '132',
33709   'description' => '',
33710   'position' => '',
33711   'weight' => '0',
33712   'include_file' => 'modules/trigger/trigger.admin.inc',
33713 ))
33714 ->values(array(
33715   'path' => 'admin/structure/trigger/taxonomy',
33716   'load_functions' => '',
33717   'to_arg_functions' => '',
33718   'access_callback' => 'user_access',
33719   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
33720   'page_callback' => 'trigger_assign',
33721   'page_arguments' => 'a:1:{i:0;s:8:"taxonomy";}',
33722   'delivery_callback' => '',
33723   'fit' => '15',
33724   'number_parts' => '4',
33725   'context' => '1',
33726   'tab_parent' => 'admin/structure/trigger',
33727   'tab_root' => 'admin/structure/trigger',
33728   'title' => 'Taxonomy',
33729   'title_callback' => 't',
33730   'title_arguments' => '',
33731   'theme_callback' => '',
33732   'theme_arguments' => 'a:0:{}',
33733   'type' => '132',
33734   'description' => '',
33735   'position' => '',
33736   'weight' => '0',
33737   'include_file' => 'modules/trigger/trigger.admin.inc',
33738 ))
33739 ->values(array(
33740   'path' => 'admin/structure/trigger/unassign',
33741   'load_functions' => '',
33742   'to_arg_functions' => '',
33743   'access_callback' => 'trigger_menu_unassign_access',
33744   'access_arguments' => 'a:0:{}',
33745   'page_callback' => 'drupal_get_form',
33746   'page_arguments' => 'a:1:{i:0;s:16:"trigger_unassign";}',
33747   'delivery_callback' => '',
33748   'fit' => '15',
33749   'number_parts' => '4',
33750   'context' => '0',
33751   'tab_parent' => '',
33752   'tab_root' => 'admin/structure/trigger/unassign',
33753   'title' => 'Unassign',
33754   'title_callback' => 't',
33755   'title_arguments' => '',
33756   'theme_callback' => '',
33757   'theme_arguments' => 'a:0:{}',
33758   'type' => '4',
33759   'description' => 'Unassign an action from a trigger.',
33760   'position' => '',
33761   'weight' => '0',
33762   'include_file' => 'modules/trigger/trigger.admin.inc',
33763 ))
33764 ->values(array(
33765   'path' => 'admin/structure/trigger/user',
33766   'load_functions' => '',
33767   'to_arg_functions' => '',
33768   'access_callback' => 'user_access',
33769   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
33770   'page_callback' => 'trigger_assign',
33771   'page_arguments' => 'a:1:{i:0;s:4:"user";}',
33772   'delivery_callback' => '',
33773   'fit' => '15',
33774   'number_parts' => '4',
33775   'context' => '1',
33776   'tab_parent' => 'admin/structure/trigger',
33777   'tab_root' => 'admin/structure/trigger',
33778   'title' => 'User',
33779   'title_callback' => 't',
33780   'title_arguments' => '',
33781   'theme_callback' => '',
33782   'theme_arguments' => 'a:0:{}',
33783   'type' => '132',
33784   'description' => '',
33785   'position' => '',
33786   'weight' => '0',
33787   'include_file' => 'modules/trigger/trigger.admin.inc',
33788 ))
33789 ->values(array(
33790   'path' => 'admin/structure/types',
33791   'load_functions' => '',
33792   'to_arg_functions' => '',
33793   'access_callback' => 'user_access',
33794   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
33795   'page_callback' => 'node_overview_types',
33796   'page_arguments' => 'a:0:{}',
33797   'delivery_callback' => '',
33798   'fit' => '7',
33799   'number_parts' => '3',
33800   'context' => '0',
33801   'tab_parent' => '',
33802   'tab_root' => 'admin/structure/types',
33803   'title' => 'Content types',
33804   'title_callback' => 't',
33805   'title_arguments' => '',
33806   'theme_callback' => '',
33807   'theme_arguments' => 'a:0:{}',
33808   'type' => '6',
33809   'description' => 'Manage content types, including default status, front page promotion, comment settings, etc.',
33810   'position' => '',
33811   'weight' => '0',
33812   'include_file' => 'modules/node/content_types.inc',
33813 ))
33814 ->values(array(
33815   'path' => 'admin/structure/types/add',
33816   'load_functions' => '',
33817   'to_arg_functions' => '',
33818   'access_callback' => 'user_access',
33819   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
33820   'page_callback' => 'drupal_get_form',
33821   'page_arguments' => 'a:1:{i:0;s:14:"node_type_form";}',
33822   'delivery_callback' => '',
33823   'fit' => '15',
33824   'number_parts' => '4',
33825   'context' => '1',
33826   'tab_parent' => 'admin/structure/types',
33827   'tab_root' => 'admin/structure/types',
33828   'title' => 'Add content type',
33829   'title_callback' => 't',
33830   'title_arguments' => '',
33831   'theme_callback' => '',
33832   'theme_arguments' => 'a:0:{}',
33833   'type' => '388',
33834   'description' => '',
33835   'position' => '',
33836   'weight' => '0',
33837   'include_file' => 'modules/node/content_types.inc',
33838 ))
33839 ->values(array(
33840   'path' => 'admin/structure/types/list',
33841   'load_functions' => '',
33842   'to_arg_functions' => '',
33843   'access_callback' => 'user_access',
33844   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
33845   'page_callback' => 'node_overview_types',
33846   'page_arguments' => 'a:0:{}',
33847   'delivery_callback' => '',
33848   'fit' => '15',
33849   'number_parts' => '4',
33850   'context' => '1',
33851   'tab_parent' => 'admin/structure/types',
33852   'tab_root' => 'admin/structure/types',
33853   'title' => 'List',
33854   'title_callback' => 't',
33855   'title_arguments' => '',
33856   'theme_callback' => '',
33857   'theme_arguments' => 'a:0:{}',
33858   'type' => '140',
33859   'description' => '',
33860   'position' => '',
33861   'weight' => '-10',
33862   'include_file' => 'modules/node/content_types.inc',
33863 ))
33864 ->values(array(
33865   'path' => 'admin/structure/types/manage/%',
33866   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
33867   'to_arg_functions' => '',
33868   'access_callback' => 'user_access',
33869   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
33870   'page_callback' => 'drupal_get_form',
33871   'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;i:4;}',
33872   'delivery_callback' => '',
33873   'fit' => '30',
33874   'number_parts' => '5',
33875   'context' => '0',
33876   'tab_parent' => '',
33877   'tab_root' => 'admin/structure/types/manage/%',
33878   'title' => 'Edit content type',
33879   'title_callback' => 'node_type_page_title',
33880   'title_arguments' => 'a:1:{i:0;i:4;}',
33881   'theme_callback' => '',
33882   'theme_arguments' => 'a:0:{}',
33883   'type' => '6',
33884   'description' => '',
33885   'position' => '',
33886   'weight' => '0',
33887   'include_file' => 'modules/node/content_types.inc',
33888 ))
33889 ->values(array(
33890   'path' => 'admin/structure/types/manage/%/comment/display',
33891   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
33892   'to_arg_functions' => '',
33893   'access_callback' => 'user_access',
33894   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
33895   'page_callback' => 'drupal_get_form',
33896   '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";}',
33897   'delivery_callback' => '',
33898   'fit' => '123',
33899   'number_parts' => '7',
33900   'context' => '1',
33901   'tab_parent' => 'admin/structure/types/manage/%',
33902   'tab_root' => 'admin/structure/types/manage/%',
33903   'title' => 'Comment display',
33904   'title_callback' => 't',
33905   'title_arguments' => '',
33906   'theme_callback' => '',
33907   'theme_arguments' => 'a:0:{}',
33908   'type' => '132',
33909   'description' => '',
33910   'position' => '',
33911   'weight' => '4',
33912   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33913 ))
33914 ->values(array(
33915   'path' => 'admin/structure/types/manage/%/comment/display/default',
33916   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
33917   'to_arg_functions' => '',
33918   'access_callback' => '_field_ui_view_mode_menu_access',
33919   '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";}',
33920   'page_callback' => 'drupal_get_form',
33921   '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";}',
33922   'delivery_callback' => '',
33923   'fit' => '247',
33924   'number_parts' => '8',
33925   'context' => '1',
33926   'tab_parent' => 'admin/structure/types/manage/%/comment/display',
33927   'tab_root' => 'admin/structure/types/manage/%',
33928   'title' => 'Default',
33929   'title_callback' => 't',
33930   'title_arguments' => '',
33931   'theme_callback' => '',
33932   'theme_arguments' => 'a:0:{}',
33933   'type' => '140',
33934   'description' => '',
33935   'position' => '',
33936   'weight' => '-10',
33937   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33938 ))
33939 ->values(array(
33940   'path' => 'admin/structure/types/manage/%/comment/display/full',
33941   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
33942   'to_arg_functions' => '',
33943   'access_callback' => '_field_ui_view_mode_menu_access',
33944   '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";}',
33945   'page_callback' => 'drupal_get_form',
33946   '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";}',
33947   'delivery_callback' => '',
33948   'fit' => '247',
33949   'number_parts' => '8',
33950   'context' => '1',
33951   'tab_parent' => 'admin/structure/types/manage/%/comment/display',
33952   'tab_root' => 'admin/structure/types/manage/%',
33953   'title' => 'Full comment',
33954   'title_callback' => 't',
33955   'title_arguments' => '',
33956   'theme_callback' => '',
33957   'theme_arguments' => 'a:0:{}',
33958   'type' => '132',
33959   'description' => '',
33960   'position' => '',
33961   'weight' => '0',
33962   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33963 ))
33964 ->values(array(
33965   'path' => 'admin/structure/types/manage/%/comment/fields',
33966   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
33967   'to_arg_functions' => '',
33968   'access_callback' => 'user_access',
33969   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
33970   'page_callback' => 'drupal_get_form',
33971   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:7:"comment";i:2;i:4;}',
33972   'delivery_callback' => '',
33973   'fit' => '123',
33974   'number_parts' => '7',
33975   'context' => '1',
33976   'tab_parent' => 'admin/structure/types/manage/%',
33977   'tab_root' => 'admin/structure/types/manage/%',
33978   'title' => 'Comment fields',
33979   'title_callback' => 't',
33980   'title_arguments' => '',
33981   'theme_callback' => '',
33982   'theme_arguments' => 'a:0:{}',
33983   'type' => '132',
33984   'description' => '',
33985   'position' => '',
33986   'weight' => '3',
33987   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33988 ))
33989 ->values(array(
33990   'path' => 'admin/structure/types/manage/%/comment/fields/%',
33991   '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";}}}',
33992   'to_arg_functions' => '',
33993   'access_callback' => 'user_access',
33994   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
33995   'page_callback' => 'drupal_get_form',
33996   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:7;}',
33997   'delivery_callback' => '',
33998   'fit' => '246',
33999   'number_parts' => '8',
34000   'context' => '0',
34001   'tab_parent' => '',
34002   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
34003   'title' => '',
34004   'title_callback' => 'field_ui_menu_title',
34005   'title_arguments' => 'a:1:{i:0;i:7;}',
34006   'theme_callback' => '',
34007   'theme_arguments' => 'a:0:{}',
34008   'type' => '6',
34009   'description' => '',
34010   'position' => '',
34011   'weight' => '0',
34012   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34013 ))
34014 ->values(array(
34015   'path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
34016   '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";}}}',
34017   'to_arg_functions' => '',
34018   'access_callback' => 'user_access',
34019   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34020   'page_callback' => 'drupal_get_form',
34021   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:7;}',
34022   'delivery_callback' => '',
34023   'fit' => '493',
34024   'number_parts' => '9',
34025   'context' => '1',
34026   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
34027   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
34028   'title' => 'Delete',
34029   'title_callback' => 't',
34030   'title_arguments' => '',
34031   'theme_callback' => '',
34032   'theme_arguments' => 'a:0:{}',
34033   'type' => '132',
34034   'description' => '',
34035   'position' => '',
34036   'weight' => '10',
34037   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34038 ))
34039 ->values(array(
34040   'path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
34041   '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";}}}',
34042   'to_arg_functions' => '',
34043   'access_callback' => 'user_access',
34044   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34045   'page_callback' => 'drupal_get_form',
34046   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:7;}',
34047   'delivery_callback' => '',
34048   'fit' => '493',
34049   'number_parts' => '9',
34050   'context' => '1',
34051   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
34052   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
34053   'title' => 'Edit',
34054   'title_callback' => 't',
34055   'title_arguments' => '',
34056   'theme_callback' => '',
34057   'theme_arguments' => 'a:0:{}',
34058   'type' => '140',
34059   'description' => '',
34060   'position' => '',
34061   'weight' => '0',
34062   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34063 ))
34064 ->values(array(
34065   'path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
34066   '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";}}}',
34067   'to_arg_functions' => '',
34068   'access_callback' => 'user_access',
34069   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34070   'page_callback' => 'drupal_get_form',
34071   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:7;}',
34072   'delivery_callback' => '',
34073   'fit' => '493',
34074   'number_parts' => '9',
34075   'context' => '1',
34076   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
34077   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
34078   'title' => 'Field settings',
34079   'title_callback' => 't',
34080   'title_arguments' => '',
34081   'theme_callback' => '',
34082   'theme_arguments' => 'a:0:{}',
34083   'type' => '132',
34084   'description' => '',
34085   'position' => '',
34086   'weight' => '0',
34087   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34088 ))
34089 ->values(array(
34090   'path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
34091   '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";}}}',
34092   'to_arg_functions' => '',
34093   'access_callback' => 'user_access',
34094   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34095   'page_callback' => 'drupal_get_form',
34096   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:7;}',
34097   'delivery_callback' => '',
34098   'fit' => '493',
34099   'number_parts' => '9',
34100   'context' => '1',
34101   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
34102   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
34103   'title' => 'Widget type',
34104   'title_callback' => 't',
34105   'title_arguments' => '',
34106   'theme_callback' => '',
34107   'theme_arguments' => 'a:0:{}',
34108   'type' => '132',
34109   'description' => '',
34110   'position' => '',
34111   'weight' => '0',
34112   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34113 ))
34114 ->values(array(
34115   'path' => 'admin/structure/types/manage/%/delete',
34116   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34117   'to_arg_functions' => '',
34118   'access_callback' => 'user_access',
34119   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34120   'page_callback' => 'drupal_get_form',
34121   'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;i:4;}',
34122   'delivery_callback' => '',
34123   'fit' => '61',
34124   'number_parts' => '6',
34125   'context' => '0',
34126   'tab_parent' => '',
34127   'tab_root' => 'admin/structure/types/manage/%/delete',
34128   'title' => 'Delete',
34129   'title_callback' => 't',
34130   'title_arguments' => '',
34131   'theme_callback' => '',
34132   'theme_arguments' => 'a:0:{}',
34133   'type' => '6',
34134   'description' => '',
34135   'position' => '',
34136   'weight' => '0',
34137   'include_file' => 'modules/node/content_types.inc',
34138 ))
34139 ->values(array(
34140   'path' => 'admin/structure/types/manage/%/display',
34141   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34142   'to_arg_functions' => '',
34143   'access_callback' => 'user_access',
34144   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34145   'page_callback' => 'drupal_get_form',
34146   '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";}',
34147   'delivery_callback' => '',
34148   'fit' => '61',
34149   'number_parts' => '6',
34150   'context' => '1',
34151   'tab_parent' => 'admin/structure/types/manage/%',
34152   'tab_root' => 'admin/structure/types/manage/%',
34153   'title' => 'Manage display',
34154   'title_callback' => 't',
34155   'title_arguments' => '',
34156   'theme_callback' => '',
34157   'theme_arguments' => 'a:0:{}',
34158   'type' => '132',
34159   'description' => '',
34160   'position' => '',
34161   'weight' => '2',
34162   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34163 ))
34164 ->values(array(
34165   'path' => 'admin/structure/types/manage/%/display/default',
34166   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34167   'to_arg_functions' => '',
34168   'access_callback' => '_field_ui_view_mode_menu_access',
34169   '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";}',
34170   'page_callback' => 'drupal_get_form',
34171   '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";}',
34172   'delivery_callback' => '',
34173   'fit' => '123',
34174   'number_parts' => '7',
34175   'context' => '1',
34176   'tab_parent' => 'admin/structure/types/manage/%/display',
34177   'tab_root' => 'admin/structure/types/manage/%',
34178   'title' => 'Default',
34179   'title_callback' => 't',
34180   'title_arguments' => '',
34181   'theme_callback' => '',
34182   'theme_arguments' => 'a:0:{}',
34183   'type' => '140',
34184   'description' => '',
34185   'position' => '',
34186   'weight' => '-10',
34187   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34188 ))
34189 ->values(array(
34190   'path' => 'admin/structure/types/manage/%/display/full',
34191   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34192   'to_arg_functions' => '',
34193   'access_callback' => '_field_ui_view_mode_menu_access',
34194   '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";}',
34195   'page_callback' => 'drupal_get_form',
34196   '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";}',
34197   'delivery_callback' => '',
34198   'fit' => '123',
34199   'number_parts' => '7',
34200   'context' => '1',
34201   'tab_parent' => 'admin/structure/types/manage/%/display',
34202   'tab_root' => 'admin/structure/types/manage/%',
34203   'title' => 'Full content',
34204   'title_callback' => 't',
34205   'title_arguments' => '',
34206   'theme_callback' => '',
34207   'theme_arguments' => 'a:0:{}',
34208   'type' => '132',
34209   'description' => '',
34210   'position' => '',
34211   'weight' => '0',
34212   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34213 ))
34214 ->values(array(
34215   'path' => 'admin/structure/types/manage/%/display/print',
34216   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34217   'to_arg_functions' => '',
34218   'access_callback' => '_field_ui_view_mode_menu_access',
34219   '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";}',
34220   'page_callback' => 'drupal_get_form',
34221   '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";}',
34222   'delivery_callback' => '',
34223   'fit' => '123',
34224   'number_parts' => '7',
34225   'context' => '1',
34226   'tab_parent' => 'admin/structure/types/manage/%/display',
34227   'tab_root' => 'admin/structure/types/manage/%',
34228   'title' => 'Print',
34229   'title_callback' => 't',
34230   'title_arguments' => '',
34231   'theme_callback' => '',
34232   'theme_arguments' => 'a:0:{}',
34233   'type' => '132',
34234   'description' => '',
34235   'position' => '',
34236   'weight' => '5',
34237   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34238 ))
34239 ->values(array(
34240   'path' => 'admin/structure/types/manage/%/display/rss',
34241   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34242   'to_arg_functions' => '',
34243   'access_callback' => '_field_ui_view_mode_menu_access',
34244   '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";}',
34245   'page_callback' => 'drupal_get_form',
34246   '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";}',
34247   'delivery_callback' => '',
34248   'fit' => '123',
34249   'number_parts' => '7',
34250   'context' => '1',
34251   'tab_parent' => 'admin/structure/types/manage/%/display',
34252   'tab_root' => 'admin/structure/types/manage/%',
34253   'title' => 'RSS',
34254   'title_callback' => 't',
34255   'title_arguments' => '',
34256   'theme_callback' => '',
34257   'theme_arguments' => 'a:0:{}',
34258   'type' => '132',
34259   'description' => '',
34260   'position' => '',
34261   'weight' => '2',
34262   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34263 ))
34264 ->values(array(
34265   'path' => 'admin/structure/types/manage/%/display/search_index',
34266   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34267   'to_arg_functions' => '',
34268   'access_callback' => '_field_ui_view_mode_menu_access',
34269   '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";}',
34270   'page_callback' => 'drupal_get_form',
34271   '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";}',
34272   'delivery_callback' => '',
34273   'fit' => '123',
34274   'number_parts' => '7',
34275   'context' => '1',
34276   'tab_parent' => 'admin/structure/types/manage/%/display',
34277   'tab_root' => 'admin/structure/types/manage/%',
34278   'title' => 'Search index',
34279   'title_callback' => 't',
34280   'title_arguments' => '',
34281   'theme_callback' => '',
34282   'theme_arguments' => 'a:0:{}',
34283   'type' => '132',
34284   'description' => '',
34285   'position' => '',
34286   'weight' => '3',
34287   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34288 ))
34289 ->values(array(
34290   'path' => 'admin/structure/types/manage/%/display/search_result',
34291   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34292   'to_arg_functions' => '',
34293   'access_callback' => '_field_ui_view_mode_menu_access',
34294   '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";}',
34295   'page_callback' => 'drupal_get_form',
34296   '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";}',
34297   'delivery_callback' => '',
34298   'fit' => '123',
34299   'number_parts' => '7',
34300   'context' => '1',
34301   'tab_parent' => 'admin/structure/types/manage/%/display',
34302   'tab_root' => 'admin/structure/types/manage/%',
34303   'title' => 'Search result highlighting input',
34304   'title_callback' => 't',
34305   'title_arguments' => '',
34306   'theme_callback' => '',
34307   'theme_arguments' => 'a:0:{}',
34308   'type' => '132',
34309   'description' => '',
34310   'position' => '',
34311   'weight' => '4',
34312   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34313 ))
34314 ->values(array(
34315   'path' => 'admin/structure/types/manage/%/display/teaser',
34316   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34317   'to_arg_functions' => '',
34318   'access_callback' => '_field_ui_view_mode_menu_access',
34319   '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";}',
34320   'page_callback' => 'drupal_get_form',
34321   '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";}',
34322   'delivery_callback' => '',
34323   'fit' => '123',
34324   'number_parts' => '7',
34325   'context' => '1',
34326   'tab_parent' => 'admin/structure/types/manage/%/display',
34327   'tab_root' => 'admin/structure/types/manage/%',
34328   'title' => 'Teaser',
34329   'title_callback' => 't',
34330   'title_arguments' => '',
34331   'theme_callback' => '',
34332   'theme_arguments' => 'a:0:{}',
34333   'type' => '132',
34334   'description' => '',
34335   'position' => '',
34336   'weight' => '1',
34337   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34338 ))
34339 ->values(array(
34340   'path' => 'admin/structure/types/manage/%/edit',
34341   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34342   'to_arg_functions' => '',
34343   'access_callback' => 'user_access',
34344   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34345   'page_callback' => 'drupal_get_form',
34346   'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;i:4;}',
34347   'delivery_callback' => '',
34348   'fit' => '61',
34349   'number_parts' => '6',
34350   'context' => '1',
34351   'tab_parent' => 'admin/structure/types/manage/%',
34352   'tab_root' => 'admin/structure/types/manage/%',
34353   'title' => 'Edit',
34354   'title_callback' => 't',
34355   'title_arguments' => '',
34356   'theme_callback' => '',
34357   'theme_arguments' => 'a:0:{}',
34358   'type' => '140',
34359   'description' => '',
34360   'position' => '',
34361   'weight' => '0',
34362   'include_file' => 'modules/node/content_types.inc',
34363 ))
34364 ->values(array(
34365   'path' => 'admin/structure/types/manage/%/fields',
34366   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34367   'to_arg_functions' => '',
34368   'access_callback' => 'user_access',
34369   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34370   'page_callback' => 'drupal_get_form',
34371   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:4:"node";i:2;i:4;}',
34372   'delivery_callback' => '',
34373   'fit' => '61',
34374   'number_parts' => '6',
34375   'context' => '1',
34376   'tab_parent' => 'admin/structure/types/manage/%',
34377   'tab_root' => 'admin/structure/types/manage/%',
34378   'title' => 'Manage fields',
34379   'title_callback' => 't',
34380   'title_arguments' => '',
34381   'theme_callback' => '',
34382   'theme_arguments' => 'a:0:{}',
34383   'type' => '132',
34384   'description' => '',
34385   'position' => '',
34386   'weight' => '1',
34387   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34388 ))
34389 ->values(array(
34390   'path' => 'admin/structure/types/manage/%/fields/%',
34391   '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";}}}',
34392   'to_arg_functions' => '',
34393   'access_callback' => 'user_access',
34394   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34395   'page_callback' => 'drupal_get_form',
34396   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:6;}',
34397   'delivery_callback' => '',
34398   'fit' => '122',
34399   'number_parts' => '7',
34400   'context' => '0',
34401   'tab_parent' => '',
34402   'tab_root' => 'admin/structure/types/manage/%/fields/%',
34403   'title' => '',
34404   'title_callback' => 'field_ui_menu_title',
34405   'title_arguments' => 'a:1:{i:0;i:6;}',
34406   'theme_callback' => '',
34407   'theme_arguments' => 'a:0:{}',
34408   'type' => '6',
34409   'description' => '',
34410   'position' => '',
34411   'weight' => '0',
34412   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34413 ))
34414 ->values(array(
34415   'path' => 'admin/structure/types/manage/%/fields/%/delete',
34416   '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";}}}',
34417   'to_arg_functions' => '',
34418   'access_callback' => 'user_access',
34419   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34420   'page_callback' => 'drupal_get_form',
34421   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:6;}',
34422   'delivery_callback' => '',
34423   'fit' => '245',
34424   'number_parts' => '8',
34425   'context' => '1',
34426   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
34427   'tab_root' => 'admin/structure/types/manage/%/fields/%',
34428   'title' => 'Delete',
34429   'title_callback' => 't',
34430   'title_arguments' => '',
34431   'theme_callback' => '',
34432   'theme_arguments' => 'a:0:{}',
34433   'type' => '132',
34434   'description' => '',
34435   'position' => '',
34436   'weight' => '10',
34437   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34438 ))
34439 ->values(array(
34440   'path' => 'admin/structure/types/manage/%/fields/%/edit',
34441   '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";}}}',
34442   'to_arg_functions' => '',
34443   'access_callback' => 'user_access',
34444   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34445   'page_callback' => 'drupal_get_form',
34446   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:6;}',
34447   'delivery_callback' => '',
34448   'fit' => '245',
34449   'number_parts' => '8',
34450   'context' => '1',
34451   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
34452   'tab_root' => 'admin/structure/types/manage/%/fields/%',
34453   'title' => 'Edit',
34454   'title_callback' => 't',
34455   'title_arguments' => '',
34456   'theme_callback' => '',
34457   'theme_arguments' => 'a:0:{}',
34458   'type' => '140',
34459   'description' => '',
34460   'position' => '',
34461   'weight' => '0',
34462   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34463 ))
34464 ->values(array(
34465   'path' => 'admin/structure/types/manage/%/fields/%/field-settings',
34466   '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";}}}',
34467   'to_arg_functions' => '',
34468   'access_callback' => 'user_access',
34469   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34470   'page_callback' => 'drupal_get_form',
34471   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:6;}',
34472   'delivery_callback' => '',
34473   'fit' => '245',
34474   'number_parts' => '8',
34475   'context' => '1',
34476   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
34477   'tab_root' => 'admin/structure/types/manage/%/fields/%',
34478   'title' => 'Field settings',
34479   'title_callback' => 't',
34480   'title_arguments' => '',
34481   'theme_callback' => '',
34482   'theme_arguments' => 'a:0:{}',
34483   'type' => '132',
34484   'description' => '',
34485   'position' => '',
34486   'weight' => '0',
34487   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34488 ))
34489 ->values(array(
34490   'path' => 'admin/structure/types/manage/%/fields/%/widget-type',
34491   '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";}}}',
34492   'to_arg_functions' => '',
34493   'access_callback' => 'user_access',
34494   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34495   'page_callback' => 'drupal_get_form',
34496   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:6;}',
34497   'delivery_callback' => '',
34498   'fit' => '245',
34499   'number_parts' => '8',
34500   'context' => '1',
34501   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
34502   'tab_root' => 'admin/structure/types/manage/%/fields/%',
34503   'title' => 'Widget type',
34504   'title_callback' => 't',
34505   'title_arguments' => '',
34506   'theme_callback' => '',
34507   'theme_arguments' => 'a:0:{}',
34508   'type' => '132',
34509   'description' => '',
34510   'position' => '',
34511   'weight' => '0',
34512   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34513 ))
34514 ->values(array(
34515   'path' => 'admin/tasks',
34516   'load_functions' => '',
34517   'to_arg_functions' => '',
34518   'access_callback' => 'user_access',
34519   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
34520   'page_callback' => 'system_admin_menu_block_page',
34521   'page_arguments' => 'a:0:{}',
34522   'delivery_callback' => '',
34523   'fit' => '3',
34524   'number_parts' => '2',
34525   'context' => '1',
34526   'tab_parent' => 'admin',
34527   'tab_root' => 'admin',
34528   'title' => 'Tasks',
34529   'title_callback' => 't',
34530   'title_arguments' => '',
34531   'theme_callback' => '',
34532   'theme_arguments' => 'a:0:{}',
34533   'type' => '140',
34534   'description' => '',
34535   'position' => '',
34536   'weight' => '-20',
34537   'include_file' => 'modules/system/system.admin.inc',
34538 ))
34539 ->values(array(
34540   'path' => 'admin/update/ready',
34541   'load_functions' => '',
34542   'to_arg_functions' => '',
34543   'access_callback' => 'update_manager_access',
34544   'access_arguments' => 'a:0:{}',
34545   'page_callback' => 'drupal_get_form',
34546   'page_arguments' => 'a:1:{i:0;s:32:"update_manager_update_ready_form";}',
34547   'delivery_callback' => '',
34548   'fit' => '7',
34549   'number_parts' => '3',
34550   'context' => '0',
34551   'tab_parent' => '',
34552   'tab_root' => 'admin/update/ready',
34553   'title' => 'Ready to update',
34554   'title_callback' => 't',
34555   'title_arguments' => '',
34556   'theme_callback' => '',
34557   'theme_arguments' => 'a:0:{}',
34558   'type' => '0',
34559   'description' => '',
34560   'position' => '',
34561   'weight' => '0',
34562   'include_file' => 'modules/update/update.manager.inc',
34563 ))
34564 ->values(array(
34565   'path' => 'aggregator',
34566   'load_functions' => '',
34567   'to_arg_functions' => '',
34568   'access_callback' => 'user_access',
34569   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34570   'page_callback' => 'aggregator_page_last',
34571   'page_arguments' => 'a:0:{}',
34572   'delivery_callback' => '',
34573   'fit' => '1',
34574   'number_parts' => '1',
34575   'context' => '0',
34576   'tab_parent' => '',
34577   'tab_root' => 'aggregator',
34578   'title' => 'Feed aggregator',
34579   'title_callback' => 't',
34580   'title_arguments' => '',
34581   'theme_callback' => '',
34582   'theme_arguments' => 'a:0:{}',
34583   'type' => '6',
34584   'description' => '',
34585   'position' => '',
34586   'weight' => '5',
34587   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34588 ))
34589 ->values(array(
34590   'path' => 'aggregator/categories',
34591   'load_functions' => '',
34592   'to_arg_functions' => '',
34593   'access_callback' => '_aggregator_has_categories',
34594   'access_arguments' => 'a:0:{}',
34595   'page_callback' => 'aggregator_page_categories',
34596   'page_arguments' => 'a:0:{}',
34597   'delivery_callback' => '',
34598   'fit' => '3',
34599   'number_parts' => '2',
34600   'context' => '0',
34601   'tab_parent' => '',
34602   'tab_root' => 'aggregator/categories',
34603   'title' => 'Categories',
34604   'title_callback' => 't',
34605   'title_arguments' => '',
34606   'theme_callback' => '',
34607   'theme_arguments' => 'a:0:{}',
34608   'type' => '6',
34609   'description' => '',
34610   'position' => '',
34611   'weight' => '0',
34612   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34613 ))
34614 ->values(array(
34615   'path' => 'aggregator/categories/%',
34616   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
34617   'to_arg_functions' => '',
34618   'access_callback' => 'user_access',
34619   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34620   'page_callback' => 'aggregator_page_category',
34621   'page_arguments' => 'a:1:{i:0;i:2;}',
34622   'delivery_callback' => '',
34623   'fit' => '6',
34624   'number_parts' => '3',
34625   'context' => '0',
34626   'tab_parent' => '',
34627   'tab_root' => 'aggregator/categories/%',
34628   'title' => '',
34629   'title_callback' => '_aggregator_category_title',
34630   'title_arguments' => 'a:1:{i:0;i:2;}',
34631   'theme_callback' => '',
34632   'theme_arguments' => 'a:0:{}',
34633   'type' => '6',
34634   'description' => '',
34635   'position' => '',
34636   'weight' => '0',
34637   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34638 ))
34639 ->values(array(
34640   'path' => 'aggregator/categories/%/categorize',
34641   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
34642   'to_arg_functions' => '',
34643   'access_callback' => 'user_access',
34644   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
34645   'page_callback' => 'drupal_get_form',
34646   'page_arguments' => 'a:2:{i:0;s:29:"aggregator_page_category_form";i:1;i:2;}',
34647   'delivery_callback' => '',
34648   'fit' => '13',
34649   'number_parts' => '4',
34650   'context' => '1',
34651   'tab_parent' => 'aggregator/categories/%',
34652   'tab_root' => 'aggregator/categories/%',
34653   'title' => 'Categorize',
34654   'title_callback' => 't',
34655   'title_arguments' => '',
34656   'theme_callback' => '',
34657   'theme_arguments' => 'a:0:{}',
34658   'type' => '132',
34659   'description' => '',
34660   'position' => '',
34661   'weight' => '0',
34662   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34663 ))
34664 ->values(array(
34665   'path' => 'aggregator/categories/%/configure',
34666   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
34667   'to_arg_functions' => '',
34668   'access_callback' => 'user_access',
34669   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
34670   'page_callback' => 'drupal_get_form',
34671   'page_arguments' => 'a:2:{i:0;s:24:"aggregator_form_category";i:1;i:2;}',
34672   'delivery_callback' => '',
34673   'fit' => '13',
34674   'number_parts' => '4',
34675   'context' => '1',
34676   'tab_parent' => 'aggregator/categories/%',
34677   'tab_root' => 'aggregator/categories/%',
34678   'title' => 'Configure',
34679   'title_callback' => 't',
34680   'title_arguments' => '',
34681   'theme_callback' => '',
34682   'theme_arguments' => 'a:0:{}',
34683   'type' => '132',
34684   'description' => '',
34685   'position' => '',
34686   'weight' => '1',
34687   'include_file' => 'modules/aggregator/aggregator.admin.inc',
34688 ))
34689 ->values(array(
34690   'path' => 'aggregator/categories/%/view',
34691   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
34692   'to_arg_functions' => '',
34693   'access_callback' => 'user_access',
34694   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34695   'page_callback' => 'aggregator_page_category',
34696   'page_arguments' => 'a:1:{i:0;i:2;}',
34697   'delivery_callback' => '',
34698   'fit' => '13',
34699   'number_parts' => '4',
34700   'context' => '1',
34701   'tab_parent' => 'aggregator/categories/%',
34702   'tab_root' => 'aggregator/categories/%',
34703   'title' => 'View',
34704   'title_callback' => 't',
34705   'title_arguments' => '',
34706   'theme_callback' => '',
34707   'theme_arguments' => 'a:0:{}',
34708   'type' => '140',
34709   'description' => '',
34710   'position' => '',
34711   'weight' => '-10',
34712   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34713 ))
34714 ->values(array(
34715   'path' => 'aggregator/opml',
34716   'load_functions' => '',
34717   'to_arg_functions' => '',
34718   'access_callback' => 'user_access',
34719   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34720   'page_callback' => 'aggregator_page_opml',
34721   'page_arguments' => 'a:0:{}',
34722   'delivery_callback' => '',
34723   'fit' => '3',
34724   'number_parts' => '2',
34725   'context' => '0',
34726   'tab_parent' => '',
34727   'tab_root' => 'aggregator/opml',
34728   'title' => 'OPML feed',
34729   'title_callback' => 't',
34730   'title_arguments' => '',
34731   'theme_callback' => '',
34732   'theme_arguments' => 'a:0:{}',
34733   'type' => '0',
34734   'description' => '',
34735   'position' => '',
34736   'weight' => '0',
34737   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34738 ))
34739 ->values(array(
34740   'path' => 'aggregator/rss',
34741   'load_functions' => '',
34742   'to_arg_functions' => '',
34743   'access_callback' => 'user_access',
34744   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34745   'page_callback' => 'aggregator_page_rss',
34746   'page_arguments' => 'a:0:{}',
34747   'delivery_callback' => '',
34748   'fit' => '3',
34749   'number_parts' => '2',
34750   'context' => '0',
34751   'tab_parent' => '',
34752   'tab_root' => 'aggregator/rss',
34753   'title' => 'RSS feed',
34754   'title_callback' => 't',
34755   'title_arguments' => '',
34756   'theme_callback' => '',
34757   'theme_arguments' => 'a:0:{}',
34758   'type' => '0',
34759   'description' => '',
34760   'position' => '',
34761   'weight' => '0',
34762   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34763 ))
34764 ->values(array(
34765   'path' => 'aggregator/sources',
34766   'load_functions' => '',
34767   'to_arg_functions' => '',
34768   'access_callback' => 'user_access',
34769   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34770   'page_callback' => 'aggregator_page_sources',
34771   'page_arguments' => 'a:0:{}',
34772   'delivery_callback' => '',
34773   'fit' => '3',
34774   'number_parts' => '2',
34775   'context' => '0',
34776   'tab_parent' => '',
34777   'tab_root' => 'aggregator/sources',
34778   'title' => 'Sources',
34779   'title_callback' => 't',
34780   'title_arguments' => '',
34781   'theme_callback' => '',
34782   'theme_arguments' => 'a:0:{}',
34783   'type' => '6',
34784   'description' => '',
34785   'position' => '',
34786   'weight' => '0',
34787   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34788 ))
34789 ->values(array(
34790   'path' => 'aggregator/sources/%',
34791   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
34792   'to_arg_functions' => '',
34793   'access_callback' => 'user_access',
34794   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34795   'page_callback' => 'aggregator_page_source',
34796   'page_arguments' => 'a:1:{i:0;i:2;}',
34797   'delivery_callback' => '',
34798   'fit' => '6',
34799   'number_parts' => '3',
34800   'context' => '0',
34801   'tab_parent' => '',
34802   'tab_root' => 'aggregator/sources/%',
34803   'title' => '',
34804   'title_callback' => 't',
34805   'title_arguments' => '',
34806   'theme_callback' => '',
34807   'theme_arguments' => 'a:0:{}',
34808   'type' => '6',
34809   'description' => '',
34810   'position' => '',
34811   'weight' => '0',
34812   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34813 ))
34814 ->values(array(
34815   'path' => 'aggregator/sources/%/categorize',
34816   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
34817   'to_arg_functions' => '',
34818   'access_callback' => 'user_access',
34819   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
34820   'page_callback' => 'drupal_get_form',
34821   'page_arguments' => 'a:2:{i:0;s:27:"aggregator_page_source_form";i:1;i:2;}',
34822   'delivery_callback' => '',
34823   'fit' => '13',
34824   'number_parts' => '4',
34825   'context' => '1',
34826   'tab_parent' => 'aggregator/sources/%',
34827   'tab_root' => 'aggregator/sources/%',
34828   'title' => 'Categorize',
34829   'title_callback' => 't',
34830   'title_arguments' => '',
34831   'theme_callback' => '',
34832   'theme_arguments' => 'a:0:{}',
34833   'type' => '132',
34834   'description' => '',
34835   'position' => '',
34836   'weight' => '0',
34837   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34838 ))
34839 ->values(array(
34840   'path' => 'aggregator/sources/%/configure',
34841   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
34842   'to_arg_functions' => '',
34843   'access_callback' => 'user_access',
34844   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
34845   'page_callback' => 'drupal_get_form',
34846   'page_arguments' => 'a:2:{i:0;s:20:"aggregator_form_feed";i:1;i:2;}',
34847   'delivery_callback' => '',
34848   'fit' => '13',
34849   'number_parts' => '4',
34850   'context' => '1',
34851   'tab_parent' => 'aggregator/sources/%',
34852   'tab_root' => 'aggregator/sources/%',
34853   'title' => 'Configure',
34854   'title_callback' => 't',
34855   'title_arguments' => '',
34856   'theme_callback' => '',
34857   'theme_arguments' => 'a:0:{}',
34858   'type' => '132',
34859   'description' => '',
34860   'position' => '',
34861   'weight' => '1',
34862   'include_file' => 'modules/aggregator/aggregator.admin.inc',
34863 ))
34864 ->values(array(
34865   'path' => 'aggregator/sources/%/view',
34866   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
34867   'to_arg_functions' => '',
34868   'access_callback' => 'user_access',
34869   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34870   'page_callback' => 'aggregator_page_source',
34871   'page_arguments' => 'a:1:{i:0;i:2;}',
34872   'delivery_callback' => '',
34873   'fit' => '13',
34874   'number_parts' => '4',
34875   'context' => '1',
34876   'tab_parent' => 'aggregator/sources/%',
34877   'tab_root' => 'aggregator/sources/%',
34878   'title' => 'View',
34879   'title_callback' => 't',
34880   'title_arguments' => '',
34881   'theme_callback' => '',
34882   'theme_arguments' => 'a:0:{}',
34883   'type' => '140',
34884   'description' => '',
34885   'position' => '',
34886   'weight' => '-10',
34887   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34888 ))
34889 ->values(array(
34890   'path' => 'batch',
34891   'load_functions' => '',
34892   'to_arg_functions' => '',
34893   'access_callback' => '1',
34894   'access_arguments' => 'a:0:{}',
34895   'page_callback' => 'system_batch_page',
34896   'page_arguments' => 'a:0:{}',
34897   'delivery_callback' => '',
34898   'fit' => '1',
34899   'number_parts' => '1',
34900   'context' => '0',
34901   'tab_parent' => '',
34902   'tab_root' => 'batch',
34903   'title' => '',
34904   'title_callback' => 't',
34905   'title_arguments' => '',
34906   'theme_callback' => '_system_batch_theme',
34907   'theme_arguments' => 'a:0:{}',
34908   'type' => '0',
34909   'description' => '',
34910   'position' => '',
34911   'weight' => '0',
34912   'include_file' => 'modules/system/system.admin.inc',
34913 ))
34914 ->values(array(
34915   'path' => 'blog',
34916   'load_functions' => '',
34917   'to_arg_functions' => '',
34918   'access_callback' => 'user_access',
34919   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
34920   'page_callback' => 'blog_page_last',
34921   'page_arguments' => 'a:0:{}',
34922   'delivery_callback' => '',
34923   'fit' => '1',
34924   'number_parts' => '1',
34925   'context' => '0',
34926   'tab_parent' => '',
34927   'tab_root' => 'blog',
34928   'title' => 'Blogs',
34929   'title_callback' => 't',
34930   'title_arguments' => '',
34931   'theme_callback' => '',
34932   'theme_arguments' => 'a:0:{}',
34933   'type' => '20',
34934   'description' => '',
34935   'position' => '',
34936   'weight' => '0',
34937   'include_file' => 'modules/blog/blog.pages.inc',
34938 ))
34939 ->values(array(
34940   'path' => 'blog/%',
34941   'load_functions' => 'a:1:{i:1;s:22:"user_uid_optional_load";}',
34942   'to_arg_functions' => 'a:1:{i:1;s:24:"user_uid_optional_to_arg";}',
34943   'access_callback' => 'blog_page_user_access',
34944   'access_arguments' => 'a:1:{i:0;i:1;}',
34945   'page_callback' => 'blog_page_user',
34946   'page_arguments' => 'a:1:{i:0;i:1;}',
34947   'delivery_callback' => '',
34948   'fit' => '2',
34949   'number_parts' => '2',
34950   'context' => '0',
34951   'tab_parent' => '',
34952   'tab_root' => 'blog/%',
34953   'title' => 'My blog',
34954   'title_callback' => 't',
34955   'title_arguments' => '',
34956   'theme_callback' => '',
34957   'theme_arguments' => 'a:0:{}',
34958   'type' => '6',
34959   'description' => '',
34960   'position' => '',
34961   'weight' => '0',
34962   'include_file' => 'modules/blog/blog.pages.inc',
34963 ))
34964 ->values(array(
34965   'path' => 'blog/%/feed',
34966   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
34967   'to_arg_functions' => '',
34968   'access_callback' => 'blog_page_user_access',
34969   'access_arguments' => 'a:1:{i:0;i:1;}',
34970   'page_callback' => 'blog_feed_user',
34971   'page_arguments' => 'a:1:{i:0;i:1;}',
34972   'delivery_callback' => '',
34973   'fit' => '5',
34974   'number_parts' => '3',
34975   'context' => '0',
34976   'tab_parent' => '',
34977   'tab_root' => 'blog/%/feed',
34978   'title' => 'Blogs',
34979   'title_callback' => 't',
34980   'title_arguments' => '',
34981   'theme_callback' => '',
34982   'theme_arguments' => 'a:0:{}',
34983   'type' => '0',
34984   'description' => '',
34985   'position' => '',
34986   'weight' => '0',
34987   'include_file' => 'modules/blog/blog.pages.inc',
34988 ))
34989 ->values(array(
34990   'path' => 'blog/feed',
34991   'load_functions' => '',
34992   'to_arg_functions' => '',
34993   'access_callback' => 'user_access',
34994   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
34995   'page_callback' => 'blog_feed_last',
34996   'page_arguments' => 'a:0:{}',
34997   'delivery_callback' => '',
34998   'fit' => '3',
34999   'number_parts' => '2',
35000   'context' => '0',
35001   'tab_parent' => '',
35002   'tab_root' => 'blog/feed',
35003   'title' => 'Blogs',
35004   'title_callback' => 't',
35005   'title_arguments' => '',
35006   'theme_callback' => '',
35007   'theme_arguments' => 'a:0:{}',
35008   'type' => '0',
35009   'description' => '',
35010   'position' => '',
35011   'weight' => '0',
35012   'include_file' => 'modules/blog/blog.pages.inc',
35013 ))
35014 ->values(array(
35015   'path' => 'book',
35016   'load_functions' => '',
35017   'to_arg_functions' => '',
35018   'access_callback' => 'user_access',
35019   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35020   'page_callback' => 'book_render',
35021   'page_arguments' => 'a:0:{}',
35022   'delivery_callback' => '',
35023   'fit' => '1',
35024   'number_parts' => '1',
35025   'context' => '0',
35026   'tab_parent' => '',
35027   'tab_root' => 'book',
35028   'title' => 'Books',
35029   'title_callback' => 't',
35030   'title_arguments' => '',
35031   'theme_callback' => '',
35032   'theme_arguments' => 'a:0:{}',
35033   'type' => '20',
35034   'description' => '',
35035   'position' => '',
35036   'weight' => '0',
35037   'include_file' => 'modules/book/book.pages.inc',
35038 ))
35039 ->values(array(
35040   'path' => 'book/export/%/%',
35041   'load_functions' => 'a:2:{i:2;N;i:3;N;}',
35042   'to_arg_functions' => '',
35043   'access_callback' => 'user_access',
35044   'access_arguments' => 'a:1:{i:0;s:31:"access printer-friendly version";}',
35045   'page_callback' => 'book_export',
35046   'page_arguments' => 'a:2:{i:0;i:2;i:1;i:3;}',
35047   'delivery_callback' => '',
35048   'fit' => '12',
35049   'number_parts' => '4',
35050   'context' => '0',
35051   'tab_parent' => '',
35052   'tab_root' => 'book/export/%/%',
35053   'title' => '',
35054   'title_callback' => 't',
35055   'title_arguments' => '',
35056   'theme_callback' => '',
35057   'theme_arguments' => 'a:0:{}',
35058   'type' => '0',
35059   'description' => '',
35060   'position' => '',
35061   'weight' => '0',
35062   'include_file' => 'modules/book/book.pages.inc',
35063 ))
35064 ->values(array(
35065   'path' => 'comment/%',
35066   'load_functions' => 'a:1:{i:1;N;}',
35067   'to_arg_functions' => '',
35068   'access_callback' => 'user_access',
35069   'access_arguments' => 'a:1:{i:0;s:15:"access comments";}',
35070   'page_callback' => 'comment_permalink',
35071   'page_arguments' => 'a:1:{i:0;i:1;}',
35072   'delivery_callback' => '',
35073   'fit' => '2',
35074   'number_parts' => '2',
35075   'context' => '0',
35076   'tab_parent' => '',
35077   'tab_root' => 'comment/%',
35078   'title' => 'Comment permalink',
35079   'title_callback' => 't',
35080   'title_arguments' => '',
35081   'theme_callback' => '',
35082   'theme_arguments' => 'a:0:{}',
35083   'type' => '6',
35084   'description' => '',
35085   'position' => '',
35086   'weight' => '0',
35087   'include_file' => '',
35088 ))
35089 ->values(array(
35090   'path' => 'comment/%/approve',
35091   'load_functions' => 'a:1:{i:1;N;}',
35092   'to_arg_functions' => '',
35093   'access_callback' => 'user_access',
35094   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
35095   'page_callback' => 'comment_approve',
35096   'page_arguments' => 'a:1:{i:0;i:1;}',
35097   'delivery_callback' => '',
35098   'fit' => '5',
35099   'number_parts' => '3',
35100   'context' => '0',
35101   'tab_parent' => '',
35102   'tab_root' => 'comment/%/approve',
35103   'title' => 'Approve',
35104   'title_callback' => 't',
35105   'title_arguments' => '',
35106   'theme_callback' => '',
35107   'theme_arguments' => 'a:0:{}',
35108   'type' => '6',
35109   'description' => '',
35110   'position' => '',
35111   'weight' => '1',
35112   'include_file' => 'modules/comment/comment.pages.inc',
35113 ))
35114 ->values(array(
35115   'path' => 'comment/%/delete',
35116   'load_functions' => 'a:1:{i:1;N;}',
35117   'to_arg_functions' => '',
35118   'access_callback' => 'user_access',
35119   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
35120   'page_callback' => 'comment_confirm_delete_page',
35121   'page_arguments' => 'a:1:{i:0;i:1;}',
35122   'delivery_callback' => '',
35123   'fit' => '5',
35124   'number_parts' => '3',
35125   'context' => '1',
35126   'tab_parent' => 'comment/%',
35127   'tab_root' => 'comment/%',
35128   'title' => 'Delete',
35129   'title_callback' => 't',
35130   'title_arguments' => '',
35131   'theme_callback' => '',
35132   'theme_arguments' => 'a:0:{}',
35133   'type' => '132',
35134   'description' => '',
35135   'position' => '',
35136   'weight' => '2',
35137   'include_file' => 'modules/comment/comment.admin.inc',
35138 ))
35139 ->values(array(
35140   'path' => 'comment/%/edit',
35141   'load_functions' => 'a:1:{i:1;s:12:"comment_load";}',
35142   'to_arg_functions' => '',
35143   'access_callback' => 'comment_access',
35144   'access_arguments' => 'a:2:{i:0;s:4:"edit";i:1;i:1;}',
35145   'page_callback' => 'comment_edit_page',
35146   'page_arguments' => 'a:1:{i:0;i:1;}',
35147   'delivery_callback' => '',
35148   'fit' => '5',
35149   'number_parts' => '3',
35150   'context' => '1',
35151   'tab_parent' => 'comment/%',
35152   'tab_root' => 'comment/%',
35153   'title' => 'Edit',
35154   'title_callback' => 't',
35155   'title_arguments' => '',
35156   'theme_callback' => '',
35157   'theme_arguments' => 'a:0:{}',
35158   'type' => '132',
35159   'description' => '',
35160   'position' => '',
35161   'weight' => '0',
35162   'include_file' => '',
35163 ))
35164 ->values(array(
35165   'path' => 'comment/%/view',
35166   'load_functions' => 'a:1:{i:1;N;}',
35167   'to_arg_functions' => '',
35168   'access_callback' => 'user_access',
35169   'access_arguments' => 'a:1:{i:0;s:15:"access comments";}',
35170   'page_callback' => 'comment_permalink',
35171   'page_arguments' => 'a:1:{i:0;i:1;}',
35172   'delivery_callback' => '',
35173   'fit' => '5',
35174   'number_parts' => '3',
35175   'context' => '1',
35176   'tab_parent' => 'comment/%',
35177   'tab_root' => 'comment/%',
35178   'title' => 'View comment',
35179   'title_callback' => 't',
35180   'title_arguments' => '',
35181   'theme_callback' => '',
35182   'theme_arguments' => 'a:0:{}',
35183   'type' => '140',
35184   'description' => '',
35185   'position' => '',
35186   'weight' => '-10',
35187   'include_file' => '',
35188 ))
35189 ->values(array(
35190   'path' => 'comment/reply/%',
35191   'load_functions' => 'a:1:{i:2;s:9:"node_load";}',
35192   'to_arg_functions' => '',
35193   'access_callback' => 'node_access',
35194   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:2;}',
35195   'page_callback' => 'comment_reply',
35196   'page_arguments' => 'a:1:{i:0;i:2;}',
35197   'delivery_callback' => '',
35198   'fit' => '6',
35199   'number_parts' => '3',
35200   'context' => '0',
35201   'tab_parent' => '',
35202   'tab_root' => 'comment/reply/%',
35203   'title' => 'Add new comment',
35204   'title_callback' => 't',
35205   'title_arguments' => '',
35206   'theme_callback' => '',
35207   'theme_arguments' => 'a:0:{}',
35208   'type' => '6',
35209   'description' => '',
35210   'position' => '',
35211   'weight' => '0',
35212   'include_file' => 'modules/comment/comment.pages.inc',
35213 ))
35214 ->values(array(
35215   'path' => 'contact',
35216   'load_functions' => '',
35217   'to_arg_functions' => '',
35218   'access_callback' => 'user_access',
35219   'access_arguments' => 'a:1:{i:0;s:29:"access site-wide contact form";}',
35220   'page_callback' => 'drupal_get_form',
35221   'page_arguments' => 'a:1:{i:0;s:17:"contact_site_form";}',
35222   'delivery_callback' => '',
35223   'fit' => '1',
35224   'number_parts' => '1',
35225   'context' => '0',
35226   'tab_parent' => '',
35227   'tab_root' => 'contact',
35228   'title' => 'Contact',
35229   'title_callback' => 't',
35230   'title_arguments' => '',
35231   'theme_callback' => '',
35232   'theme_arguments' => 'a:0:{}',
35233   'type' => '20',
35234   'description' => '',
35235   'position' => '',
35236   'weight' => '0',
35237   'include_file' => 'modules/contact/contact.pages.inc',
35238 ))
35239 ->values(array(
35240   'path' => 'ctools/autocomplete/%',
35241   'load_functions' => 'a:1:{i:2;N;}',
35242   'to_arg_functions' => '',
35243   'access_callback' => 'user_access',
35244   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35245   'page_callback' => 'ctools_content_autocomplete_entity',
35246   'page_arguments' => 'a:1:{i:0;i:2;}',
35247   'delivery_callback' => '',
35248   'fit' => '6',
35249   'number_parts' => '3',
35250   'context' => '0',
35251   'tab_parent' => '',
35252   'tab_root' => 'ctools/autocomplete/%',
35253   'title' => '',
35254   'title_callback' => 't',
35255   'title_arguments' => '',
35256   'theme_callback' => '',
35257   'theme_arguments' => 'a:0:{}',
35258   'type' => '0',
35259   'description' => '',
35260   'position' => '',
35261   'weight' => '0',
35262   'include_file' => 'sites/all/modules/ctools/includes/content.menu.inc',
35263 ))
35264 ->values(array(
35265   'path' => 'ctools/context/ajax/access/add',
35266   'load_functions' => '',
35267   'to_arg_functions' => '',
35268   'access_callback' => 'user_access',
35269   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35270   'page_callback' => 'ctools_access_ajax_add',
35271   'page_arguments' => 'a:0:{}',
35272   'delivery_callback' => '',
35273   'fit' => '31',
35274   'number_parts' => '5',
35275   'context' => '0',
35276   'tab_parent' => '',
35277   'tab_root' => 'ctools/context/ajax/access/add',
35278   'title' => '',
35279   'title_callback' => 't',
35280   'title_arguments' => '',
35281   'theme_callback' => 'ajax_base_page_theme',
35282   'theme_arguments' => 'a:0:{}',
35283   'type' => '0',
35284   'description' => '',
35285   'position' => '',
35286   'weight' => '0',
35287   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
35288 ))
35289 ->values(array(
35290   'path' => 'ctools/context/ajax/access/configure',
35291   'load_functions' => '',
35292   'to_arg_functions' => '',
35293   'access_callback' => 'user_access',
35294   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35295   'page_callback' => 'ctools_access_ajax_edit',
35296   'page_arguments' => 'a:0:{}',
35297   'delivery_callback' => '',
35298   'fit' => '31',
35299   'number_parts' => '5',
35300   'context' => '0',
35301   'tab_parent' => '',
35302   'tab_root' => 'ctools/context/ajax/access/configure',
35303   'title' => '',
35304   'title_callback' => 't',
35305   'title_arguments' => '',
35306   'theme_callback' => 'ajax_base_page_theme',
35307   'theme_arguments' => 'a:0:{}',
35308   'type' => '0',
35309   'description' => '',
35310   'position' => '',
35311   'weight' => '0',
35312   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
35313 ))
35314 ->values(array(
35315   'path' => 'ctools/context/ajax/access/delete',
35316   'load_functions' => '',
35317   'to_arg_functions' => '',
35318   'access_callback' => 'user_access',
35319   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35320   'page_callback' => 'ctools_access_ajax_delete',
35321   'page_arguments' => 'a:0:{}',
35322   'delivery_callback' => '',
35323   'fit' => '31',
35324   'number_parts' => '5',
35325   'context' => '0',
35326   'tab_parent' => '',
35327   'tab_root' => 'ctools/context/ajax/access/delete',
35328   'title' => '',
35329   'title_callback' => 't',
35330   'title_arguments' => '',
35331   'theme_callback' => 'ajax_base_page_theme',
35332   'theme_arguments' => 'a:0:{}',
35333   'type' => '0',
35334   'description' => '',
35335   'position' => '',
35336   'weight' => '0',
35337   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
35338 ))
35339 ->values(array(
35340   'path' => 'ctools/context/ajax/add',
35341   'load_functions' => '',
35342   'to_arg_functions' => '',
35343   'access_callback' => 'user_access',
35344   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35345   'page_callback' => 'ctools_context_ajax_item_add',
35346   'page_arguments' => 'a:0:{}',
35347   'delivery_callback' => '',
35348   'fit' => '15',
35349   'number_parts' => '4',
35350   'context' => '0',
35351   'tab_parent' => '',
35352   'tab_root' => 'ctools/context/ajax/add',
35353   'title' => '',
35354   'title_callback' => 't',
35355   'title_arguments' => '',
35356   'theme_callback' => 'ajax_base_page_theme',
35357   'theme_arguments' => 'a:0:{}',
35358   'type' => '0',
35359   'description' => '',
35360   'position' => '',
35361   'weight' => '0',
35362   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
35363 ))
35364 ->values(array(
35365   'path' => 'ctools/context/ajax/configure',
35366   'load_functions' => '',
35367   'to_arg_functions' => '',
35368   'access_callback' => 'user_access',
35369   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35370   'page_callback' => 'ctools_context_ajax_item_edit',
35371   'page_arguments' => 'a:0:{}',
35372   'delivery_callback' => '',
35373   'fit' => '15',
35374   'number_parts' => '4',
35375   'context' => '0',
35376   'tab_parent' => '',
35377   'tab_root' => 'ctools/context/ajax/configure',
35378   'title' => '',
35379   'title_callback' => 't',
35380   'title_arguments' => '',
35381   'theme_callback' => 'ajax_base_page_theme',
35382   'theme_arguments' => 'a:0:{}',
35383   'type' => '0',
35384   'description' => '',
35385   'position' => '',
35386   'weight' => '0',
35387   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
35388 ))
35389 ->values(array(
35390   'path' => 'ctools/context/ajax/delete',
35391   'load_functions' => '',
35392   'to_arg_functions' => '',
35393   'access_callback' => 'user_access',
35394   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35395   'page_callback' => 'ctools_context_ajax_item_delete',
35396   'page_arguments' => 'a:0:{}',
35397   'delivery_callback' => '',
35398   'fit' => '15',
35399   'number_parts' => '4',
35400   'context' => '0',
35401   'tab_parent' => '',
35402   'tab_root' => 'ctools/context/ajax/delete',
35403   'title' => '',
35404   'title_callback' => 't',
35405   'title_arguments' => '',
35406   'theme_callback' => 'ajax_base_page_theme',
35407   'theme_arguments' => 'a:0:{}',
35408   'type' => '0',
35409   'description' => '',
35410   'position' => '',
35411   'weight' => '0',
35412   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
35413 ))
35414 ->values(array(
35415   'path' => 'email/%/%/%',
35416   'load_functions' => 'a:3:{i:1;N;i:2;N;i:3;N;}',
35417   'to_arg_functions' => '',
35418   'access_callback' => 'user_access',
35419   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35420   'page_callback' => 'email_mail_page',
35421   'page_arguments' => 'a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}',
35422   'delivery_callback' => '',
35423   'fit' => '8',
35424   'number_parts' => '4',
35425   'context' => '0',
35426   'tab_parent' => '',
35427   'tab_root' => 'email/%/%/%',
35428   'title' => 'Email Contact Form',
35429   'title_callback' => 't',
35430   'title_arguments' => '',
35431   'theme_callback' => '',
35432   'theme_arguments' => 'a:0:{}',
35433   'type' => '0',
35434   'description' => '',
35435   'position' => '',
35436   'weight' => '0',
35437   'include_file' => '',
35438 ))
35439 ->values(array(
35440   'path' => 'entityreference/autocomplete/single/%/%/%',
35441   'load_functions' => 'a:3:{i:3;N;i:4;N;i:5;N;}',
35442   'to_arg_functions' => '',
35443   'access_callback' => 'entityreference_autocomplete_access_callback',
35444   'access_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
35445   'page_callback' => 'entityreference_autocomplete_callback',
35446   'page_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
35447   'delivery_callback' => '',
35448   'fit' => '56',
35449   'number_parts' => '6',
35450   'context' => '0',
35451   'tab_parent' => '',
35452   'tab_root' => 'entityreference/autocomplete/single/%/%/%',
35453   'title' => 'Entity Reference Autocomplete',
35454   'title_callback' => 't',
35455   'title_arguments' => '',
35456   'theme_callback' => '',
35457   'theme_arguments' => 'a:0:{}',
35458   'type' => '0',
35459   'description' => '',
35460   'position' => '',
35461   'weight' => '0',
35462   'include_file' => '',
35463 ))
35464 ->values(array(
35465   'path' => 'entityreference/autocomplete/tags/%/%/%',
35466   'load_functions' => 'a:3:{i:3;N;i:4;N;i:5;N;}',
35467   'to_arg_functions' => '',
35468   'access_callback' => 'entityreference_autocomplete_access_callback',
35469   'access_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
35470   'page_callback' => 'entityreference_autocomplete_callback',
35471   'page_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
35472   'delivery_callback' => '',
35473   'fit' => '56',
35474   'number_parts' => '6',
35475   'context' => '0',
35476   'tab_parent' => '',
35477   'tab_root' => 'entityreference/autocomplete/tags/%/%/%',
35478   'title' => 'Entity Reference Autocomplete',
35479   'title_callback' => 't',
35480   'title_arguments' => '',
35481   'theme_callback' => '',
35482   'theme_arguments' => 'a:0:{}',
35483   'type' => '0',
35484   'description' => '',
35485   'position' => '',
35486   'weight' => '0',
35487   'include_file' => '',
35488 ))
35489 ->values(array(
35490   'path' => 'file/ajax',
35491   'load_functions' => '',
35492   'to_arg_functions' => '',
35493   'access_callback' => 'user_access',
35494   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35495   'page_callback' => 'file_ajax_upload',
35496   'page_arguments' => 'a:0:{}',
35497   'delivery_callback' => 'ajax_deliver',
35498   'fit' => '3',
35499   'number_parts' => '2',
35500   'context' => '0',
35501   'tab_parent' => '',
35502   'tab_root' => 'file/ajax',
35503   'title' => '',
35504   'title_callback' => 't',
35505   'title_arguments' => '',
35506   'theme_callback' => 'ajax_base_page_theme',
35507   'theme_arguments' => 'a:0:{}',
35508   'type' => '0',
35509   'description' => '',
35510   'position' => '',
35511   'weight' => '0',
35512   'include_file' => '',
35513 ))
35514 ->values(array(
35515   'path' => 'file/progress',
35516   'load_functions' => '',
35517   'to_arg_functions' => '',
35518   'access_callback' => 'user_access',
35519   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35520   'page_callback' => 'file_ajax_progress',
35521   'page_arguments' => 'a:0:{}',
35522   'delivery_callback' => '',
35523   'fit' => '3',
35524   'number_parts' => '2',
35525   'context' => '0',
35526   'tab_parent' => '',
35527   'tab_root' => 'file/progress',
35528   'title' => '',
35529   'title_callback' => 't',
35530   'title_arguments' => '',
35531   'theme_callback' => 'ajax_base_page_theme',
35532   'theme_arguments' => 'a:0:{}',
35533   'type' => '0',
35534   'description' => '',
35535   'position' => '',
35536   'weight' => '0',
35537   'include_file' => '',
35538 ))
35539 ->values(array(
35540   'path' => 'filter/tips',
35541   'load_functions' => '',
35542   'to_arg_functions' => '',
35543   'access_callback' => '1',
35544   'access_arguments' => 'a:0:{}',
35545   'page_callback' => 'filter_tips_long',
35546   'page_arguments' => 'a:0:{}',
35547   'delivery_callback' => '',
35548   'fit' => '3',
35549   'number_parts' => '2',
35550   'context' => '0',
35551   'tab_parent' => '',
35552   'tab_root' => 'filter/tips',
35553   'title' => 'Compose tips',
35554   'title_callback' => 't',
35555   'title_arguments' => '',
35556   'theme_callback' => '',
35557   'theme_arguments' => 'a:0:{}',
35558   'type' => '20',
35559   'description' => '',
35560   'position' => '',
35561   'weight' => '0',
35562   'include_file' => 'modules/filter/filter.pages.inc',
35563 ))
35564 ->values(array(
35565   'path' => 'filter/tips/%',
35566   'load_functions' => 'a:1:{i:2;s:18:"filter_format_load";}',
35567   'to_arg_functions' => '',
35568   'access_callback' => 'filter_access',
35569   'access_arguments' => 'a:1:{i:0;i:2;}',
35570   'page_callback' => 'filter_tips_long',
35571   'page_arguments' => 'a:1:{i:0;i:2;}',
35572   'delivery_callback' => '',
35573   'fit' => '6',
35574   'number_parts' => '3',
35575   'context' => '0',
35576   'tab_parent' => '',
35577   'tab_root' => 'filter/tips/%',
35578   'title' => 'Compose tips',
35579   'title_callback' => 't',
35580   'title_arguments' => '',
35581   'theme_callback' => '',
35582   'theme_arguments' => 'a:0:{}',
35583   'type' => '6',
35584   'description' => '',
35585   'position' => '',
35586   'weight' => '0',
35587   'include_file' => 'modules/filter/filter.pages.inc',
35588 ))
35589 ->values(array(
35590   'path' => 'forum',
35591   'load_functions' => '',
35592   'to_arg_functions' => '',
35593   'access_callback' => 'user_access',
35594   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35595   'page_callback' => 'forum_page',
35596   'page_arguments' => 'a:0:{}',
35597   'delivery_callback' => '',
35598   'fit' => '1',
35599   'number_parts' => '1',
35600   'context' => '0',
35601   'tab_parent' => '',
35602   'tab_root' => 'forum',
35603   'title' => 'Forums',
35604   'title_callback' => 't',
35605   'title_arguments' => '',
35606   'theme_callback' => '',
35607   'theme_arguments' => 'a:0:{}',
35608   'type' => '6',
35609   'description' => '',
35610   'position' => '',
35611   'weight' => '0',
35612   'include_file' => 'modules/forum/forum.pages.inc',
35613 ))
35614 ->values(array(
35615   'path' => 'forum/%',
35616   'load_functions' => 'a:1:{i:1;s:16:"forum_forum_load";}',
35617   'to_arg_functions' => '',
35618   'access_callback' => 'user_access',
35619   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35620   'page_callback' => 'forum_page',
35621   'page_arguments' => 'a:1:{i:0;i:1;}',
35622   'delivery_callback' => '',
35623   'fit' => '2',
35624   'number_parts' => '2',
35625   'context' => '0',
35626   'tab_parent' => '',
35627   'tab_root' => 'forum/%',
35628   'title' => 'Forums',
35629   'title_callback' => 't',
35630   'title_arguments' => '',
35631   'theme_callback' => '',
35632   'theme_arguments' => 'a:0:{}',
35633   'type' => '6',
35634   'description' => '',
35635   'position' => '',
35636   'weight' => '0',
35637   'include_file' => 'modules/forum/forum.pages.inc',
35638 ))
35639 ->values(array(
35640   'path' => 'node',
35641   'load_functions' => '',
35642   'to_arg_functions' => '',
35643   'access_callback' => 'user_access',
35644   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35645   'page_callback' => 'node_page_default',
35646   'page_arguments' => 'a:0:{}',
35647   'delivery_callback' => '',
35648   'fit' => '1',
35649   'number_parts' => '1',
35650   'context' => '0',
35651   'tab_parent' => '',
35652   'tab_root' => 'node',
35653   'title' => '',
35654   'title_callback' => 't',
35655   'title_arguments' => '',
35656   'theme_callback' => '',
35657   'theme_arguments' => 'a:0:{}',
35658   'type' => '0',
35659   'description' => '',
35660   'position' => '',
35661   'weight' => '0',
35662   'include_file' => '',
35663 ))
35664 ->values(array(
35665   'path' => 'node/%',
35666   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35667   'to_arg_functions' => '',
35668   'access_callback' => 'node_access',
35669   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}',
35670   'page_callback' => 'node_page_view',
35671   'page_arguments' => 'a:1:{i:0;i:1;}',
35672   'delivery_callback' => '',
35673   'fit' => '2',
35674   'number_parts' => '2',
35675   'context' => '0',
35676   'tab_parent' => '',
35677   'tab_root' => 'node/%',
35678   'title' => '',
35679   'title_callback' => 'node_page_title',
35680   'title_arguments' => 'a:1:{i:0;i:1;}',
35681   'theme_callback' => '',
35682   'theme_arguments' => 'a:0:{}',
35683   'type' => '6',
35684   'description' => '',
35685   'position' => '',
35686   'weight' => '0',
35687   'include_file' => '',
35688 ))
35689 ->values(array(
35690   'path' => 'node/%/delete',
35691   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35692   'to_arg_functions' => '',
35693   'access_callback' => 'node_access',
35694   'access_arguments' => 'a:2:{i:0;s:6:"delete";i:1;i:1;}',
35695   'page_callback' => 'drupal_get_form',
35696   'page_arguments' => 'a:2:{i:0;s:19:"node_delete_confirm";i:1;i:1;}',
35697   'delivery_callback' => '',
35698   'fit' => '5',
35699   'number_parts' => '3',
35700   'context' => '2',
35701   'tab_parent' => 'node/%',
35702   'tab_root' => 'node/%',
35703   'title' => 'Delete',
35704   'title_callback' => 't',
35705   'title_arguments' => '',
35706   'theme_callback' => '',
35707   'theme_arguments' => 'a:0:{}',
35708   'type' => '132',
35709   'description' => '',
35710   'position' => '',
35711   'weight' => '1',
35712   'include_file' => 'modules/node/node.pages.inc',
35713 ))
35714 ->values(array(
35715   'path' => 'node/%/edit',
35716   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35717   'to_arg_functions' => '',
35718   'access_callback' => 'node_access',
35719   'access_arguments' => 'a:2:{i:0;s:6:"update";i:1;i:1;}',
35720   'page_callback' => 'node_page_edit',
35721   'page_arguments' => 'a:1:{i:0;i:1;}',
35722   'delivery_callback' => '',
35723   'fit' => '5',
35724   'number_parts' => '3',
35725   'context' => '3',
35726   'tab_parent' => 'node/%',
35727   'tab_root' => 'node/%',
35728   'title' => 'Edit',
35729   'title_callback' => 't',
35730   'title_arguments' => '',
35731   'theme_callback' => '',
35732   'theme_arguments' => 'a:0:{}',
35733   'type' => '132',
35734   'description' => '',
35735   'position' => '',
35736   'weight' => '0',
35737   'include_file' => 'modules/node/node.pages.inc',
35738 ))
35739 ->values(array(
35740   'path' => 'node/%/outline',
35741   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35742   'to_arg_functions' => '',
35743   'access_callback' => '_book_outline_access',
35744   'access_arguments' => 'a:1:{i:0;i:1;}',
35745   'page_callback' => 'book_outline',
35746   'page_arguments' => 'a:1:{i:0;i:1;}',
35747   'delivery_callback' => '',
35748   'fit' => '5',
35749   'number_parts' => '3',
35750   'context' => '1',
35751   'tab_parent' => 'node/%',
35752   'tab_root' => 'node/%',
35753   'title' => 'Outline',
35754   'title_callback' => 't',
35755   'title_arguments' => '',
35756   'theme_callback' => '',
35757   'theme_arguments' => 'a:0:{}',
35758   'type' => '132',
35759   'description' => '',
35760   'position' => '',
35761   'weight' => '2',
35762   'include_file' => 'modules/book/book.pages.inc',
35763 ))
35764 ->values(array(
35765   'path' => 'node/%/outline/remove',
35766   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35767   'to_arg_functions' => '',
35768   'access_callback' => '_book_outline_remove_access',
35769   'access_arguments' => 'a:1:{i:0;i:1;}',
35770   'page_callback' => 'drupal_get_form',
35771   'page_arguments' => 'a:2:{i:0;s:16:"book_remove_form";i:1;i:1;}',
35772   'delivery_callback' => '',
35773   'fit' => '11',
35774   'number_parts' => '4',
35775   'context' => '0',
35776   'tab_parent' => '',
35777   'tab_root' => 'node/%/outline/remove',
35778   'title' => 'Remove from outline',
35779   'title_callback' => 't',
35780   'title_arguments' => '',
35781   'theme_callback' => '',
35782   'theme_arguments' => 'a:0:{}',
35783   'type' => '6',
35784   'description' => '',
35785   'position' => '',
35786   'weight' => '0',
35787   'include_file' => 'modules/book/book.pages.inc',
35788 ))
35789 ->values(array(
35790   'path' => 'node/%/revisions',
35791   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35792   'to_arg_functions' => '',
35793   'access_callback' => '_node_revision_access',
35794   'access_arguments' => 'a:1:{i:0;i:1;}',
35795   'page_callback' => 'node_revision_overview',
35796   'page_arguments' => 'a:1:{i:0;i:1;}',
35797   'delivery_callback' => '',
35798   'fit' => '5',
35799   'number_parts' => '3',
35800   'context' => '1',
35801   'tab_parent' => 'node/%',
35802   'tab_root' => 'node/%',
35803   'title' => 'Revisions',
35804   'title_callback' => 't',
35805   'title_arguments' => '',
35806   'theme_callback' => '',
35807   'theme_arguments' => 'a:0:{}',
35808   'type' => '132',
35809   'description' => '',
35810   'position' => '',
35811   'weight' => '2',
35812   'include_file' => 'modules/node/node.pages.inc',
35813 ))
35814 ->values(array(
35815   'path' => 'node/%/revisions/%/delete',
35816   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
35817   'to_arg_functions' => '',
35818   'access_callback' => '_node_revision_access',
35819   'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"delete";}',
35820   'page_callback' => 'drupal_get_form',
35821   'page_arguments' => 'a:2:{i:0;s:28:"node_revision_delete_confirm";i:1;i:1;}',
35822   'delivery_callback' => '',
35823   'fit' => '21',
35824   'number_parts' => '5',
35825   'context' => '0',
35826   'tab_parent' => '',
35827   'tab_root' => 'node/%/revisions/%/delete',
35828   'title' => 'Delete earlier revision',
35829   'title_callback' => 't',
35830   'title_arguments' => '',
35831   'theme_callback' => '',
35832   'theme_arguments' => 'a:0:{}',
35833   'type' => '6',
35834   'description' => '',
35835   'position' => '',
35836   'weight' => '0',
35837   'include_file' => 'modules/node/node.pages.inc',
35838 ))
35839 ->values(array(
35840   'path' => 'node/%/revisions/%/revert',
35841   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
35842   'to_arg_functions' => '',
35843   'access_callback' => '_node_revision_access',
35844   'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"update";}',
35845   'page_callback' => 'drupal_get_form',
35846   'page_arguments' => 'a:2:{i:0;s:28:"node_revision_revert_confirm";i:1;i:1;}',
35847   'delivery_callback' => '',
35848   'fit' => '21',
35849   'number_parts' => '5',
35850   'context' => '0',
35851   'tab_parent' => '',
35852   'tab_root' => 'node/%/revisions/%/revert',
35853   'title' => 'Revert to earlier revision',
35854   'title_callback' => 't',
35855   'title_arguments' => '',
35856   'theme_callback' => '',
35857   'theme_arguments' => 'a:0:{}',
35858   'type' => '6',
35859   'description' => '',
35860   'position' => '',
35861   'weight' => '0',
35862   'include_file' => 'modules/node/node.pages.inc',
35863 ))
35864 ->values(array(
35865   'path' => 'node/%/revisions/%/view',
35866   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
35867   'to_arg_functions' => '',
35868   'access_callback' => '_node_revision_access',
35869   'access_arguments' => 'a:1:{i:0;i:1;}',
35870   'page_callback' => 'node_show',
35871   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
35872   'delivery_callback' => '',
35873   'fit' => '21',
35874   'number_parts' => '5',
35875   'context' => '0',
35876   'tab_parent' => '',
35877   'tab_root' => 'node/%/revisions/%/view',
35878   'title' => 'Revisions',
35879   'title_callback' => 't',
35880   'title_arguments' => '',
35881   'theme_callback' => '',
35882   'theme_arguments' => 'a:0:{}',
35883   'type' => '6',
35884   'description' => '',
35885   'position' => '',
35886   'weight' => '0',
35887   'include_file' => '',
35888 ))
35889 ->values(array(
35890   'path' => 'node/%/track',
35891   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35892   'to_arg_functions' => '',
35893   'access_callback' => 'user_access',
35894   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
35895   'page_callback' => 'statistics_node_tracker',
35896   'page_arguments' => 'a:0:{}',
35897   'delivery_callback' => '',
35898   'fit' => '5',
35899   'number_parts' => '3',
35900   'context' => '1',
35901   'tab_parent' => 'node/%',
35902   'tab_root' => 'node/%',
35903   'title' => 'Track',
35904   'title_callback' => 't',
35905   'title_arguments' => '',
35906   'theme_callback' => '',
35907   'theme_arguments' => 'a:0:{}',
35908   'type' => '132',
35909   'description' => '',
35910   'position' => '',
35911   'weight' => '2',
35912   'include_file' => 'modules/statistics/statistics.pages.inc',
35913 ))
35914 ->values(array(
35915   'path' => 'node/%/translate',
35916   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35917   'to_arg_functions' => '',
35918   'access_callback' => '_translation_tab_access',
35919   'access_arguments' => 'a:1:{i:0;i:1;}',
35920   'page_callback' => 'translation_node_overview',
35921   'page_arguments' => 'a:1:{i:0;i:1;}',
35922   'delivery_callback' => '',
35923   'fit' => '5',
35924   'number_parts' => '3',
35925   'context' => '1',
35926   'tab_parent' => 'node/%',
35927   'tab_root' => 'node/%',
35928   'title' => 'Translate',
35929   'title_callback' => 't',
35930   'title_arguments' => '',
35931   'theme_callback' => '',
35932   'theme_arguments' => 'a:0:{}',
35933   'type' => '132',
35934   'description' => '',
35935   'position' => '',
35936   'weight' => '2',
35937   'include_file' => 'modules/translation/translation.pages.inc',
35938 ))
35939 ->values(array(
35940   'path' => 'node/%/view',
35941   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35942   'to_arg_functions' => '',
35943   'access_callback' => 'node_access',
35944   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}',
35945   'page_callback' => 'node_page_view',
35946   'page_arguments' => 'a:1:{i:0;i:1;}',
35947   'delivery_callback' => '',
35948   'fit' => '5',
35949   'number_parts' => '3',
35950   'context' => '1',
35951   'tab_parent' => 'node/%',
35952   'tab_root' => 'node/%',
35953   'title' => 'View',
35954   'title_callback' => 't',
35955   'title_arguments' => '',
35956   'theme_callback' => '',
35957   'theme_arguments' => 'a:0:{}',
35958   'type' => '140',
35959   'description' => '',
35960   'position' => '',
35961   'weight' => '-10',
35962   'include_file' => '',
35963 ))
35964 ->values(array(
35965   'path' => 'node/add',
35966   'load_functions' => '',
35967   'to_arg_functions' => '',
35968   'access_callback' => '_node_add_access',
35969   'access_arguments' => 'a:0:{}',
35970   'page_callback' => 'node_add_page',
35971   'page_arguments' => 'a:0:{}',
35972   'delivery_callback' => '',
35973   'fit' => '3',
35974   'number_parts' => '2',
35975   'context' => '0',
35976   'tab_parent' => '',
35977   'tab_root' => 'node/add',
35978   'title' => 'Add content',
35979   'title_callback' => 't',
35980   'title_arguments' => '',
35981   'theme_callback' => '',
35982   'theme_arguments' => 'a:0:{}',
35983   'type' => '6',
35984   'description' => '',
35985   'position' => '',
35986   'weight' => '0',
35987   'include_file' => 'modules/node/node.pages.inc',
35988 ))
35989 ->values(array(
35990   'path' => 'node/add/article',
35991   'load_functions' => '',
35992   'to_arg_functions' => '',
35993   'access_callback' => 'node_access',
35994   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:7:"article";}',
35995   'page_callback' => 'node_add',
35996   'page_arguments' => 'a:1:{i:0;s:7:"article";}',
35997   'delivery_callback' => '',
35998   'fit' => '7',
35999   'number_parts' => '3',
36000   'context' => '0',
36001   'tab_parent' => '',
36002   'tab_root' => 'node/add/article',
36003   'title' => 'Article',
36004   'title_callback' => 'check_plain',
36005   'title_arguments' => '',
36006   'theme_callback' => '',
36007   'theme_arguments' => 'a:0:{}',
36008   'type' => '6',
36009   'description' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
36010   'position' => '',
36011   'weight' => '0',
36012   'include_file' => 'modules/node/node.pages.inc',
36013 ))
36014 ->values(array(
36015   'path' => 'node/add/blog',
36016   'load_functions' => '',
36017   'to_arg_functions' => '',
36018   'access_callback' => 'node_access',
36019   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"blog";}',
36020   'page_callback' => 'node_add',
36021   'page_arguments' => 'a:1:{i:0;s:4:"blog";}',
36022   'delivery_callback' => '',
36023   'fit' => '7',
36024   'number_parts' => '3',
36025   'context' => '0',
36026   'tab_parent' => '',
36027   'tab_root' => 'node/add/blog',
36028   'title' => 'Blog entry',
36029   'title_callback' => 'check_plain',
36030   'title_arguments' => '',
36031   'theme_callback' => '',
36032   'theme_arguments' => 'a:0:{}',
36033   'type' => '6',
36034   'description' => 'Use for multi-user blogs. Every user gets a personal blog.',
36035   'position' => '',
36036   'weight' => '0',
36037   'include_file' => 'modules/node/node.pages.inc',
36038 ))
36039 ->values(array(
36040   'path' => 'node/add/book',
36041   'load_functions' => '',
36042   'to_arg_functions' => '',
36043   'access_callback' => 'node_access',
36044   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"book";}',
36045   'page_callback' => 'node_add',
36046   'page_arguments' => 'a:1:{i:0;s:4:"book";}',
36047   'delivery_callback' => '',
36048   'fit' => '7',
36049   'number_parts' => '3',
36050   'context' => '0',
36051   'tab_parent' => '',
36052   'tab_root' => 'node/add/book',
36053   'title' => 'Book page',
36054   'title_callback' => 'check_plain',
36055   'title_arguments' => '',
36056   'theme_callback' => '',
36057   'theme_arguments' => 'a:0:{}',
36058   'type' => '6',
36059   'description' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
36060   'position' => '',
36061   'weight' => '0',
36062   'include_file' => 'modules/node/node.pages.inc',
36063 ))
36064 ->values(array(
36065   'path' => 'node/add/forum',
36066   'load_functions' => '',
36067   'to_arg_functions' => '',
36068   'access_callback' => 'node_access',
36069   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:5:"forum";}',
36070   'page_callback' => 'node_add',
36071   'page_arguments' => 'a:1:{i:0;s:5:"forum";}',
36072   'delivery_callback' => '',
36073   'fit' => '7',
36074   'number_parts' => '3',
36075   'context' => '0',
36076   'tab_parent' => '',
36077   'tab_root' => 'node/add/forum',
36078   'title' => 'Forum topic',
36079   'title_callback' => 'check_plain',
36080   'title_arguments' => '',
36081   'theme_callback' => '',
36082   'theme_arguments' => 'a:0:{}',
36083   'type' => '6',
36084   'description' => 'A <em>forum topic</em> starts a new discussion thread within a forum.',
36085   'position' => '',
36086   'weight' => '0',
36087   'include_file' => 'modules/node/node.pages.inc',
36088 ))
36089 ->values(array(
36090   'path' => 'node/add/page',
36091   'load_functions' => '',
36092   'to_arg_functions' => '',
36093   'access_callback' => 'node_access',
36094   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"page";}',
36095   'page_callback' => 'node_add',
36096   'page_arguments' => 'a:1:{i:0;s:4:"page";}',
36097   'delivery_callback' => '',
36098   'fit' => '7',
36099   'number_parts' => '3',
36100   'context' => '0',
36101   'tab_parent' => '',
36102   'tab_root' => 'node/add/page',
36103   'title' => 'Basic page',
36104   'title_callback' => 'check_plain',
36105   'title_arguments' => '',
36106   'theme_callback' => '',
36107   'theme_arguments' => 'a:0:{}',
36108   'type' => '6',
36109   'description' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
36110   'position' => '',
36111   'weight' => '0',
36112   'include_file' => 'modules/node/node.pages.inc',
36113 ))
36114 ->values(array(
36115   'path' => 'node/add/test-content-type',
36116   'load_functions' => '',
36117   'to_arg_functions' => '',
36118   'access_callback' => 'node_access',
36119   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:17:"test_content_type";}',
36120   'page_callback' => 'node_add',
36121   'page_arguments' => 'a:1:{i:0;s:17:"test_content_type";}',
36122   'delivery_callback' => '',
36123   'fit' => '7',
36124   'number_parts' => '3',
36125   'context' => '0',
36126   'tab_parent' => '',
36127   'tab_root' => 'node/add/test-content-type',
36128   'title' => 'Test content type',
36129   'title_callback' => 'check_plain',
36130   'title_arguments' => '',
36131   'theme_callback' => '',
36132   'theme_arguments' => 'a:0:{}',
36133   'type' => '6',
36134   'description' => 'This is the description of the test content type.',
36135   'position' => '',
36136   'weight' => '0',
36137   'include_file' => 'modules/node/node.pages.inc',
36138 ))
36139 ->values(array(
36140   'path' => 'rss.xml',
36141   'load_functions' => '',
36142   'to_arg_functions' => '',
36143   'access_callback' => 'user_access',
36144   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36145   'page_callback' => 'node_feed',
36146   'page_arguments' => 'a:2:{i:0;b:0;i:1;a:0:{}}',
36147   'delivery_callback' => '',
36148   'fit' => '1',
36149   'number_parts' => '1',
36150   'context' => '0',
36151   'tab_parent' => '',
36152   'tab_root' => 'rss.xml',
36153   'title' => 'RSS feed',
36154   'title_callback' => 't',
36155   'title_arguments' => '',
36156   'theme_callback' => '',
36157   'theme_arguments' => 'a:0:{}',
36158   'type' => '0',
36159   'description' => '',
36160   'position' => '',
36161   'weight' => '0',
36162   'include_file' => '',
36163 ))
36164 ->values(array(
36165   'path' => 'search',
36166   'load_functions' => '',
36167   'to_arg_functions' => '',
36168   'access_callback' => 'search_is_active',
36169   'access_arguments' => 'a:0:{}',
36170   'page_callback' => 'search_view',
36171   'page_arguments' => 'a:0:{}',
36172   'delivery_callback' => '',
36173   'fit' => '1',
36174   'number_parts' => '1',
36175   'context' => '0',
36176   'tab_parent' => '',
36177   'tab_root' => 'search',
36178   'title' => 'Search',
36179   'title_callback' => 't',
36180   'title_arguments' => '',
36181   'theme_callback' => '',
36182   'theme_arguments' => 'a:0:{}',
36183   'type' => '20',
36184   'description' => '',
36185   'position' => '',
36186   'weight' => '0',
36187   'include_file' => 'modules/search/search.pages.inc',
36188 ))
36189 ->values(array(
36190   'path' => 'search/node',
36191   'load_functions' => '',
36192   'to_arg_functions' => '',
36193   'access_callback' => '_search_menu_access',
36194   'access_arguments' => 'a:1:{i:0;s:4:"node";}',
36195   'page_callback' => 'search_view',
36196   'page_arguments' => 'a:2:{i:0;s:4:"node";i:1;s:0:"";}',
36197   'delivery_callback' => '',
36198   'fit' => '3',
36199   'number_parts' => '2',
36200   'context' => '1',
36201   'tab_parent' => 'search',
36202   'tab_root' => 'search',
36203   'title' => 'Content',
36204   'title_callback' => 't',
36205   'title_arguments' => '',
36206   'theme_callback' => '',
36207   'theme_arguments' => 'a:0:{}',
36208   'type' => '132',
36209   'description' => '',
36210   'position' => '',
36211   'weight' => '-10',
36212   'include_file' => 'modules/search/search.pages.inc',
36213 ))
36214 ->values(array(
36215   'path' => 'search/node/%',
36216   '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";}}}',
36217   'to_arg_functions' => 'a:1:{i:2;s:16:"menu_tail_to_arg";}',
36218   'access_callback' => '_search_menu_access',
36219   'access_arguments' => 'a:1:{i:0;s:4:"node";}',
36220   'page_callback' => 'search_view',
36221   'page_arguments' => 'a:2:{i:0;s:4:"node";i:1;i:2;}',
36222   'delivery_callback' => '',
36223   'fit' => '6',
36224   'number_parts' => '3',
36225   'context' => '1',
36226   'tab_parent' => 'search/node',
36227   'tab_root' => 'search/node/%',
36228   'title' => 'Content',
36229   'title_callback' => 't',
36230   'title_arguments' => '',
36231   'theme_callback' => '',
36232   'theme_arguments' => 'a:0:{}',
36233   'type' => '132',
36234   'description' => '',
36235   'position' => '',
36236   'weight' => '0',
36237   'include_file' => 'modules/search/search.pages.inc',
36238 ))
36239 ->values(array(
36240   'path' => 'search/user',
36241   'load_functions' => '',
36242   'to_arg_functions' => '',
36243   'access_callback' => '_search_menu_access',
36244   'access_arguments' => 'a:1:{i:0;s:4:"user";}',
36245   'page_callback' => 'search_view',
36246   'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;s:0:"";}',
36247   'delivery_callback' => '',
36248   'fit' => '3',
36249   'number_parts' => '2',
36250   'context' => '1',
36251   'tab_parent' => 'search',
36252   'tab_root' => 'search',
36253   'title' => 'Users',
36254   'title_callback' => 't',
36255   'title_arguments' => '',
36256   'theme_callback' => '',
36257   'theme_arguments' => 'a:0:{}',
36258   'type' => '132',
36259   'description' => '',
36260   'position' => '',
36261   'weight' => '0',
36262   'include_file' => 'modules/search/search.pages.inc',
36263 ))
36264 ->values(array(
36265   'path' => 'search/user/%',
36266   '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";}}}',
36267   'to_arg_functions' => 'a:1:{i:2;s:16:"menu_tail_to_arg";}',
36268   'access_callback' => '_search_menu_access',
36269   'access_arguments' => 'a:1:{i:0;s:4:"user";}',
36270   'page_callback' => 'search_view',
36271   'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;i:2;}',
36272   'delivery_callback' => '',
36273   'fit' => '6',
36274   'number_parts' => '3',
36275   'context' => '1',
36276   'tab_parent' => 'search/node',
36277   'tab_root' => 'search/node/%',
36278   'title' => 'Users',
36279   'title_callback' => 't',
36280   'title_arguments' => '',
36281   'theme_callback' => '',
36282   'theme_arguments' => 'a:0:{}',
36283   'type' => '132',
36284   'description' => '',
36285   'position' => '',
36286   'weight' => '0',
36287   'include_file' => 'modules/search/search.pages.inc',
36288 ))
36289 ->values(array(
36290   'path' => 'sites/default/files/styles/%',
36291   'load_functions' => 'a:1:{i:4;s:16:"image_style_load";}',
36292   'to_arg_functions' => '',
36293   'access_callback' => '1',
36294   'access_arguments' => 'a:0:{}',
36295   'page_callback' => 'image_style_deliver',
36296   'page_arguments' => 'a:1:{i:0;i:4;}',
36297   'delivery_callback' => '',
36298   'fit' => '30',
36299   'number_parts' => '5',
36300   'context' => '0',
36301   'tab_parent' => '',
36302   'tab_root' => 'sites/default/files/styles/%',
36303   'title' => 'Generate image style',
36304   'title_callback' => 't',
36305   'title_arguments' => '',
36306   'theme_callback' => '',
36307   'theme_arguments' => 'a:0:{}',
36308   'type' => '0',
36309   'description' => '',
36310   'position' => '',
36311   'weight' => '0',
36312   'include_file' => '',
36313 ))
36314 ->values(array(
36315   'path' => 'system/ajax',
36316   'load_functions' => '',
36317   'to_arg_functions' => '',
36318   'access_callback' => '1',
36319   'access_arguments' => 'a:0:{}',
36320   'page_callback' => 'ajax_form_callback',
36321   'page_arguments' => 'a:0:{}',
36322   'delivery_callback' => 'ajax_deliver',
36323   'fit' => '3',
36324   'number_parts' => '2',
36325   'context' => '0',
36326   'tab_parent' => '',
36327   'tab_root' => 'system/ajax',
36328   'title' => 'AHAH callback',
36329   'title_callback' => 't',
36330   'title_arguments' => '',
36331   'theme_callback' => 'ajax_base_page_theme',
36332   'theme_arguments' => 'a:0:{}',
36333   'type' => '0',
36334   'description' => '',
36335   'position' => '',
36336   'weight' => '0',
36337   'include_file' => 'includes/form.inc',
36338 ))
36339 ->values(array(
36340   'path' => 'system/files',
36341   'load_functions' => '',
36342   'to_arg_functions' => '',
36343   'access_callback' => '1',
36344   'access_arguments' => 'a:0:{}',
36345   'page_callback' => 'file_download',
36346   'page_arguments' => 'a:1:{i:0;s:7:"private";}',
36347   'delivery_callback' => '',
36348   'fit' => '3',
36349   'number_parts' => '2',
36350   'context' => '0',
36351   'tab_parent' => '',
36352   'tab_root' => 'system/files',
36353   'title' => 'File download',
36354   'title_callback' => 't',
36355   'title_arguments' => '',
36356   'theme_callback' => '',
36357   'theme_arguments' => 'a:0:{}',
36358   'type' => '0',
36359   'description' => '',
36360   'position' => '',
36361   'weight' => '0',
36362   'include_file' => '',
36363 ))
36364 ->values(array(
36365   'path' => 'system/files/styles/%',
36366   'load_functions' => 'a:1:{i:3;s:16:"image_style_load";}',
36367   'to_arg_functions' => '',
36368   'access_callback' => '1',
36369   'access_arguments' => 'a:0:{}',
36370   'page_callback' => 'image_style_deliver',
36371   'page_arguments' => 'a:1:{i:0;i:3;}',
36372   'delivery_callback' => '',
36373   'fit' => '14',
36374   'number_parts' => '4',
36375   'context' => '0',
36376   'tab_parent' => '',
36377   'tab_root' => 'system/files/styles/%',
36378   'title' => 'Generate image style',
36379   'title_callback' => 't',
36380   'title_arguments' => '',
36381   'theme_callback' => '',
36382   'theme_arguments' => 'a:0:{}',
36383   'type' => '0',
36384   'description' => '',
36385   'position' => '',
36386   'weight' => '0',
36387   'include_file' => '',
36388 ))
36389 ->values(array(
36390   'path' => 'system/temporary',
36391   'load_functions' => '',
36392   'to_arg_functions' => '',
36393   'access_callback' => '1',
36394   'access_arguments' => 'a:0:{}',
36395   'page_callback' => 'file_download',
36396   'page_arguments' => 'a:1:{i:0;s:9:"temporary";}',
36397   'delivery_callback' => '',
36398   'fit' => '3',
36399   'number_parts' => '2',
36400   'context' => '0',
36401   'tab_parent' => '',
36402   'tab_root' => 'system/temporary',
36403   'title' => 'Temporary files',
36404   'title_callback' => 't',
36405   'title_arguments' => '',
36406   'theme_callback' => '',
36407   'theme_arguments' => 'a:0:{}',
36408   'type' => '0',
36409   'description' => '',
36410   'position' => '',
36411   'weight' => '0',
36412   'include_file' => '',
36413 ))
36414 ->values(array(
36415   'path' => 'system/timezone',
36416   'load_functions' => '',
36417   'to_arg_functions' => '',
36418   'access_callback' => '1',
36419   'access_arguments' => 'a:0:{}',
36420   'page_callback' => 'system_timezone',
36421   'page_arguments' => 'a:0:{}',
36422   'delivery_callback' => '',
36423   'fit' => '3',
36424   'number_parts' => '2',
36425   'context' => '0',
36426   'tab_parent' => '',
36427   'tab_root' => 'system/timezone',
36428   'title' => 'Time zone',
36429   'title_callback' => 't',
36430   'title_arguments' => '',
36431   'theme_callback' => '',
36432   'theme_arguments' => 'a:0:{}',
36433   'type' => '0',
36434   'description' => '',
36435   'position' => '',
36436   'weight' => '0',
36437   'include_file' => 'modules/system/system.admin.inc',
36438 ))
36439 ->values(array(
36440   'path' => 'taxonomy/autocomplete',
36441   'load_functions' => '',
36442   'to_arg_functions' => '',
36443   'access_callback' => 'user_access',
36444   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36445   'page_callback' => 'taxonomy_autocomplete',
36446   'page_arguments' => 'a:0:{}',
36447   'delivery_callback' => '',
36448   'fit' => '3',
36449   'number_parts' => '2',
36450   'context' => '0',
36451   'tab_parent' => '',
36452   'tab_root' => 'taxonomy/autocomplete',
36453   'title' => 'Autocomplete taxonomy',
36454   'title_callback' => 't',
36455   'title_arguments' => '',
36456   'theme_callback' => '',
36457   'theme_arguments' => 'a:0:{}',
36458   'type' => '0',
36459   'description' => '',
36460   'position' => '',
36461   'weight' => '0',
36462   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
36463 ))
36464 ->values(array(
36465   'path' => 'taxonomy/term/%',
36466   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
36467   'to_arg_functions' => '',
36468   'access_callback' => 'user_access',
36469   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36470   'page_callback' => 'taxonomy_term_page',
36471   'page_arguments' => 'a:1:{i:0;i:2;}',
36472   'delivery_callback' => '',
36473   'fit' => '6',
36474   'number_parts' => '3',
36475   'context' => '0',
36476   'tab_parent' => '',
36477   'tab_root' => 'taxonomy/term/%',
36478   'title' => 'Taxonomy term',
36479   'title_callback' => 'taxonomy_term_title',
36480   'title_arguments' => 'a:1:{i:0;i:2;}',
36481   'theme_callback' => '',
36482   'theme_arguments' => 'a:0:{}',
36483   'type' => '6',
36484   'description' => '',
36485   'position' => '',
36486   'weight' => '0',
36487   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
36488 ))
36489 ->values(array(
36490   'path' => 'taxonomy/term/%/edit',
36491   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
36492   'to_arg_functions' => '',
36493   'access_callback' => 'taxonomy_term_edit_access',
36494   'access_arguments' => 'a:1:{i:0;i:2;}',
36495   'page_callback' => 'drupal_get_form',
36496   'page_arguments' => 'a:3:{i:0;s:18:"taxonomy_form_term";i:1;i:2;i:2;N;}',
36497   'delivery_callback' => '',
36498   'fit' => '13',
36499   'number_parts' => '4',
36500   'context' => '1',
36501   'tab_parent' => 'taxonomy/term/%',
36502   'tab_root' => 'taxonomy/term/%',
36503   'title' => 'Edit',
36504   'title_callback' => 't',
36505   'title_arguments' => '',
36506   'theme_callback' => '',
36507   'theme_arguments' => 'a:0:{}',
36508   'type' => '132',
36509   'description' => '',
36510   'position' => '',
36511   'weight' => '10',
36512   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
36513 ))
36514 ->values(array(
36515   'path' => 'taxonomy/term/%/feed',
36516   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
36517   'to_arg_functions' => '',
36518   'access_callback' => 'user_access',
36519   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36520   'page_callback' => 'taxonomy_term_feed',
36521   'page_arguments' => 'a:1:{i:0;i:2;}',
36522   'delivery_callback' => '',
36523   'fit' => '13',
36524   'number_parts' => '4',
36525   'context' => '0',
36526   'tab_parent' => '',
36527   'tab_root' => 'taxonomy/term/%/feed',
36528   'title' => 'Taxonomy term',
36529   'title_callback' => 'taxonomy_term_title',
36530   'title_arguments' => 'a:1:{i:0;i:2;}',
36531   'theme_callback' => '',
36532   'theme_arguments' => 'a:0:{}',
36533   'type' => '0',
36534   'description' => '',
36535   'position' => '',
36536   'weight' => '0',
36537   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
36538 ))
36539 ->values(array(
36540   'path' => 'taxonomy/term/%/view',
36541   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
36542   'to_arg_functions' => '',
36543   'access_callback' => 'user_access',
36544   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36545   'page_callback' => 'taxonomy_term_page',
36546   'page_arguments' => 'a:1:{i:0;i:2;}',
36547   'delivery_callback' => '',
36548   'fit' => '13',
36549   'number_parts' => '4',
36550   'context' => '1',
36551   'tab_parent' => 'taxonomy/term/%',
36552   'tab_root' => 'taxonomy/term/%',
36553   'title' => 'View',
36554   'title_callback' => 't',
36555   'title_arguments' => '',
36556   'theme_callback' => '',
36557   'theme_arguments' => 'a:0:{}',
36558   'type' => '140',
36559   'description' => '',
36560   'position' => '',
36561   'weight' => '0',
36562   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
36563 ))
36564 ->values(array(
36565   'path' => 'toolbar/toggle',
36566   'load_functions' => '',
36567   'to_arg_functions' => '',
36568   'access_callback' => 'user_access',
36569   'access_arguments' => 'a:1:{i:0;s:14:"access toolbar";}',
36570   'page_callback' => 'toolbar_toggle_page',
36571   'page_arguments' => 'a:0:{}',
36572   'delivery_callback' => '',
36573   'fit' => '3',
36574   'number_parts' => '2',
36575   'context' => '0',
36576   'tab_parent' => '',
36577   'tab_root' => 'toolbar/toggle',
36578   'title' => 'Toggle drawer visibility',
36579   'title_callback' => 't',
36580   'title_arguments' => '',
36581   'theme_callback' => '',
36582   'theme_arguments' => 'a:0:{}',
36583   'type' => '0',
36584   'description' => '',
36585   'position' => '',
36586   'weight' => '0',
36587   'include_file' => '',
36588 ))
36589 ->values(array(
36590   'path' => 'tracker',
36591   'load_functions' => '',
36592   'to_arg_functions' => '',
36593   'access_callback' => 'user_access',
36594   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36595   'page_callback' => 'tracker_page',
36596   'page_arguments' => 'a:0:{}',
36597   'delivery_callback' => '',
36598   'fit' => '1',
36599   'number_parts' => '1',
36600   'context' => '0',
36601   'tab_parent' => '',
36602   'tab_root' => 'tracker',
36603   'title' => 'Recent content',
36604   'title_callback' => 't',
36605   'title_arguments' => '',
36606   'theme_callback' => '',
36607   'theme_arguments' => 'a:0:{}',
36608   'type' => '6',
36609   'description' => '',
36610   'position' => '',
36611   'weight' => '1',
36612   'include_file' => 'modules/tracker/tracker.pages.inc',
36613 ))
36614 ->values(array(
36615   'path' => 'tracker/%',
36616   'load_functions' => 'a:1:{i:1;s:22:"user_uid_optional_load";}',
36617   'to_arg_functions' => 'a:1:{i:1;s:24:"user_uid_optional_to_arg";}',
36618   'access_callback' => '_tracker_myrecent_access',
36619   'access_arguments' => 'a:1:{i:0;i:1;}',
36620   'page_callback' => 'tracker_page',
36621   'page_arguments' => 'a:1:{i:0;i:1;}',
36622   'delivery_callback' => '',
36623   'fit' => '2',
36624   'number_parts' => '2',
36625   'context' => '1',
36626   'tab_parent' => 'tracker',
36627   'tab_root' => 'tracker',
36628   'title' => 'My recent content',
36629   'title_callback' => 't',
36630   'title_arguments' => '',
36631   'theme_callback' => '',
36632   'theme_arguments' => 'a:0:{}',
36633   'type' => '132',
36634   'description' => '',
36635   'position' => '',
36636   'weight' => '0',
36637   'include_file' => 'modules/tracker/tracker.pages.inc',
36638 ))
36639 ->values(array(
36640   'path' => 'tracker/all',
36641   'load_functions' => '',
36642   'to_arg_functions' => '',
36643   'access_callback' => 'user_access',
36644   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36645   'page_callback' => 'tracker_page',
36646   'page_arguments' => 'a:0:{}',
36647   'delivery_callback' => '',
36648   'fit' => '3',
36649   'number_parts' => '2',
36650   'context' => '1',
36651   'tab_parent' => 'tracker',
36652   'tab_root' => 'tracker',
36653   'title' => 'All recent content',
36654   'title_callback' => 't',
36655   'title_arguments' => '',
36656   'theme_callback' => '',
36657   'theme_arguments' => 'a:0:{}',
36658   'type' => '140',
36659   'description' => '',
36660   'position' => '',
36661   'weight' => '0',
36662   'include_file' => 'modules/tracker/tracker.pages.inc',
36663 ))
36664 ->values(array(
36665   'path' => 'user',
36666   'load_functions' => '',
36667   'to_arg_functions' => '',
36668   'access_callback' => '1',
36669   'access_arguments' => 'a:0:{}',
36670   'page_callback' => 'user_page',
36671   'page_arguments' => 'a:0:{}',
36672   'delivery_callback' => '',
36673   'fit' => '1',
36674   'number_parts' => '1',
36675   'context' => '0',
36676   'tab_parent' => '',
36677   'tab_root' => 'user',
36678   'title' => 'User account',
36679   'title_callback' => 'user_menu_title',
36680   'title_arguments' => '',
36681   'theme_callback' => '',
36682   'theme_arguments' => 'a:0:{}',
36683   'type' => '6',
36684   'description' => '',
36685   'position' => '',
36686   'weight' => '-10',
36687   'include_file' => 'modules/user/user.pages.inc',
36688 ))
36689 ->values(array(
36690   'path' => 'user/%',
36691   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36692   'to_arg_functions' => '',
36693   'access_callback' => 'user_view_access',
36694   'access_arguments' => 'a:1:{i:0;i:1;}',
36695   'page_callback' => 'user_view_page',
36696   'page_arguments' => 'a:1:{i:0;i:1;}',
36697   'delivery_callback' => '',
36698   'fit' => '2',
36699   'number_parts' => '2',
36700   'context' => '0',
36701   'tab_parent' => '',
36702   'tab_root' => 'user/%',
36703   'title' => 'My account',
36704   'title_callback' => 'user_page_title',
36705   'title_arguments' => 'a:1:{i:0;i:1;}',
36706   'theme_callback' => '',
36707   'theme_arguments' => 'a:0:{}',
36708   'type' => '6',
36709   'description' => '',
36710   'position' => '',
36711   'weight' => '0',
36712   'include_file' => '',
36713 ))
36714 ->values(array(
36715   'path' => 'user/%/cancel',
36716   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36717   'to_arg_functions' => '',
36718   'access_callback' => 'user_cancel_access',
36719   'access_arguments' => 'a:1:{i:0;i:1;}',
36720   'page_callback' => 'drupal_get_form',
36721   'page_arguments' => 'a:2:{i:0;s:24:"user_cancel_confirm_form";i:1;i:1;}',
36722   'delivery_callback' => '',
36723   'fit' => '5',
36724   'number_parts' => '3',
36725   'context' => '0',
36726   'tab_parent' => '',
36727   'tab_root' => 'user/%/cancel',
36728   'title' => 'Cancel account',
36729   'title_callback' => 't',
36730   'title_arguments' => '',
36731   'theme_callback' => '',
36732   'theme_arguments' => 'a:0:{}',
36733   'type' => '6',
36734   'description' => '',
36735   'position' => '',
36736   'weight' => '0',
36737   'include_file' => 'modules/user/user.pages.inc',
36738 ))
36739 ->values(array(
36740   'path' => 'user/%/cancel/confirm/%/%',
36741   'load_functions' => 'a:3:{i:1;s:9:"user_load";i:4;N;i:5;N;}',
36742   'to_arg_functions' => '',
36743   'access_callback' => 'user_cancel_access',
36744   'access_arguments' => 'a:1:{i:0;i:1;}',
36745   'page_callback' => 'user_cancel_confirm',
36746   'page_arguments' => 'a:3:{i:0;i:1;i:1;i:4;i:2;i:5;}',
36747   'delivery_callback' => '',
36748   'fit' => '44',
36749   'number_parts' => '6',
36750   'context' => '0',
36751   'tab_parent' => '',
36752   'tab_root' => 'user/%/cancel/confirm/%/%',
36753   'title' => 'Confirm account cancellation',
36754   'title_callback' => 't',
36755   'title_arguments' => '',
36756   'theme_callback' => '',
36757   'theme_arguments' => 'a:0:{}',
36758   'type' => '6',
36759   'description' => '',
36760   'position' => '',
36761   'weight' => '0',
36762   'include_file' => 'modules/user/user.pages.inc',
36763 ))
36764 ->values(array(
36765   'path' => 'user/%/contact',
36766   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36767   'to_arg_functions' => '',
36768   'access_callback' => '_contact_personal_tab_access',
36769   'access_arguments' => 'a:1:{i:0;i:1;}',
36770   'page_callback' => 'drupal_get_form',
36771   'page_arguments' => 'a:2:{i:0;s:21:"contact_personal_form";i:1;i:1;}',
36772   'delivery_callback' => '',
36773   'fit' => '5',
36774   'number_parts' => '3',
36775   'context' => '1',
36776   'tab_parent' => 'user/%',
36777   'tab_root' => 'user/%',
36778   'title' => 'Contact',
36779   'title_callback' => 't',
36780   'title_arguments' => '',
36781   'theme_callback' => '',
36782   'theme_arguments' => 'a:0:{}',
36783   'type' => '132',
36784   'description' => '',
36785   'position' => '',
36786   'weight' => '2',
36787   'include_file' => 'modules/contact/contact.pages.inc',
36788 ))
36789 ->values(array(
36790   'path' => 'user/%/edit',
36791   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36792   'to_arg_functions' => '',
36793   'access_callback' => 'user_edit_access',
36794   'access_arguments' => 'a:1:{i:0;i:1;}',
36795   'page_callback' => 'drupal_get_form',
36796   'page_arguments' => 'a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}',
36797   'delivery_callback' => '',
36798   'fit' => '5',
36799   'number_parts' => '3',
36800   'context' => '1',
36801   'tab_parent' => 'user/%',
36802   'tab_root' => 'user/%',
36803   'title' => 'Edit',
36804   'title_callback' => 't',
36805   'title_arguments' => '',
36806   'theme_callback' => '',
36807   'theme_arguments' => 'a:0:{}',
36808   'type' => '132',
36809   'description' => '',
36810   'position' => '',
36811   'weight' => '0',
36812   'include_file' => 'modules/user/user.pages.inc',
36813 ))
36814 ->values(array(
36815   'path' => 'user/%/edit/account',
36816   '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";}}}',
36817   'to_arg_functions' => '',
36818   'access_callback' => 'user_edit_access',
36819   'access_arguments' => 'a:1:{i:0;i:1;}',
36820   'page_callback' => 'drupal_get_form',
36821   'page_arguments' => 'a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}',
36822   'delivery_callback' => '',
36823   'fit' => '11',
36824   'number_parts' => '4',
36825   'context' => '1',
36826   'tab_parent' => 'user/%/edit',
36827   'tab_root' => 'user/%',
36828   'title' => 'Account',
36829   'title_callback' => 't',
36830   'title_arguments' => '',
36831   'theme_callback' => '',
36832   'theme_arguments' => 'a:0:{}',
36833   'type' => '140',
36834   'description' => '',
36835   'position' => '',
36836   'weight' => '0',
36837   'include_file' => 'modules/user/user.pages.inc',
36838 ))
36839 ->values(array(
36840   'path' => 'user/%/shortcuts',
36841   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36842   'to_arg_functions' => '',
36843   'access_callback' => 'shortcut_set_switch_access',
36844   'access_arguments' => 'a:1:{i:0;i:1;}',
36845   'page_callback' => 'drupal_get_form',
36846   'page_arguments' => 'a:2:{i:0;s:19:"shortcut_set_switch";i:1;i:1;}',
36847   'delivery_callback' => '',
36848   'fit' => '5',
36849   'number_parts' => '3',
36850   'context' => '1',
36851   'tab_parent' => 'user/%',
36852   'tab_root' => 'user/%',
36853   'title' => 'Shortcuts',
36854   'title_callback' => 't',
36855   'title_arguments' => '',
36856   'theme_callback' => '',
36857   'theme_arguments' => 'a:0:{}',
36858   'type' => '132',
36859   'description' => '',
36860   'position' => '',
36861   'weight' => '0',
36862   'include_file' => 'modules/shortcut/shortcut.admin.inc',
36863 ))
36864 ->values(array(
36865   'path' => 'user/%/track',
36866   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36867   'to_arg_functions' => '',
36868   'access_callback' => '_tracker_user_access',
36869   'access_arguments' => 'a:1:{i:0;i:1;}',
36870   'page_callback' => 'tracker_page',
36871   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
36872   'delivery_callback' => '',
36873   'fit' => '5',
36874   'number_parts' => '3',
36875   'context' => '1',
36876   'tab_parent' => 'user/%',
36877   'tab_root' => 'user/%',
36878   'title' => 'Track',
36879   'title_callback' => 't',
36880   'title_arguments' => '',
36881   'theme_callback' => '',
36882   'theme_arguments' => 'a:0:{}',
36883   'type' => '132',
36884   'description' => '',
36885   'position' => '',
36886   'weight' => '0',
36887   'include_file' => 'modules/tracker/tracker.pages.inc',
36888 ))
36889 ->values(array(
36890   'path' => 'user/%/track/content',
36891   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36892   'to_arg_functions' => '',
36893   'access_callback' => '_tracker_user_access',
36894   'access_arguments' => 'a:1:{i:0;i:1;}',
36895   'page_callback' => 'tracker_page',
36896   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
36897   'delivery_callback' => '',
36898   'fit' => '11',
36899   'number_parts' => '4',
36900   'context' => '1',
36901   'tab_parent' => 'user/%/track',
36902   'tab_root' => 'user/%',
36903   'title' => 'Track content',
36904   'title_callback' => 't',
36905   'title_arguments' => '',
36906   'theme_callback' => '',
36907   'theme_arguments' => 'a:0:{}',
36908   'type' => '140',
36909   'description' => '',
36910   'position' => '',
36911   'weight' => '0',
36912   'include_file' => 'modules/tracker/tracker.pages.inc',
36913 ))
36914 ->values(array(
36915   'path' => 'user/%/track/navigation',
36916   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36917   'to_arg_functions' => '',
36918   'access_callback' => 'user_access',
36919   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
36920   'page_callback' => 'statistics_user_tracker',
36921   'page_arguments' => 'a:0:{}',
36922   'delivery_callback' => '',
36923   'fit' => '11',
36924   'number_parts' => '4',
36925   'context' => '1',
36926   'tab_parent' => 'user/%/track',
36927   'tab_root' => 'user/%',
36928   'title' => 'Track page visits',
36929   'title_callback' => 't',
36930   'title_arguments' => '',
36931   'theme_callback' => '',
36932   'theme_arguments' => 'a:0:{}',
36933   'type' => '132',
36934   'description' => '',
36935   'position' => '',
36936   'weight' => '2',
36937   'include_file' => 'modules/statistics/statistics.pages.inc',
36938 ))
36939 ->values(array(
36940   'path' => 'user/%/view',
36941   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36942   'to_arg_functions' => '',
36943   'access_callback' => 'user_view_access',
36944   'access_arguments' => 'a:1:{i:0;i:1;}',
36945   'page_callback' => 'user_view_page',
36946   'page_arguments' => 'a:1:{i:0;i:1;}',
36947   'delivery_callback' => '',
36948   'fit' => '5',
36949   'number_parts' => '3',
36950   'context' => '1',
36951   'tab_parent' => 'user/%',
36952   'tab_root' => 'user/%',
36953   'title' => 'View',
36954   'title_callback' => 't',
36955   'title_arguments' => '',
36956   'theme_callback' => '',
36957   'theme_arguments' => 'a:0:{}',
36958   'type' => '140',
36959   'description' => '',
36960   'position' => '',
36961   'weight' => '-10',
36962   'include_file' => '',
36963 ))
36964 ->values(array(
36965   'path' => 'user/autocomplete',
36966   'load_functions' => '',
36967   'to_arg_functions' => '',
36968   'access_callback' => 'user_access',
36969   'access_arguments' => 'a:1:{i:0;s:20:"access user profiles";}',
36970   'page_callback' => 'user_autocomplete',
36971   'page_arguments' => 'a:0:{}',
36972   'delivery_callback' => '',
36973   'fit' => '3',
36974   'number_parts' => '2',
36975   'context' => '0',
36976   'tab_parent' => '',
36977   'tab_root' => 'user/autocomplete',
36978   'title' => 'User autocomplete',
36979   'title_callback' => 't',
36980   'title_arguments' => '',
36981   'theme_callback' => '',
36982   'theme_arguments' => 'a:0:{}',
36983   'type' => '0',
36984   'description' => '',
36985   'position' => '',
36986   'weight' => '0',
36987   'include_file' => 'modules/user/user.pages.inc',
36988 ))
36989 ->values(array(
36990   'path' => 'user/login',
36991   'load_functions' => '',
36992   'to_arg_functions' => '',
36993   'access_callback' => 'user_is_anonymous',
36994   'access_arguments' => 'a:0:{}',
36995   'page_callback' => 'user_page',
36996   'page_arguments' => 'a:0:{}',
36997   'delivery_callback' => '',
36998   'fit' => '3',
36999   'number_parts' => '2',
37000   'context' => '1',
37001   'tab_parent' => 'user',
37002   'tab_root' => 'user',
37003   'title' => 'Log in',
37004   'title_callback' => 't',
37005   'title_arguments' => '',
37006   'theme_callback' => '',
37007   'theme_arguments' => 'a:0:{}',
37008   'type' => '140',
37009   'description' => '',
37010   'position' => '',
37011   'weight' => '0',
37012   'include_file' => 'modules/user/user.pages.inc',
37013 ))
37014 ->values(array(
37015   'path' => 'user/logout',
37016   'load_functions' => '',
37017   'to_arg_functions' => '',
37018   'access_callback' => 'user_is_logged_in',
37019   'access_arguments' => 'a:0:{}',
37020   'page_callback' => 'user_logout',
37021   'page_arguments' => 'a:0:{}',
37022   'delivery_callback' => '',
37023   'fit' => '3',
37024   'number_parts' => '2',
37025   'context' => '0',
37026   'tab_parent' => '',
37027   'tab_root' => 'user/logout',
37028   'title' => 'Log out',
37029   'title_callback' => 't',
37030   'title_arguments' => '',
37031   'theme_callback' => '',
37032   'theme_arguments' => 'a:0:{}',
37033   'type' => '6',
37034   'description' => '',
37035   'position' => '',
37036   'weight' => '10',
37037   'include_file' => 'modules/user/user.pages.inc',
37038 ))
37039 ->values(array(
37040   'path' => 'user/password',
37041   'load_functions' => '',
37042   'to_arg_functions' => '',
37043   'access_callback' => '1',
37044   'access_arguments' => 'a:0:{}',
37045   'page_callback' => 'drupal_get_form',
37046   'page_arguments' => 'a:1:{i:0;s:9:"user_pass";}',
37047   'delivery_callback' => '',
37048   'fit' => '3',
37049   'number_parts' => '2',
37050   'context' => '1',
37051   'tab_parent' => 'user',
37052   'tab_root' => 'user',
37053   'title' => 'Request new password',
37054   'title_callback' => 't',
37055   'title_arguments' => '',
37056   'theme_callback' => '',
37057   'theme_arguments' => 'a:0:{}',
37058   'type' => '132',
37059   'description' => '',
37060   'position' => '',
37061   'weight' => '0',
37062   'include_file' => 'modules/user/user.pages.inc',
37063 ))
37064 ->values(array(
37065   'path' => 'user/register',
37066   'load_functions' => '',
37067   'to_arg_functions' => '',
37068   'access_callback' => 'user_register_access',
37069   'access_arguments' => 'a:0:{}',
37070   'page_callback' => 'drupal_get_form',
37071   'page_arguments' => 'a:1:{i:0;s:18:"user_register_form";}',
37072   'delivery_callback' => '',
37073   'fit' => '3',
37074   'number_parts' => '2',
37075   'context' => '1',
37076   'tab_parent' => 'user',
37077   'tab_root' => 'user',
37078   'title' => 'Create new account',
37079   'title_callback' => 't',
37080   'title_arguments' => '',
37081   'theme_callback' => '',
37082   'theme_arguments' => 'a:0:{}',
37083   'type' => '132',
37084   'description' => '',
37085   'position' => '',
37086   'weight' => '0',
37087   'include_file' => '',
37088 ))
37089 ->values(array(
37090   'path' => 'user/reset/%/%/%',
37091   'load_functions' => 'a:3:{i:2;N;i:3;N;i:4;N;}',
37092   'to_arg_functions' => '',
37093   'access_callback' => '1',
37094   'access_arguments' => 'a:0:{}',
37095   'page_callback' => 'drupal_get_form',
37096   'page_arguments' => 'a:4:{i:0;s:15:"user_pass_reset";i:1;i:2;i:2;i:3;i:3;i:4;}',
37097   'delivery_callback' => '',
37098   'fit' => '24',
37099   'number_parts' => '5',
37100   'context' => '0',
37101   'tab_parent' => '',
37102   'tab_root' => 'user/reset/%/%/%',
37103   'title' => 'Reset password',
37104   'title_callback' => 't',
37105   'title_arguments' => '',
37106   'theme_callback' => '',
37107   'theme_arguments' => 'a:0:{}',
37108   'type' => '0',
37109   'description' => '',
37110   'position' => '',
37111   'weight' => '0',
37112   'include_file' => 'modules/user/user.pages.inc',
37113 ))
37114 ->execute();
37115
37116 $connection->schema()->createTable('node', array(
37117   'fields' => array(
37118     'nid' => array(
37119       'type' => 'serial',
37120       'not null' => TRUE,
37121       'size' => 'normal',
37122       'unsigned' => TRUE,
37123     ),
37124     'vid' => array(
37125       'type' => 'int',
37126       'not null' => FALSE,
37127       'size' => 'normal',
37128       'unsigned' => TRUE,
37129     ),
37130     'type' => array(
37131       'type' => 'varchar',
37132       'not null' => TRUE,
37133       'length' => '32',
37134       'default' => '',
37135     ),
37136     'language' => array(
37137       'type' => 'varchar',
37138       'not null' => TRUE,
37139       'length' => '12',
37140       'default' => '',
37141     ),
37142     'title' => array(
37143       'type' => 'varchar',
37144       'not null' => TRUE,
37145       'length' => '255',
37146       'default' => '',
37147     ),
37148     'uid' => array(
37149       'type' => 'int',
37150       'not null' => TRUE,
37151       'size' => 'normal',
37152       'default' => '0',
37153     ),
37154     'status' => array(
37155       'type' => 'int',
37156       'not null' => TRUE,
37157       'size' => 'normal',
37158       'default' => '1',
37159     ),
37160     'created' => array(
37161       'type' => 'int',
37162       'not null' => TRUE,
37163       'size' => 'normal',
37164       'default' => '0',
37165     ),
37166     'changed' => array(
37167       'type' => 'int',
37168       'not null' => TRUE,
37169       'size' => 'normal',
37170       'default' => '0',
37171     ),
37172     'comment' => array(
37173       'type' => 'int',
37174       'not null' => TRUE,
37175       'size' => 'normal',
37176       'default' => '0',
37177     ),
37178     'promote' => array(
37179       'type' => 'int',
37180       'not null' => TRUE,
37181       'size' => 'normal',
37182       'default' => '0',
37183     ),
37184     'sticky' => array(
37185       'type' => 'int',
37186       'not null' => TRUE,
37187       'size' => 'normal',
37188       'default' => '0',
37189     ),
37190     'tnid' => array(
37191       'type' => 'int',
37192       'not null' => TRUE,
37193       'size' => 'normal',
37194       'default' => '0',
37195       'unsigned' => TRUE,
37196     ),
37197     'translate' => array(
37198       'type' => 'int',
37199       'not null' => TRUE,
37200       'size' => 'normal',
37201       'default' => '0',
37202     ),
37203   ),
37204   'primary key' => array(
37205     'nid',
37206   ),
37207   'mysql_character_set' => 'utf8',
37208 ));
37209
37210 $connection->insert('node')
37211 ->fields(array(
37212   'nid',
37213   'vid',
37214   'type',
37215   'language',
37216   'title',
37217   'uid',
37218   'status',
37219   'created',
37220   'changed',
37221   'comment',
37222   'promote',
37223   'sticky',
37224   'tnid',
37225   'translate',
37226 ))
37227 ->values(array(
37228   'nid' => '1',
37229   'vid' => '1',
37230   'type' => 'test_content_type',
37231   'language' => 'en',
37232   'title' => 'A Node',
37233   'uid' => '2',
37234   'status' => '1',
37235   'created' => '1421727515',
37236   'changed' => '1441032132',
37237   'comment' => '2',
37238   'promote' => '1',
37239   'sticky' => '0',
37240   'tnid' => '0',
37241   'translate' => '0',
37242 ))
37243 ->values(array(
37244   'nid' => '2',
37245   'vid' => '2',
37246   'type' => 'article',
37247   'language' => 'en',
37248   'title' => 'The thing about Deep Space 9',
37249   'uid' => '2',
37250   'status' => '1',
37251   'created' => '1441306772',
37252   'changed' => '1441306832',
37253   'comment' => '2',
37254   'promote' => '1',
37255   'sticky' => '0',
37256   'tnid' => '2',
37257   'translate' => '0',
37258 ))
37259 ->values(array(
37260   'nid' => '3',
37261   'vid' => '3',
37262   'type' => 'article',
37263   'language' => 'is',
37264   'title' => 'is - The thing about Deep Space 9',
37265   'uid' => '1',
37266   'status' => '1',
37267   'created' => '1471428152',
37268   'changed' => '1471428152',
37269   'comment' => '2',
37270   'promote' => '1',
37271   'sticky' => '0',
37272   'tnid' => '2',
37273   'translate' => '0',
37274 ))
37275 ->values(array(
37276   'nid' => '4',
37277   'vid' => '4',
37278   'type' => 'article',
37279   'language' => 'is',
37280   'title' => 'is - The thing about Firefly',
37281   'uid' => '1',
37282   'status' => '1',
37283   'created' => '1478755274',
37284   'changed' => '1478755274',
37285   'comment' => '1',
37286   'promote' => '1',
37287   'sticky' => '0',
37288   'tnid' => '4',
37289   'translate' => '0',
37290 ))
37291 ->values(array(
37292   'nid' => '5',
37293   'vid' => '5',
37294   'type' => 'article',
37295   'language' => 'en',
37296   'title' => 'en - The thing about Firefly',
37297   'uid' => '1',
37298   'status' => '1',
37299   'created' => '1478755314',
37300   'changed' => '1478755314',
37301   'comment' => '1',
37302   'promote' => '1',
37303   'sticky' => '0',
37304   'tnid' => '4',
37305   'translate' => '0',
37306 ))
37307 ->values(array(
37308   'nid' => '6',
37309   'vid' => '6',
37310   'type' => 'forum',
37311   'language' => 'en',
37312   'title' => 'Comments are closed :-(',
37313   'uid' => '1',
37314   'status' => '1',
37315   'created' => '1504715414',
37316   'changed' => '1504715414',
37317   'comment' => '1',
37318   'promote' => '0',
37319   'sticky' => '0',
37320   'tnid' => '0',
37321   'translate' => '0',
37322 ))
37323 ->values(array(
37324   'nid' => '7',
37325   'vid' => '7',
37326   'type' => 'forum',
37327   'language' => 'en',
37328   'title' => 'Comments are open :-)',
37329   'uid' => '1',
37330   'status' => '1',
37331   'created' => '1504715432',
37332   'changed' => '1504715432',
37333   'comment' => '2',
37334   'promote' => '0',
37335   'sticky' => '0',
37336   'tnid' => '0',
37337   'translate' => '0',
37338 ))
37339 ->execute();
37340
37341 $connection->schema()->createTable('node_access', array(
37342   'fields' => array(
37343     'nid' => array(
37344       'type' => 'int',
37345       'not null' => TRUE,
37346       'size' => 'normal',
37347       'default' => '0',
37348       'unsigned' => TRUE,
37349     ),
37350     'gid' => array(
37351       'type' => 'int',
37352       'not null' => TRUE,
37353       'size' => 'normal',
37354       'default' => '0',
37355       'unsigned' => TRUE,
37356     ),
37357     'realm' => array(
37358       'type' => 'varchar',
37359       'not null' => TRUE,
37360       'length' => '255',
37361       'default' => '',
37362     ),
37363     'grant_view' => array(
37364       'type' => 'int',
37365       'not null' => TRUE,
37366       'size' => 'normal',
37367       'default' => '0',
37368       'unsigned' => TRUE,
37369     ),
37370     'grant_update' => array(
37371       'type' => 'int',
37372       'not null' => TRUE,
37373       'size' => 'normal',
37374       'default' => '0',
37375       'unsigned' => TRUE,
37376     ),
37377     'grant_delete' => array(
37378       'type' => 'int',
37379       'not null' => TRUE,
37380       'size' => 'normal',
37381       'default' => '0',
37382       'unsigned' => TRUE,
37383     ),
37384   ),
37385   'primary key' => array(
37386     'nid',
37387     'gid',
37388     'realm',
37389   ),
37390   'mysql_character_set' => 'utf8',
37391 ));
37392
37393 $connection->insert('node_access')
37394 ->fields(array(
37395   'nid',
37396   'gid',
37397   'realm',
37398   'grant_view',
37399   'grant_update',
37400   'grant_delete',
37401 ))
37402 ->values(array(
37403   'nid' => '0',
37404   'gid' => '0',
37405   'realm' => 'all',
37406   'grant_view' => '1',
37407   'grant_update' => '0',
37408   'grant_delete' => '0',
37409 ))
37410 ->execute();
37411
37412 $connection->schema()->createTable('node_comment_statistics', array(
37413   'fields' => array(
37414     'nid' => array(
37415       'type' => 'int',
37416       'not null' => TRUE,
37417       'size' => 'normal',
37418       'default' => '0',
37419       'unsigned' => TRUE,
37420     ),
37421     'cid' => array(
37422       'type' => 'int',
37423       'not null' => TRUE,
37424       'size' => 'normal',
37425       'default' => '0',
37426     ),
37427     'last_comment_timestamp' => array(
37428       'type' => 'int',
37429       'not null' => TRUE,
37430       'size' => 'normal',
37431       'default' => '0',
37432     ),
37433     'last_comment_name' => array(
37434       'type' => 'varchar',
37435       'not null' => FALSE,
37436       'length' => '60',
37437     ),
37438     'last_comment_uid' => array(
37439       'type' => 'int',
37440       'not null' => TRUE,
37441       'size' => 'normal',
37442       'default' => '0',
37443     ),
37444     'comment_count' => array(
37445       'type' => 'int',
37446       'not null' => TRUE,
37447       'size' => 'normal',
37448       'default' => '0',
37449       'unsigned' => TRUE,
37450     ),
37451   ),
37452   'primary key' => array(
37453     'nid',
37454   ),
37455   'mysql_character_set' => 'utf8',
37456 ));
37457
37458 $connection->insert('node_comment_statistics')
37459 ->fields(array(
37460   'nid',
37461   'cid',
37462   'last_comment_timestamp',
37463   'last_comment_name',
37464   'last_comment_uid',
37465   'comment_count',
37466 ))
37467 ->values(array(
37468   'nid' => '1',
37469   'cid' => '1',
37470   'last_comment_timestamp' => '1421727536',
37471   'last_comment_name' => '',
37472   'last_comment_uid' => '1',
37473   'comment_count' => '1',
37474 ))
37475 ->values(array(
37476   'nid' => '3',
37477   'cid' => '3',
37478   'last_comment_timestamp' => '1533031490',
37479   'last_comment_name' => '',
37480   'last_comment_uid' => '1',
37481   'comment_count' => '1',
37482 ))
37483 ->values(array(
37484   'nid' => '4',
37485   'cid' => '0',
37486   'last_comment_timestamp' => '1478755274',
37487   'last_comment_name' => NULL,
37488   'last_comment_uid' => '1',
37489   'comment_count' => '0',
37490 ))
37491 ->values(array(
37492   'nid' => '5',
37493   'cid' => '0',
37494   'last_comment_timestamp' => '1478755314',
37495   'last_comment_name' => NULL,
37496   'last_comment_uid' => '1',
37497   'comment_count' => '0',
37498 ))
37499 ->values(array(
37500   'nid' => '6',
37501   'cid' => '0',
37502   'last_comment_timestamp' => '1504715414',
37503   'last_comment_name' => NULL,
37504   'last_comment_uid' => '1',
37505   'comment_count' => '0',
37506 ))
37507 ->values(array(
37508   'nid' => '7',
37509   'cid' => '0',
37510   'last_comment_timestamp' => '1504715432',
37511   'last_comment_name' => NULL,
37512   'last_comment_uid' => '1',
37513   'comment_count' => '0',
37514 ))
37515 ->execute();
37516
37517 $connection->schema()->createTable('node_counter', array(
37518   'fields' => array(
37519     'nid' => array(
37520       'type' => 'int',
37521       'not null' => TRUE,
37522       'size' => 'normal',
37523       'default' => '0',
37524     ),
37525     'totalcount' => array(
37526       'type' => 'int',
37527       'not null' => TRUE,
37528       'size' => 'normal',
37529       'default' => '0',
37530       'unsigned' => TRUE,
37531     ),
37532     'daycount' => array(
37533       'type' => 'int',
37534       'not null' => TRUE,
37535       'size' => 'normal',
37536       'default' => '0',
37537       'unsigned' => TRUE,
37538     ),
37539     'timestamp' => array(
37540       'type' => 'int',
37541       'not null' => TRUE,
37542       'size' => 'normal',
37543       'default' => '0',
37544       'unsigned' => TRUE,
37545     ),
37546   ),
37547   'primary key' => array(
37548     'nid',
37549   ),
37550   'mysql_character_set' => 'utf8',
37551 ));
37552
37553 $connection->insert('node_counter')
37554 ->fields(array(
37555   'nid',
37556   'totalcount',
37557   'daycount',
37558   'timestamp',
37559 ))
37560 ->values(array(
37561   'nid' => '1',
37562   'totalcount' => '2',
37563   'daycount' => '0',
37564   'timestamp' => '1421727536',
37565 ))
37566 ->values(array(
37567   'nid' => '2',
37568   'totalcount' => '1',
37569   'daycount' => '0',
37570   'timestamp' => '1471428059',
37571 ))
37572 ->values(array(
37573   'nid' => '3',
37574   'totalcount' => '1',
37575   'daycount' => '0',
37576   'timestamp' => '1471428153',
37577 ))
37578 ->values(array(
37579   'nid' => '4',
37580   'totalcount' => '1',
37581   'daycount' => '1',
37582   'timestamp' => '1478755275',
37583 ))
37584 ->values(array(
37585   'nid' => '5',
37586   'totalcount' => '1',
37587   'daycount' => '1',
37588   'timestamp' => '1478755314',
37589 ))
37590 ->values(array(
37591   'nid' => '6',
37592   'totalcount' => '2',
37593   'daycount' => '2',
37594   'timestamp' => '1504715439',
37595 ))
37596 ->values(array(
37597   'nid' => '7',
37598   'totalcount' => '2',
37599   'daycount' => '2',
37600   'timestamp' => '1504715438',
37601 ))
37602 ->execute();
37603
37604 $connection->schema()->createTable('node_revision', array(
37605   'fields' => array(
37606     'nid' => array(
37607       'type' => 'int',
37608       'not null' => TRUE,
37609       'size' => 'normal',
37610       'default' => '0',
37611       'unsigned' => TRUE,
37612     ),
37613     'vid' => array(
37614       'type' => 'serial',
37615       'not null' => TRUE,
37616       'size' => 'normal',
37617       'unsigned' => TRUE,
37618     ),
37619     'uid' => array(
37620       'type' => 'int',
37621       'not null' => TRUE,
37622       'size' => 'normal',
37623       'default' => '0',
37624     ),
37625     'title' => array(
37626       'type' => 'varchar',
37627       'not null' => TRUE,
37628       'length' => '255',
37629       'default' => '',
37630     ),
37631     'log' => array(
37632       'type' => 'text',
37633       'not null' => TRUE,
37634       'size' => 'normal',
37635     ),
37636     'timestamp' => array(
37637       'type' => 'int',
37638       'not null' => TRUE,
37639       'size' => 'normal',
37640       'default' => '0',
37641     ),
37642     'status' => array(
37643       'type' => 'int',
37644       'not null' => TRUE,
37645       'size' => 'normal',
37646       'default' => '1',
37647     ),
37648     'comment' => array(
37649       'type' => 'int',
37650       'not null' => TRUE,
37651       'size' => 'normal',
37652       'default' => '0',
37653     ),
37654     'promote' => array(
37655       'type' => 'int',
37656       'not null' => TRUE,
37657       'size' => 'normal',
37658       'default' => '0',
37659     ),
37660     'sticky' => array(
37661       'type' => 'int',
37662       'not null' => TRUE,
37663       'size' => 'normal',
37664       'default' => '0',
37665     ),
37666   ),
37667   'primary key' => array(
37668     'vid',
37669   ),
37670   'mysql_character_set' => 'utf8',
37671 ));
37672
37673 $connection->insert('node_revision')
37674 ->fields(array(
37675   'nid',
37676   'vid',
37677   'uid',
37678   'title',
37679   'log',
37680   'timestamp',
37681   'status',
37682   'comment',
37683   'promote',
37684   'sticky',
37685 ))
37686 ->values(array(
37687   'nid' => '1',
37688   'vid' => '1',
37689   'uid' => '1',
37690   'title' => 'A Node',
37691   'log' => '',
37692   'timestamp' => '1441032132',
37693   'status' => '1',
37694   'comment' => '2',
37695   'promote' => '1',
37696   'sticky' => '0',
37697 ))
37698 ->values(array(
37699   'nid' => '2',
37700   'vid' => '2',
37701   'uid' => '1',
37702   'title' => 'The thing about Deep Space 9',
37703   'log' => '',
37704   'timestamp' => '1441306832',
37705   'status' => '1',
37706   'comment' => '2',
37707   'promote' => '1',
37708   'sticky' => '0',
37709 ))
37710 ->values(array(
37711   'nid' => '3',
37712   'vid' => '3',
37713   'uid' => '1',
37714   'title' => 'is - The thing about Deep Space 9',
37715   'log' => '',
37716   'timestamp' => '1471428152',
37717   'status' => '1',
37718   'comment' => '2',
37719   'promote' => '1',
37720   'sticky' => '0',
37721 ))
37722 ->values(array(
37723   'nid' => '4',
37724   'vid' => '4',
37725   'uid' => '1',
37726   'title' => 'is - The thing about Firefly',
37727   'log' => '',
37728   'timestamp' => '1478755274',
37729   'status' => '1',
37730   'comment' => '1',
37731   'promote' => '1',
37732   'sticky' => '0',
37733 ))
37734 ->values(array(
37735   'nid' => '5',
37736   'vid' => '5',
37737   'uid' => '1',
37738   'title' => 'en - The thing about Firefly',
37739   'log' => '',
37740   'timestamp' => '1478755314',
37741   'status' => '1',
37742   'comment' => '1',
37743   'promote' => '1',
37744   'sticky' => '0',
37745 ))
37746 ->values(array(
37747   'nid' => '6',
37748   'vid' => '6',
37749   'uid' => '1',
37750   'title' => 'Comments are closed :-(',
37751   'log' => '',
37752   'timestamp' => '1504715414',
37753   'status' => '1',
37754   'comment' => '1',
37755   'promote' => '0',
37756   'sticky' => '0',
37757 ))
37758 ->values(array(
37759   'nid' => '7',
37760   'vid' => '7',
37761   'uid' => '1',
37762   'title' => 'Comments are open :-)',
37763   'log' => '',
37764   'timestamp' => '1504715432',
37765   'status' => '1',
37766   'comment' => '2',
37767   'promote' => '0',
37768   'sticky' => '0',
37769 ))
37770 ->execute();
37771
37772 $connection->schema()->createTable('node_type', array(
37773   'fields' => array(
37774     'type' => array(
37775       'type' => 'varchar',
37776       'not null' => TRUE,
37777       'length' => '32',
37778     ),
37779     'name' => array(
37780       'type' => 'varchar',
37781       'not null' => TRUE,
37782       'length' => '255',
37783       'default' => '',
37784     ),
37785     'base' => array(
37786       'type' => 'varchar',
37787       'not null' => TRUE,
37788       'length' => '255',
37789     ),
37790     'module' => array(
37791       'type' => 'varchar',
37792       'not null' => TRUE,
37793       'length' => '255',
37794     ),
37795     'description' => array(
37796       'type' => 'text',
37797       'not null' => TRUE,
37798       'size' => 'normal',
37799     ),
37800     'help' => array(
37801       'type' => 'text',
37802       'not null' => TRUE,
37803       'size' => 'normal',
37804     ),
37805     'has_title' => array(
37806       'type' => 'int',
37807       'not null' => TRUE,
37808       'size' => 'normal',
37809       'unsigned' => TRUE,
37810     ),
37811     'title_label' => array(
37812       'type' => 'varchar',
37813       'not null' => TRUE,
37814       'length' => '255',
37815       'default' => '',
37816     ),
37817     'custom' => array(
37818       'type' => 'int',
37819       'not null' => TRUE,
37820       'size' => 'normal',
37821       'default' => '0',
37822     ),
37823     'modified' => array(
37824       'type' => 'int',
37825       'not null' => TRUE,
37826       'size' => 'normal',
37827       'default' => '0',
37828     ),
37829     'locked' => array(
37830       'type' => 'int',
37831       'not null' => TRUE,
37832       'size' => 'normal',
37833       'default' => '0',
37834     ),
37835     'disabled' => array(
37836       'type' => 'int',
37837       'not null' => TRUE,
37838       'size' => 'normal',
37839       'default' => '0',
37840     ),
37841     'orig_type' => array(
37842       'type' => 'varchar',
37843       'not null' => TRUE,
37844       'length' => '255',
37845       'default' => '',
37846     ),
37847   ),
37848   'primary key' => array(
37849     'type',
37850   ),
37851   'mysql_character_set' => 'utf8',
37852 ));
37853
37854 $connection->insert('node_type')
37855 ->fields(array(
37856   'type',
37857   'name',
37858   'base',
37859   'module',
37860   'description',
37861   'help',
37862   'has_title',
37863   'title_label',
37864   'custom',
37865   'modified',
37866   'locked',
37867   'disabled',
37868   'orig_type',
37869 ))
37870 ->values(array(
37871   'type' => 'article',
37872   'name' => 'Article',
37873   'base' => 'node_content',
37874   'module' => 'node',
37875   'description' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
37876   'help' => 'Help text for articles',
37877   'has_title' => '1',
37878   'title_label' => 'Title',
37879   'custom' => '1',
37880   'modified' => '1',
37881   'locked' => '0',
37882   'disabled' => '0',
37883   'orig_type' => 'article',
37884 ))
37885 ->values(array(
37886   'type' => 'blog',
37887   'name' => 'Blog entry',
37888   'base' => 'blog',
37889   'module' => 'blog',
37890   'description' => 'Use for multi-user blogs. Every user gets a personal blog.',
37891   'help' => 'Blog away, good sir!',
37892   'has_title' => '1',
37893   'title_label' => 'Title',
37894   'custom' => '0',
37895   'modified' => '1',
37896   'locked' => '1',
37897   'disabled' => '0',
37898   'orig_type' => 'blog',
37899 ))
37900 ->values(array(
37901   'type' => 'book',
37902   'name' => 'Book page',
37903   'base' => 'node_content',
37904   'module' => 'node',
37905   'description' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
37906   'help' => '',
37907   'has_title' => '1',
37908   'title_label' => 'Title',
37909   'custom' => '1',
37910   'modified' => '1',
37911   'locked' => '0',
37912   'disabled' => '0',
37913   'orig_type' => 'book',
37914 ))
37915 ->values(array(
37916   'type' => 'forum',
37917   'name' => 'Forum topic',
37918   'base' => 'forum',
37919   'module' => 'forum',
37920   'description' => 'A <em>forum topic</em> starts a new discussion thread within a forum.',
37921   'help' => 'No name-calling, no flame wars. Be nice.',
37922   'has_title' => '1',
37923   'title_label' => 'Subject',
37924   'custom' => '0',
37925   'modified' => '1',
37926   'locked' => '1',
37927   'disabled' => '0',
37928   'orig_type' => 'forum',
37929 ))
37930 ->values(array(
37931   'type' => 'page',
37932   'name' => 'Basic page',
37933   'base' => 'node_content',
37934   'module' => 'node',
37935   'description' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
37936   'help' => 'Help text for basic pages',
37937   'has_title' => '1',
37938   'title_label' => 'Title',
37939   'custom' => '1',
37940   'modified' => '1',
37941   'locked' => '0',
37942   'disabled' => '0',
37943   'orig_type' => 'page',
37944 ))
37945 ->values(array(
37946   'type' => 'test_content_type',
37947   'name' => 'Test content type',
37948   'base' => 'node_content',
37949   'module' => 'node',
37950   'description' => 'This is the description of the test content type.',
37951   'help' => 'Help text for test content type',
37952   'has_title' => '1',
37953   'title_label' => 'Title',
37954   'custom' => '1',
37955   'modified' => '1',
37956   'locked' => '0',
37957   'disabled' => '0',
37958   'orig_type' => 'test_content_type',
37959 ))
37960 ->execute();
37961
37962 $connection->schema()->createTable('queue', array(
37963   'fields' => array(
37964     'item_id' => array(
37965       'type' => 'serial',
37966       'not null' => TRUE,
37967       'size' => 'normal',
37968       'unsigned' => TRUE,
37969     ),
37970     'name' => array(
37971       'type' => 'varchar',
37972       'not null' => TRUE,
37973       'length' => '255',
37974       'default' => '',
37975     ),
37976     'data' => array(
37977       'type' => 'blob',
37978       'not null' => FALSE,
37979       'size' => 'normal',
37980     ),
37981     'expire' => array(
37982       'type' => 'int',
37983       'not null' => TRUE,
37984       'size' => 'normal',
37985       'default' => '0',
37986     ),
37987     'created' => array(
37988       'type' => 'int',
37989       'not null' => TRUE,
37990       'size' => 'normal',
37991       'default' => '0',
37992     ),
37993   ),
37994   'primary key' => array(
37995     'item_id',
37996   ),
37997   'mysql_character_set' => 'utf8',
37998 ));
37999
38000 $connection->schema()->createTable('rdf_mapping', array(
38001   'fields' => array(
38002     'type' => array(
38003       'type' => 'varchar',
38004       'not null' => TRUE,
38005       'length' => '128',
38006     ),
38007     'bundle' => array(
38008       'type' => 'varchar',
38009       'not null' => TRUE,
38010       'length' => '128',
38011     ),
38012     'mapping' => array(
38013       'type' => 'blob',
38014       'not null' => FALSE,
38015       'size' => 'normal',
38016     ),
38017   ),
38018   'primary key' => array(
38019     'type',
38020     'bundle',
38021   ),
38022   'mysql_character_set' => 'utf8',
38023 ));
38024
38025 $connection->insert('rdf_mapping')
38026 ->fields(array(
38027   'type',
38028   'bundle',
38029   'mapping',
38030 ))
38031 ->values(array(
38032   'type' => 'node',
38033   'bundle' => 'article',
38034   '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";}}',
38035 ))
38036 ->values(array(
38037   'type' => 'node',
38038   'bundle' => 'blog',
38039   '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";}}',
38040 ))
38041 ->values(array(
38042   'type' => 'node',
38043   'bundle' => 'forum',
38044   '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";}}',
38045 ))
38046 ->values(array(
38047   'type' => 'taxonomy_term',
38048   'bundle' => 'forums',
38049   '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";}}',
38050 ))
38051 ->values(array(
38052   'type' => 'node',
38053   'bundle' => 'page',
38054   '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";}}',
38055 ))
38056 ->execute();
38057
38058 $connection->schema()->createTable('registry', array(
38059   'fields' => array(
38060     'name' => array(
38061       'type' => 'varchar',
38062       'not null' => TRUE,
38063       'length' => '255',
38064       'default' => '',
38065     ),
38066     'type' => array(
38067       'type' => 'varchar',
38068       'not null' => TRUE,
38069       'length' => '9',
38070       'default' => '',
38071     ),
38072     'filename' => array(
38073       'type' => 'varchar',
38074       'not null' => TRUE,
38075       'length' => '255',
38076     ),
38077     'module' => array(
38078       'type' => 'varchar',
38079       'not null' => TRUE,
38080       'length' => '255',
38081       'default' => '',
38082     ),
38083     'weight' => array(
38084       'type' => 'int',
38085       'not null' => TRUE,
38086       'size' => 'normal',
38087       'default' => '0',
38088     ),
38089   ),
38090   'primary key' => array(
38091     'name',
38092     'type',
38093   ),
38094   'mysql_character_set' => 'utf8',
38095 ));
38096
38097 $connection->insert('registry')
38098 ->fields(array(
38099   'name',
38100   'type',
38101   'filename',
38102   'module',
38103   'weight',
38104 ))
38105 ->values(array(
38106   'name' => 'AccessDeniedTestCase',
38107   'type' => 'class',
38108   'filename' => 'modules/system/system.test',
38109   'module' => 'system',
38110   'weight' => '0',
38111 ))
38112 ->values(array(
38113   'name' => 'ActionLoopTestCase',
38114   'type' => 'class',
38115   'filename' => 'modules/simpletest/tests/actions.test',
38116   'module' => 'simpletest',
38117   'weight' => '0',
38118 ))
38119 ->values(array(
38120   'name' => 'ActionsConfigurationTestCase',
38121   'type' => 'class',
38122   'filename' => 'modules/simpletest/tests/actions.test',
38123   'module' => 'simpletest',
38124   'weight' => '0',
38125 ))
38126 ->values(array(
38127   'name' => 'AddFeedTestCase',
38128   'type' => 'class',
38129   'filename' => 'modules/aggregator/aggregator.test',
38130   'module' => 'aggregator',
38131   'weight' => '0',
38132 ))
38133 ->values(array(
38134   'name' => 'AdminMetaTagTestCase',
38135   'type' => 'class',
38136   'filename' => 'modules/system/system.test',
38137   'module' => 'system',
38138   'weight' => '0',
38139 ))
38140 ->values(array(
38141   'name' => 'AggregatorConfigurationTestCase',
38142   'type' => 'class',
38143   'filename' => 'modules/aggregator/aggregator.test',
38144   'module' => 'aggregator',
38145   'weight' => '0',
38146 ))
38147 ->values(array(
38148   'name' => 'AggregatorCronTestCase',
38149   'type' => 'class',
38150   'filename' => 'modules/aggregator/aggregator.test',
38151   'module' => 'aggregator',
38152   'weight' => '0',
38153 ))
38154 ->values(array(
38155   'name' => 'AggregatorRenderingTestCase',
38156   'type' => 'class',
38157   'filename' => 'modules/aggregator/aggregator.test',
38158   'module' => 'aggregator',
38159   'weight' => '0',
38160 ))
38161 ->values(array(
38162   'name' => 'AggregatorTestCase',
38163   'type' => 'class',
38164   'filename' => 'modules/aggregator/aggregator.test',
38165   'module' => 'aggregator',
38166   'weight' => '0',
38167 ))
38168 ->values(array(
38169   'name' => 'AggregatorUpdatePathTestCase',
38170   'type' => 'class',
38171   'filename' => 'modules/simpletest/tests/upgrade/update.aggregator.test',
38172   'module' => 'simpletest',
38173   'weight' => '0',
38174 ))
38175 ->values(array(
38176   'name' => 'AJAXCommandsTestCase',
38177   'type' => 'class',
38178   'filename' => 'modules/simpletest/tests/ajax.test',
38179   'module' => 'simpletest',
38180   'weight' => '0',
38181 ))
38182 ->values(array(
38183   'name' => 'AJAXElementValidation',
38184   'type' => 'class',
38185   'filename' => 'modules/simpletest/tests/ajax.test',
38186   'module' => 'simpletest',
38187   'weight' => '0',
38188 ))
38189 ->values(array(
38190   'name' => 'AJAXFormPageCacheTestCase',
38191   'type' => 'class',
38192   'filename' => 'modules/simpletest/tests/ajax.test',
38193   'module' => 'simpletest',
38194   'weight' => '0',
38195 ))
38196 ->values(array(
38197   'name' => 'AJAXFormValuesTestCase',
38198   'type' => 'class',
38199   'filename' => 'modules/simpletest/tests/ajax.test',
38200   'module' => 'simpletest',
38201   'weight' => '0',
38202 ))
38203 ->values(array(
38204   'name' => 'AJAXFrameworkTestCase',
38205   'type' => 'class',
38206   'filename' => 'modules/simpletest/tests/ajax.test',
38207   'module' => 'simpletest',
38208   'weight' => '0',
38209 ))
38210 ->values(array(
38211   'name' => 'AJAXMultiFormTestCase',
38212   'type' => 'class',
38213   'filename' => 'modules/simpletest/tests/ajax.test',
38214   'module' => 'simpletest',
38215   'weight' => '0',
38216 ))
38217 ->values(array(
38218   'name' => 'AJAXTestCase',
38219   'type' => 'class',
38220   'filename' => 'modules/simpletest/tests/ajax.test',
38221   'module' => 'simpletest',
38222   'weight' => '0',
38223 ))
38224 ->values(array(
38225   'name' => 'ArchiverInterface',
38226   'type' => 'interface',
38227   'filename' => 'includes/archiver.inc',
38228   'module' => '',
38229   'weight' => '0',
38230 ))
38231 ->values(array(
38232   'name' => 'ArchiverTar',
38233   'type' => 'class',
38234   'filename' => 'modules/system/system.archiver.inc',
38235   'module' => 'system',
38236   'weight' => '0',
38237 ))
38238 ->values(array(
38239   'name' => 'ArchiverZip',
38240   'type' => 'class',
38241   'filename' => 'modules/system/system.archiver.inc',
38242   'module' => 'system',
38243   'weight' => '0',
38244 ))
38245 ->values(array(
38246   'name' => 'Archive_Tar',
38247   'type' => 'class',
38248   'filename' => 'modules/system/system.tar.inc',
38249   'module' => 'system',
38250   'weight' => '0',
38251 ))
38252 ->values(array(
38253   'name' => 'ArrayDiffUnitTest',
38254   'type' => 'class',
38255   'filename' => 'modules/simpletest/tests/common.test',
38256   'module' => 'simpletest',
38257   'weight' => '0',
38258 ))
38259 ->values(array(
38260   'name' => 'AUPhoneNumberTestCase',
38261   'type' => 'class',
38262   'filename' => 'sites/all/modules/phone/tests/phone.au.test',
38263   'module' => 'phone',
38264   'weight' => '0',
38265 ))
38266 ->values(array(
38267   'name' => 'BasicMinimalUpdatePath',
38268   'type' => 'class',
38269   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
38270   'module' => 'simpletest',
38271   'weight' => '0',
38272 ))
38273 ->values(array(
38274   'name' => 'BasicStandardUpdatePath',
38275   'type' => 'class',
38276   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
38277   'module' => 'simpletest',
38278   'weight' => '0',
38279 ))
38280 ->values(array(
38281   'name' => 'BasicUpgradePath',
38282   'type' => 'class',
38283   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
38284   'module' => 'simpletest',
38285   'weight' => '0',
38286 ))
38287 ->values(array(
38288   'name' => 'BatchMemoryQueue',
38289   'type' => 'class',
38290   'filename' => 'includes/batch.queue.inc',
38291   'module' => '',
38292   'weight' => '0',
38293 ))
38294 ->values(array(
38295   'name' => 'BatchPageTestCase',
38296   'type' => 'class',
38297   'filename' => 'modules/simpletest/tests/batch.test',
38298   'module' => 'simpletest',
38299   'weight' => '0',
38300 ))
38301 ->values(array(
38302   'name' => 'BatchPercentagesUnitTestCase',
38303   'type' => 'class',
38304   'filename' => 'modules/simpletest/tests/batch.test',
38305   'module' => 'simpletest',
38306   'weight' => '0',
38307 ))
38308 ->values(array(
38309   'name' => 'BatchProcessingTestCase',
38310   'type' => 'class',
38311   'filename' => 'modules/simpletest/tests/batch.test',
38312   'module' => 'simpletest',
38313   'weight' => '0',
38314 ))
38315 ->values(array(
38316   'name' => 'BatchQueue',
38317   'type' => 'class',
38318   'filename' => 'includes/batch.queue.inc',
38319   'module' => '',
38320   'weight' => '0',
38321 ))
38322 ->values(array(
38323   'name' => 'BEPhoneNumberTestCase',
38324   'type' => 'class',
38325   'filename' => 'sites/all/modules/phone/tests/phone.be.test',
38326   'module' => 'phone',
38327   'weight' => '0',
38328 ))
38329 ->values(array(
38330   'name' => 'BlockAdminThemeTestCase',
38331   'type' => 'class',
38332   'filename' => 'modules/block/block.test',
38333   'module' => 'block',
38334   'weight' => '-5',
38335 ))
38336 ->values(array(
38337   'name' => 'BlockCacheTestCase',
38338   'type' => 'class',
38339   'filename' => 'modules/block/block.test',
38340   'module' => 'block',
38341   'weight' => '-5',
38342 ))
38343 ->values(array(
38344   'name' => 'BlockHashTestCase',
38345   'type' => 'class',
38346   'filename' => 'modules/block/block.test',
38347   'module' => 'block',
38348   'weight' => '-5',
38349 ))
38350 ->values(array(
38351   'name' => 'BlockHiddenRegionTestCase',
38352   'type' => 'class',
38353   'filename' => 'modules/block/block.test',
38354   'module' => 'block',
38355   'weight' => '-5',
38356 ))
38357 ->values(array(
38358   'name' => 'BlockHTMLIdTestCase',
38359   'type' => 'class',
38360   'filename' => 'modules/block/block.test',
38361   'module' => 'block',
38362   'weight' => '-5',
38363 ))
38364 ->values(array(
38365   'name' => 'BlockInvalidRegionTestCase',
38366   'type' => 'class',
38367   'filename' => 'modules/block/block.test',
38368   'module' => 'block',
38369   'weight' => '-5',
38370 ))
38371 ->values(array(
38372   'name' => 'BlockTemplateSuggestionsUnitTest',
38373   'type' => 'class',
38374   'filename' => 'modules/block/block.test',
38375   'module' => 'block',
38376   'weight' => '-5',
38377 ))
38378 ->values(array(
38379   'name' => 'BlockTestCase',
38380   'type' => 'class',
38381   'filename' => 'modules/block/block.test',
38382   'module' => 'block',
38383   'weight' => '-5',
38384 ))
38385 ->values(array(
38386   'name' => 'BlockViewModuleDeltaAlterWebTest',
38387   'type' => 'class',
38388   'filename' => 'modules/block/block.test',
38389   'module' => 'block',
38390   'weight' => '-5',
38391 ))
38392 ->values(array(
38393   'name' => 'BlogTestCase',
38394   'type' => 'class',
38395   'filename' => 'modules/blog/blog.test',
38396   'module' => 'blog',
38397   'weight' => '0',
38398 ))
38399 ->values(array(
38400   'name' => 'BookTestCase',
38401   'type' => 'class',
38402   'filename' => 'modules/book/book.test',
38403   'module' => 'book',
38404   'weight' => '0',
38405 ))
38406 ->values(array(
38407   'name' => 'BootstrapAutoloadTestCase',
38408   'type' => 'class',
38409   'filename' => 'modules/simpletest/tests/bootstrap.test',
38410   'module' => 'simpletest',
38411   'weight' => '0',
38412 ))
38413 ->values(array(
38414   'name' => 'BootstrapDestinationTestCase',
38415   'type' => 'class',
38416   'filename' => 'modules/simpletest/tests/bootstrap.test',
38417   'module' => 'simpletest',
38418   'weight' => '0',
38419 ))
38420 ->values(array(
38421   'name' => 'BootstrapGetFilenameTestCase',
38422   'type' => 'class',
38423   'filename' => 'modules/simpletest/tests/bootstrap.test',
38424   'module' => 'simpletest',
38425   'weight' => '0',
38426 ))
38427 ->values(array(
38428   'name' => 'BootstrapIPAddressTestCase',
38429   'type' => 'class',
38430   'filename' => 'modules/simpletest/tests/bootstrap.test',
38431   'module' => 'simpletest',
38432   'weight' => '0',
38433 ))
38434 ->values(array(
38435   'name' => 'BootstrapMiscTestCase',
38436   'type' => 'class',
38437   'filename' => 'modules/simpletest/tests/bootstrap.test',
38438   'module' => 'simpletest',
38439   'weight' => '0',
38440 ))
38441 ->values(array(
38442   'name' => 'BootstrapOverrideServerVariablesTestCase',
38443   'type' => 'class',
38444   'filename' => 'modules/simpletest/tests/bootstrap.test',
38445   'module' => 'simpletest',
38446   'weight' => '0',
38447 ))
38448 ->values(array(
38449   'name' => 'BootstrapPageCacheTestCase',
38450   'type' => 'class',
38451   'filename' => 'modules/simpletest/tests/bootstrap.test',
38452   'module' => 'simpletest',
38453   'weight' => '0',
38454 ))
38455 ->values(array(
38456   'name' => 'BootstrapResettableStaticTestCase',
38457   'type' => 'class',
38458   'filename' => 'modules/simpletest/tests/bootstrap.test',
38459   'module' => 'simpletest',
38460   'weight' => '0',
38461 ))
38462 ->values(array(
38463   'name' => 'BootstrapTimerTestCase',
38464   'type' => 'class',
38465   'filename' => 'modules/simpletest/tests/bootstrap.test',
38466   'module' => 'simpletest',
38467   'weight' => '0',
38468 ))
38469 ->values(array(
38470   'name' => 'BootstrapVariableTestCase',
38471   'type' => 'class',
38472   'filename' => 'modules/simpletest/tests/bootstrap.test',
38473   'module' => 'simpletest',
38474   'weight' => '0',
38475 ))
38476 ->values(array(
38477   'name' => 'BRPhoneNumberTestCase',
38478   'type' => 'class',
38479   'filename' => 'sites/all/modules/phone/tests/phone.br.test',
38480   'module' => 'phone',
38481   'weight' => '0',
38482 ))
38483 ->values(array(
38484   'name' => 'CacheClearCase',
38485   'type' => 'class',
38486   'filename' => 'modules/simpletest/tests/cache.test',
38487   'module' => 'simpletest',
38488   'weight' => '0',
38489 ))
38490 ->values(array(
38491   'name' => 'CacheGetMultipleUnitTest',
38492   'type' => 'class',
38493   'filename' => 'modules/simpletest/tests/cache.test',
38494   'module' => 'simpletest',
38495   'weight' => '0',
38496 ))
38497 ->values(array(
38498   'name' => 'CacheIsEmptyCase',
38499   'type' => 'class',
38500   'filename' => 'modules/simpletest/tests/cache.test',
38501   'module' => 'simpletest',
38502   'weight' => '0',
38503 ))
38504 ->values(array(
38505   'name' => 'CacheSavingCase',
38506   'type' => 'class',
38507   'filename' => 'modules/simpletest/tests/cache.test',
38508   'module' => 'simpletest',
38509   'weight' => '0',
38510 ))
38511 ->values(array(
38512   'name' => 'CacheTestCase',
38513   'type' => 'class',
38514   'filename' => 'modules/simpletest/tests/cache.test',
38515   'module' => 'simpletest',
38516   'weight' => '0',
38517 ))
38518 ->values(array(
38519   'name' => 'CAPhoneNumberTestCase',
38520   'type' => 'class',
38521   'filename' => 'sites/all/modules/phone/tests/phone.ca.test',
38522   'module' => 'phone',
38523   'weight' => '0',
38524 ))
38525 ->values(array(
38526   'name' => 'CascadingStylesheetsTestCase',
38527   'type' => 'class',
38528   'filename' => 'modules/simpletest/tests/common.test',
38529   'module' => 'simpletest',
38530   'weight' => '0',
38531 ))
38532 ->values(array(
38533   'name' => 'CascadingStylesheetsUnitTest',
38534   'type' => 'class',
38535   'filename' => 'modules/simpletest/tests/common.test',
38536   'module' => 'simpletest',
38537   'weight' => '0',
38538 ))
38539 ->values(array(
38540   'name' => 'CategorizeFeedItemTestCase',
38541   'type' => 'class',
38542   'filename' => 'modules/aggregator/aggregator.test',
38543   'module' => 'aggregator',
38544   'weight' => '0',
38545 ))
38546 ->values(array(
38547   'name' => 'CategorizeFeedTestCase',
38548   'type' => 'class',
38549   'filename' => 'modules/aggregator/aggregator.test',
38550   'module' => 'aggregator',
38551   'weight' => '0',
38552 ))
38553 ->values(array(
38554   'name' => 'CHPhoneNumberTestCase',
38555   'type' => 'class',
38556   'filename' => 'sites/all/modules/phone/tests/phone.ch.test',
38557   'module' => 'phone',
38558   'weight' => '0',
38559 ))
38560 ->values(array(
38561   'name' => 'CLPhoneNumberTestCase',
38562   'type' => 'class',
38563   'filename' => 'sites/all/modules/phone/tests/phone.cl.test',
38564   'module' => 'phone',
38565   'weight' => '0',
38566 ))
38567 ->values(array(
38568   'name' => 'CNPhoneNumberTestCase',
38569   'type' => 'class',
38570   'filename' => 'sites/all/modules/phone/tests/phone.cn.test',
38571   'module' => 'phone',
38572   'weight' => '0',
38573 ))
38574 ->values(array(
38575   'name' => 'ColorTestCase',
38576   'type' => 'class',
38577   'filename' => 'modules/color/color.test',
38578   'module' => 'color',
38579   'weight' => '0',
38580 ))
38581 ->values(array(
38582   'name' => 'CommentActionsTestCase',
38583   'type' => 'class',
38584   'filename' => 'modules/comment/comment.test',
38585   'module' => 'comment',
38586   'weight' => '0',
38587 ))
38588 ->values(array(
38589   'name' => 'CommentAnonymous',
38590   'type' => 'class',
38591   'filename' => 'modules/comment/comment.test',
38592   'module' => 'comment',
38593   'weight' => '0',
38594 ))
38595 ->values(array(
38596   'name' => 'CommentApprovalTest',
38597   'type' => 'class',
38598   'filename' => 'modules/comment/comment.test',
38599   'module' => 'comment',
38600   'weight' => '0',
38601 ))
38602 ->values(array(
38603   'name' => 'CommentBlockFunctionalTest',
38604   'type' => 'class',
38605   'filename' => 'modules/comment/comment.test',
38606   'module' => 'comment',
38607   'weight' => '0',
38608 ))
38609 ->values(array(
38610   'name' => 'CommentContentRebuild',
38611   'type' => 'class',
38612   'filename' => 'modules/comment/comment.test',
38613   'module' => 'comment',
38614   'weight' => '0',
38615 ))
38616 ->values(array(
38617   'name' => 'CommentController',
38618   'type' => 'class',
38619   'filename' => 'modules/comment/comment.module',
38620   'module' => 'comment',
38621   'weight' => '0',
38622 ))
38623 ->values(array(
38624   'name' => 'CommentFieldsTest',
38625   'type' => 'class',
38626   'filename' => 'modules/comment/comment.test',
38627   'module' => 'comment',
38628   'weight' => '0',
38629 ))
38630 ->values(array(
38631   'name' => 'CommentHelperCase',
38632   'type' => 'class',
38633   'filename' => 'modules/comment/comment.test',
38634   'module' => 'comment',
38635   'weight' => '0',
38636 ))
38637 ->values(array(
38638   'name' => 'CommentInterfaceTest',
38639   'type' => 'class',
38640   'filename' => 'modules/comment/comment.test',
38641   'module' => 'comment',
38642   'weight' => '0',
38643 ))
38644 ->values(array(
38645   'name' => 'CommentNodeAccessTest',
38646   'type' => 'class',
38647   'filename' => 'modules/comment/comment.test',
38648   'module' => 'comment',
38649   'weight' => '0',
38650 ))
38651 ->values(array(
38652   'name' => 'CommentNodeChangesTestCase',
38653   'type' => 'class',
38654   'filename' => 'modules/comment/comment.test',
38655   'module' => 'comment',
38656   'weight' => '0',
38657 ))
38658 ->values(array(
38659   'name' => 'CommentPagerTest',
38660   'type' => 'class',
38661   'filename' => 'modules/comment/comment.test',
38662   'module' => 'comment',
38663   'weight' => '0',
38664 ))
38665 ->values(array(
38666   'name' => 'CommentPreviewTest',
38667   'type' => 'class',
38668   'filename' => 'modules/comment/comment.test',
38669   'module' => 'comment',
38670   'weight' => '0',
38671 ))
38672 ->values(array(
38673   'name' => 'CommentRSSUnitTest',
38674   'type' => 'class',
38675   'filename' => 'modules/comment/comment.test',
38676   'module' => 'comment',
38677   'weight' => '0',
38678 ))
38679 ->values(array(
38680   'name' => 'CommentThreadingTestCase',
38681   'type' => 'class',
38682   'filename' => 'modules/comment/comment.test',
38683   'module' => 'comment',
38684   'weight' => '0',
38685 ))
38686 ->values(array(
38687   'name' => 'CommentTokenReplaceTestCase',
38688   'type' => 'class',
38689   'filename' => 'modules/comment/comment.test',
38690   'module' => 'comment',
38691   'weight' => '0',
38692 ))
38693 ->values(array(
38694   'name' => 'CommentUpgradePathTestCase',
38695   'type' => 'class',
38696   'filename' => 'modules/simpletest/tests/upgrade/upgrade.comment.test',
38697   'module' => 'simpletest',
38698   'weight' => '0',
38699 ))
38700 ->values(array(
38701   'name' => 'CommonSizeTestCase',
38702   'type' => 'class',
38703   'filename' => 'modules/simpletest/tests/common.test',
38704   'module' => 'simpletest',
38705   'weight' => '0',
38706 ))
38707 ->values(array(
38708   'name' => 'CommonURLUnitTest',
38709   'type' => 'class',
38710   'filename' => 'modules/simpletest/tests/common.test',
38711   'module' => 'simpletest',
38712   'weight' => '0',
38713 ))
38714 ->values(array(
38715   'name' => 'CommonXssUnitTest',
38716   'type' => 'class',
38717   'filename' => 'modules/simpletest/tests/common.test',
38718   'module' => 'simpletest',
38719   'weight' => '0',
38720 ))
38721 ->values(array(
38722   'name' => 'ConfirmFormTest',
38723   'type' => 'class',
38724   'filename' => 'modules/system/system.test',
38725   'module' => 'system',
38726   'weight' => '0',
38727 ))
38728 ->values(array(
38729   'name' => 'ConnectionUnitTest',
38730   'type' => 'class',
38731   'filename' => 'modules/simpletest/tests/database_test.test',
38732   'module' => 'simpletest',
38733   'weight' => '0',
38734 ))
38735 ->values(array(
38736   'name' => 'ContactPersonalTestCase',
38737   'type' => 'class',
38738   'filename' => 'modules/contact/contact.test',
38739   'module' => 'contact',
38740   'weight' => '0',
38741 ))
38742 ->values(array(
38743   'name' => 'ContactSitewideTestCase',
38744   'type' => 'class',
38745   'filename' => 'modules/contact/contact.test',
38746   'module' => 'contact',
38747   'weight' => '0',
38748 ))
38749 ->values(array(
38750   'name' => 'ContextualDynamicContextTestCase',
38751   'type' => 'class',
38752   'filename' => 'modules/contextual/contextual.test',
38753   'module' => 'contextual',
38754   'weight' => '0',
38755 ))
38756 ->values(array(
38757   'name' => 'CronQueueTestCase',
38758   'type' => 'class',
38759   'filename' => 'modules/system/system.test',
38760   'module' => 'system',
38761   'weight' => '0',
38762 ))
38763 ->values(array(
38764   'name' => 'CronRunTestCase',
38765   'type' => 'class',
38766   'filename' => 'modules/system/system.test',
38767   'module' => 'system',
38768   'weight' => '0',
38769 ))
38770 ->values(array(
38771   'name' => 'CRPhoneNumberTestCase',
38772   'type' => 'class',
38773   'filename' => 'sites/all/modules/phone/tests/phone.cr.test',
38774   'module' => 'phone',
38775   'weight' => '0',
38776 ))
38777 ->values(array(
38778   'name' => 'CtoolsContextKeywordsSubstitutionTestCase',
38779   'type' => 'class',
38780   'filename' => 'sites/all/modules/ctools/tests/context.test',
38781   'module' => 'ctools_plugin_test',
38782   'weight' => '0',
38783 ))
38784 ->values(array(
38785   'name' => 'CToolsCssCache',
38786   'type' => 'class',
38787   'filename' => 'sites/all/modules/ctools/includes/css-cache.inc',
38788   'module' => 'ctools',
38789   'weight' => '0',
38790 ))
38791 ->values(array(
38792   'name' => 'CtoolsCssTestCase',
38793   'type' => 'class',
38794   'filename' => 'sites/all/modules/ctools/tests/css.test',
38795   'module' => 'ctools_plugin_test',
38796   'weight' => '0',
38797 ))
38798 ->values(array(
38799   'name' => 'CtoolsExportCrudTestCase',
38800   'type' => 'class',
38801   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export.test',
38802   'module' => 'ctools_export_test',
38803   'weight' => '0',
38804 ))
38805 ->values(array(
38806   'name' => 'CtoolsMathExpressionStackTestCase',
38807   'type' => 'class',
38808   'filename' => 'sites/all/modules/ctools/tests/math_expression_stack.test',
38809   'module' => 'ctools_plugin_test',
38810   'weight' => '0',
38811 ))
38812 ->values(array(
38813   'name' => 'CtoolsMathExpressionTestCase',
38814   'type' => 'class',
38815   'filename' => 'sites/all/modules/ctools/tests/math_expression.test',
38816   'module' => 'ctools_plugin_test',
38817   'weight' => '0',
38818 ))
38819 ->values(array(
38820   'name' => 'CtoolsObjectCache',
38821   'type' => 'class',
38822   'filename' => 'sites/all/modules/ctools/tests/object_cache.test',
38823   'module' => 'ctools_plugin_test',
38824   'weight' => '0',
38825 ))
38826 ->values(array(
38827   'name' => 'CtoolsPluginsGetInfoTestCase',
38828   'type' => 'class',
38829   'filename' => 'sites/all/modules/ctools/tests/ctools.plugins.test',
38830   'module' => 'ctools_plugin_test',
38831   'weight' => '0',
38832 ))
38833 ->values(array(
38834   'name' => 'ctools_context',
38835   'type' => 'class',
38836   'filename' => 'sites/all/modules/ctools/includes/context.inc',
38837   'module' => 'ctools',
38838   'weight' => '0',
38839 ))
38840 ->values(array(
38841   'name' => 'ctools_context_optional',
38842   'type' => 'class',
38843   'filename' => 'sites/all/modules/ctools/includes/context.inc',
38844   'module' => 'ctools',
38845   'weight' => '0',
38846 ))
38847 ->values(array(
38848   'name' => 'ctools_context_required',
38849   'type' => 'class',
38850   'filename' => 'sites/all/modules/ctools/includes/context.inc',
38851   'module' => 'ctools',
38852   'weight' => '0',
38853 ))
38854 ->values(array(
38855   'name' => 'ctools_export_ui',
38856   'type' => 'class',
38857   'filename' => 'sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php',
38858   'module' => 'ctools',
38859   'weight' => '0',
38860 ))
38861 ->values(array(
38862   'name' => 'ctools_math_expr',
38863   'type' => 'class',
38864   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
38865   'module' => 'ctools',
38866   'weight' => '0',
38867 ))
38868 ->values(array(
38869   'name' => 'ctools_math_expr_stack',
38870   'type' => 'class',
38871   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
38872   'module' => 'ctools',
38873   'weight' => '0',
38874 ))
38875 ->values(array(
38876   'name' => 'ctools_stylizer_image_processor',
38877   'type' => 'class',
38878   'filename' => 'sites/all/modules/ctools/includes/stylizer.inc',
38879   'module' => 'ctools',
38880   'weight' => '0',
38881 ))
38882 ->values(array(
38883   'name' => 'CSPhoneNumberTestCase',
38884   'type' => 'class',
38885   'filename' => 'sites/all/modules/phone/tests/phone.cs.test',
38886   'module' => 'phone',
38887   'weight' => '0',
38888 ))
38889
38890 ->values(array(
38891   'name' => 'DashboardBlocksTestCase',
38892   'type' => 'class',
38893   'filename' => 'modules/dashboard/dashboard.test',
38894   'module' => 'dashboard',
38895   'weight' => '0',
38896 ))
38897 ->values(array(
38898   'name' => 'Database',
38899   'type' => 'class',
38900   'filename' => 'includes/database/database.inc',
38901   'module' => '',
38902   'weight' => '0',
38903 ))
38904 ->values(array(
38905   'name' => 'DatabaseAlterTestCase',
38906   'type' => 'class',
38907   'filename' => 'modules/simpletest/tests/database_test.test',
38908   'module' => 'simpletest',
38909   'weight' => '0',
38910 ))
38911 ->values(array(
38912   'name' => 'DatabaseBasicSyntaxTestCase',
38913   'type' => 'class',
38914   'filename' => 'modules/simpletest/tests/database_test.test',
38915   'module' => 'simpletest',
38916   'weight' => '0',
38917 ))
38918 ->values(array(
38919   'name' => 'DatabaseCaseSensitivityTestCase',
38920   'type' => 'class',
38921   'filename' => 'modules/simpletest/tests/database_test.test',
38922   'module' => 'simpletest',
38923   'weight' => '0',
38924 ))
38925 ->values(array(
38926   'name' => 'DatabaseCondition',
38927   'type' => 'class',
38928   'filename' => 'includes/database/query.inc',
38929   'module' => '',
38930   'weight' => '0',
38931 ))
38932 ->values(array(
38933   'name' => 'DatabaseConnection',
38934   'type' => 'class',
38935   'filename' => 'includes/database/database.inc',
38936   'module' => '',
38937   'weight' => '0',
38938 ))
38939 ->values(array(
38940   'name' => 'DatabaseConnectionNotDefinedException',
38941   'type' => 'class',
38942   'filename' => 'includes/database/database.inc',
38943   'module' => '',
38944   'weight' => '0',
38945 ))
38946 ->values(array(
38947   'name' => 'DatabaseConnectionTestCase',
38948   'type' => 'class',
38949   'filename' => 'modules/simpletest/tests/database_test.test',
38950   'module' => 'simpletest',
38951   'weight' => '0',
38952 ))
38953 ->values(array(
38954   'name' => 'DatabaseConnection_mysql',
38955   'type' => 'class',
38956   'filename' => 'includes/database/mysql/database.inc',
38957   'module' => '',
38958   'weight' => '0',
38959 ))
38960 ->values(array(
38961   'name' => 'DatabaseConnection_pgsql',
38962   'type' => 'class',
38963   'filename' => 'includes/database/pgsql/database.inc',
38964   'module' => '',
38965   'weight' => '0',
38966 ))
38967 ->values(array(
38968   'name' => 'DatabaseConnection_sqlite',
38969   'type' => 'class',
38970   'filename' => 'includes/database/sqlite/database.inc',
38971   'module' => '',
38972   'weight' => '0',
38973 ))
38974 ->values(array(
38975   'name' => 'DatabaseDeleteTruncateTestCase',
38976   'type' => 'class',
38977   'filename' => 'modules/simpletest/tests/database_test.test',
38978   'module' => 'simpletest',
38979   'weight' => '0',
38980 ))
38981 ->values(array(
38982   'name' => 'DatabaseDriverNotSpecifiedException',
38983   'type' => 'class',
38984   'filename' => 'includes/database/database.inc',
38985   'module' => '',
38986   'weight' => '0',
38987 ))
38988 ->values(array(
38989   'name' => 'DatabaseEmptyStatementTestCase',
38990   'type' => 'class',
38991   'filename' => 'modules/simpletest/tests/database_test.test',
38992   'module' => 'simpletest',
38993   'weight' => '0',
38994 ))
38995 ->values(array(
38996   'name' => 'DatabaseFetch2TestCase',
38997   'type' => 'class',
38998   'filename' => 'modules/simpletest/tests/database_test.test',
38999   'module' => 'simpletest',
39000   'weight' => '0',
39001 ))
39002 ->values(array(
39003   'name' => 'DatabaseFetchTestCase',
39004   'type' => 'class',
39005   'filename' => 'modules/simpletest/tests/database_test.test',
39006   'module' => 'simpletest',
39007   'weight' => '0',
39008 ))
39009 ->values(array(
39010   'name' => 'DatabaseInsertDefaultsTestCase',
39011   'type' => 'class',
39012   'filename' => 'modules/simpletest/tests/database_test.test',
39013   'module' => 'simpletest',
39014   'weight' => '0',
39015 ))
39016 ->values(array(
39017   'name' => 'DatabaseInsertLOBTestCase',
39018   'type' => 'class',
39019   'filename' => 'modules/simpletest/tests/database_test.test',
39020   'module' => 'simpletest',
39021   'weight' => '0',
39022 ))
39023 ->values(array(
39024   'name' => 'DatabaseInsertTestCase',
39025   'type' => 'class',
39026   'filename' => 'modules/simpletest/tests/database_test.test',
39027   'module' => 'simpletest',
39028   'weight' => '0',
39029 ))
39030 ->values(array(
39031   'name' => 'DatabaseInvalidDataTestCase',
39032   'type' => 'class',
39033   'filename' => 'modules/simpletest/tests/database_test.test',
39034   'module' => 'simpletest',
39035   'weight' => '0',
39036 ))
39037 ->values(array(
39038   'name' => 'DatabaseLog',
39039   'type' => 'class',
39040   'filename' => 'includes/database/log.inc',
39041   'module' => '',
39042   'weight' => '0',
39043 ))
39044 ->values(array(
39045   'name' => 'DatabaseLoggingTestCase',
39046   'type' => 'class',
39047   'filename' => 'modules/simpletest/tests/database_test.test',
39048   'module' => 'simpletest',
39049   'weight' => '0',
39050 ))
39051 ->values(array(
39052   'name' => 'DatabaseMergeTestCase',
39053   'type' => 'class',
39054   'filename' => 'modules/simpletest/tests/database_test.test',
39055   'module' => 'simpletest',
39056   'weight' => '0',
39057 ))
39058 ->values(array(
39059   'name' => 'DatabaseNextIdCase',
39060   'type' => 'class',
39061   'filename' => 'modules/simpletest/tests/database_test.test',
39062   'module' => 'simpletest',
39063   'weight' => '0',
39064 ))
39065 ->values(array(
39066   'name' => 'DatabaseQueryTestCase',
39067   'type' => 'class',
39068   'filename' => 'modules/simpletest/tests/database_test.test',
39069   'module' => 'simpletest',
39070   'weight' => '0',
39071 ))
39072 ->values(array(
39073   'name' => 'DatabaseRangeQueryTestCase',
39074   'type' => 'class',
39075   'filename' => 'modules/simpletest/tests/database_test.test',
39076   'module' => 'simpletest',
39077   'weight' => '0',
39078 ))
39079 ->values(array(
39080   'name' => 'DatabaseRegressionTestCase',
39081   'type' => 'class',
39082   'filename' => 'modules/simpletest/tests/database_test.test',
39083   'module' => 'simpletest',
39084   'weight' => '0',
39085 ))
39086 ->values(array(
39087   'name' => 'DatabaseSchema',
39088   'type' => 'class',
39089   'filename' => 'includes/database/schema.inc',
39090   'module' => '',
39091   'weight' => '0',
39092 ))
39093 ->values(array(
39094   'name' => 'DatabaseSchemaObjectDoesNotExistException',
39095   'type' => 'class',
39096   'filename' => 'includes/database/schema.inc',
39097   'module' => '',
39098   'weight' => '0',
39099 ))
39100 ->values(array(
39101   'name' => 'DatabaseSchemaObjectExistsException',
39102   'type' => 'class',
39103   'filename' => 'includes/database/schema.inc',
39104   'module' => '',
39105   'weight' => '0',
39106 ))
39107 ->values(array(
39108   'name' => 'DatabaseSchema_mysql',
39109   'type' => 'class',
39110   'filename' => 'includes/database/mysql/schema.inc',
39111   'module' => '',
39112   'weight' => '0',
39113 ))
39114 ->values(array(
39115   'name' => 'DatabaseSchema_pgsql',
39116   'type' => 'class',
39117   'filename' => 'includes/database/pgsql/schema.inc',
39118   'module' => '',
39119   'weight' => '0',
39120 ))
39121 ->values(array(
39122   'name' => 'DatabaseSchema_sqlite',
39123   'type' => 'class',
39124   'filename' => 'includes/database/sqlite/schema.inc',
39125   'module' => '',
39126   'weight' => '0',
39127 ))
39128 ->values(array(
39129   'name' => 'DatabaseSelectCloneTest',
39130   'type' => 'class',
39131   'filename' => 'modules/simpletest/tests/database_test.test',
39132   'module' => 'simpletest',
39133   'weight' => '0',
39134 ))
39135 ->values(array(
39136   'name' => 'DatabaseSelectComplexTestCase',
39137   'type' => 'class',
39138   'filename' => 'modules/simpletest/tests/database_test.test',
39139   'module' => 'simpletest',
39140   'weight' => '0',
39141 ))
39142 ->values(array(
39143   'name' => 'DatabaseSelectComplexTestCase2',
39144   'type' => 'class',
39145   'filename' => 'modules/simpletest/tests/database_test.test',
39146   'module' => 'simpletest',
39147   'weight' => '0',
39148 ))
39149 ->values(array(
39150   'name' => 'DatabaseSelectOrderedTestCase',
39151   'type' => 'class',
39152   'filename' => 'modules/simpletest/tests/database_test.test',
39153   'module' => 'simpletest',
39154   'weight' => '0',
39155 ))
39156 ->values(array(
39157   'name' => 'DatabaseSelectPagerDefaultTestCase',
39158   'type' => 'class',
39159   'filename' => 'modules/simpletest/tests/database_test.test',
39160   'module' => 'simpletest',
39161   'weight' => '0',
39162 ))
39163 ->values(array(
39164   'name' => 'DatabaseSelectSubqueryTestCase',
39165   'type' => 'class',
39166   'filename' => 'modules/simpletest/tests/database_test.test',
39167   'module' => 'simpletest',
39168   'weight' => '0',
39169 ))
39170 ->values(array(
39171   'name' => 'DatabaseSelectTableSortDefaultTestCase',
39172   'type' => 'class',
39173   'filename' => 'modules/simpletest/tests/database_test.test',
39174   'module' => 'simpletest',
39175   'weight' => '0',
39176 ))
39177 ->values(array(
39178   'name' => 'DatabaseSelectTestCase',
39179   'type' => 'class',
39180   'filename' => 'modules/simpletest/tests/database_test.test',
39181   'module' => 'simpletest',
39182   'weight' => '0',
39183 ))
39184 ->values(array(
39185   'name' => 'DatabaseSerializeQueryTestCase',
39186   'type' => 'class',
39187   'filename' => 'modules/simpletest/tests/database_test.test',
39188   'module' => 'simpletest',
39189   'weight' => '0',
39190 ))
39191 ->values(array(
39192   'name' => 'DatabaseStatementBase',
39193   'type' => 'class',
39194   'filename' => 'includes/database/database.inc',
39195   'module' => '',
39196   'weight' => '0',
39197 ))
39198 ->values(array(
39199   'name' => 'DatabaseStatementEmpty',
39200   'type' => 'class',
39201   'filename' => 'includes/database/database.inc',
39202   'module' => '',
39203   'weight' => '0',
39204 ))
39205 ->values(array(
39206   'name' => 'DatabaseStatementInterface',
39207   'type' => 'interface',
39208   'filename' => 'includes/database/database.inc',
39209   'module' => '',
39210   'weight' => '0',
39211 ))
39212 ->values(array(
39213   'name' => 'DatabaseStatementPrefetch',
39214   'type' => 'class',
39215   'filename' => 'includes/database/prefetch.inc',
39216   'module' => '',
39217   'weight' => '0',
39218 ))
39219 ->values(array(
39220   'name' => 'DatabaseStatement_sqlite',
39221   'type' => 'class',
39222   'filename' => 'includes/database/sqlite/database.inc',
39223   'module' => '',
39224   'weight' => '0',
39225 ))
39226 ->values(array(
39227   'name' => 'DatabaseTaggingTestCase',
39228   'type' => 'class',
39229   'filename' => 'modules/simpletest/tests/database_test.test',
39230   'module' => 'simpletest',
39231   'weight' => '0',
39232 ))
39233 ->values(array(
39234   'name' => 'DatabaseTaskException',
39235   'type' => 'class',
39236   'filename' => 'includes/install.inc',
39237   'module' => '',
39238   'weight' => '0',
39239 ))
39240 ->values(array(
39241   'name' => 'DatabaseTasks',
39242   'type' => 'class',
39243   'filename' => 'includes/install.inc',
39244   'module' => '',
39245   'weight' => '0',
39246 ))
39247 ->values(array(
39248   'name' => 'DatabaseTasks_mysql',
39249   'type' => 'class',
39250   'filename' => 'includes/database/mysql/install.inc',
39251   'module' => '',
39252   'weight' => '0',
39253 ))
39254 ->values(array(
39255   'name' => 'DatabaseTasks_pgsql',
39256   'type' => 'class',
39257   'filename' => 'includes/database/pgsql/install.inc',
39258   'module' => '',
39259   'weight' => '0',
39260 ))
39261 ->values(array(
39262   'name' => 'DatabaseTasks_sqlite',
39263   'type' => 'class',
39264   'filename' => 'includes/database/sqlite/install.inc',
39265   'module' => '',
39266   'weight' => '0',
39267 ))
39268 ->values(array(
39269   'name' => 'DatabaseTemporaryQueryTestCase',
39270   'type' => 'class',
39271   'filename' => 'modules/simpletest/tests/database_test.test',
39272   'module' => 'simpletest',
39273   'weight' => '0',
39274 ))
39275 ->values(array(
39276   'name' => 'DatabaseTestCase',
39277   'type' => 'class',
39278   'filename' => 'modules/simpletest/tests/database_test.test',
39279   'module' => 'simpletest',
39280   'weight' => '0',
39281 ))
39282 ->values(array(
39283   'name' => 'DatabaseTransaction',
39284   'type' => 'class',
39285   'filename' => 'includes/database/database.inc',
39286   'module' => '',
39287   'weight' => '0',
39288 ))
39289 ->values(array(
39290   'name' => 'DatabaseTransactionCommitFailedException',
39291   'type' => 'class',
39292   'filename' => 'includes/database/database.inc',
39293   'module' => '',
39294   'weight' => '0',
39295 ))
39296 ->values(array(
39297   'name' => 'DatabaseTransactionExplicitCommitNotAllowedException',
39298   'type' => 'class',
39299   'filename' => 'includes/database/database.inc',
39300   'module' => '',
39301   'weight' => '0',
39302 ))
39303 ->values(array(
39304   'name' => 'DatabaseTransactionNameNonUniqueException',
39305   'type' => 'class',
39306   'filename' => 'includes/database/database.inc',
39307   'module' => '',
39308   'weight' => '0',
39309 ))
39310 ->values(array(
39311   'name' => 'DatabaseTransactionNoActiveException',
39312   'type' => 'class',
39313   'filename' => 'includes/database/database.inc',
39314   'module' => '',
39315   'weight' => '0',
39316 ))
39317 ->values(array(
39318   'name' => 'DatabaseTransactionOutOfOrderException',
39319   'type' => 'class',
39320   'filename' => 'includes/database/database.inc',
39321   'module' => '',
39322   'weight' => '0',
39323 ))
39324 ->values(array(
39325   'name' => 'DatabaseTransactionTestCase',
39326   'type' => 'class',
39327   'filename' => 'modules/simpletest/tests/database_test.test',
39328   'module' => 'simpletest',
39329   'weight' => '0',
39330 ))
39331 ->values(array(
39332   'name' => 'DatabaseUpdateComplexTestCase',
39333   'type' => 'class',
39334   'filename' => 'modules/simpletest/tests/database_test.test',
39335   'module' => 'simpletest',
39336   'weight' => '0',
39337 ))
39338 ->values(array(
39339   'name' => 'DatabaseUpdateLOBTestCase',
39340   'type' => 'class',
39341   'filename' => 'modules/simpletest/tests/database_test.test',
39342   'module' => 'simpletest',
39343   'weight' => '0',
39344 ))
39345 ->values(array(
39346   'name' => 'DatabaseUpdateTestCase',
39347   'type' => 'class',
39348   'filename' => 'modules/simpletest/tests/database_test.test',
39349   'module' => 'simpletest',
39350   'weight' => '0',
39351 ))
39352 ->values(array(
39353   'name' => 'DateAPITestCase',
39354   'type' => 'class',
39355   'filename' => 'sites/all/modules/date/tests/date_api.test',
39356   'module' => 'date',
39357   'weight' => '0',
39358 ))
39359 ->values(array(
39360   'name' => 'DateFieldBasic',
39361   'type' => 'class',
39362   'filename' => 'sites/all/modules/date/tests/date_field.test',
39363   'module' => 'date',
39364   'weight' => '0',
39365 ))
39366 ->values(array(
39367   'name' => 'DateFieldTestCase',
39368   'type' => 'class',
39369   'filename' => 'sites/all/modules/date/tests/date_field.test',
39370   'module' => 'date',
39371   'weight' => '0',
39372 ))
39373 ->values(array(
39374   'name' => 'DateMigrateExampleUnitTest',
39375   'type' => 'class',
39376   'filename' => 'sites/all/modules/date/tests/date_migrate.test',
39377   'module' => 'date',
39378   'weight' => '0',
39379 ))
39380 ->values(array(
39381   'name' => 'DateMigrateFieldHandler',
39382   'type' => 'class',
39383   'filename' => 'sites/all/modules/date/date.migrate.inc',
39384   'module' => 'date',
39385   'weight' => '0',
39386 ))
39387 ->values(array(
39388   'name' => 'DateObject',
39389   'type' => 'class',
39390   'filename' => 'sites/all/modules/date/date_api/date_api.module',
39391   'module' => 'date_api',
39392   'weight' => '0',
39393 ))
39394 ->values(array(
39395   'name' => 'DateRepeatFormTestCase',
39396   'type' => 'class',
39397   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat_form.test',
39398   'module' => 'date_repeat',
39399   'weight' => '0',
39400 ))
39401 ->values(array(
39402   'name' => 'DateRepeatTestCase',
39403   'type' => 'class',
39404   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat.test',
39405   'module' => 'date_repeat',
39406   'weight' => '0',
39407 ))
39408 ->values(array(
39409   'name' => 'DateTimeFunctionalTest',
39410   'type' => 'class',
39411   'filename' => 'modules/system/system.test',
39412   'module' => 'system',
39413   'weight' => '0',
39414 ))
39415 ->values(array(
39416   'name' => 'DateTimezoneTestCase',
39417   'type' => 'class',
39418   'filename' => 'sites/all/modules/date/tests/date_timezone.test',
39419   'module' => 'date',
39420   'weight' => '0',
39421 ))
39422 ->values(array(
39423   'name' => 'DateToolsTestCase',
39424   'type' => 'class',
39425   'filename' => 'sites/all/modules/date/date_tools/tests/date_tools.test',
39426   'module' => 'date_tools',
39427   'weight' => '0',
39428 ))
39429 ->values(array(
39430   'name' => 'DateUITestCase',
39431   'type' => 'class',
39432   'filename' => 'sites/all/modules/date/tests/date.test',
39433   'module' => 'date',
39434   'weight' => '0',
39435 ))
39436 ->values(array(
39437   'name' => 'DateValidationTestCase',
39438   'type' => 'class',
39439   'filename' => 'sites/all/modules/date/tests/date_validation.test',
39440   'module' => 'date',
39441   'weight' => '0',
39442 ))
39443 ->values(array(
39444   'name' => 'DateViewsPopupTestCase',
39445   'type' => 'class',
39446   'filename' => 'sites/all/modules/date/tests/date_views_popup.test',
39447   'module' => 'date',
39448   'weight' => '0',
39449 ))
39450 ->values(array(
39451   'name' => 'date_sql_handler',
39452   'type' => 'class',
39453   'filename' => 'sites/all/modules/date/date_api/date_api_sql.inc',
39454   'module' => 'date_api',
39455   'weight' => '0',
39456 ))
39457 ->values(array(
39458   'name' => 'DBLogTestCase',
39459   'type' => 'class',
39460   'filename' => 'modules/dblog/dblog.test',
39461   'module' => 'dblog',
39462   'weight' => '0',
39463 ))
39464 ->values(array(
39465   'name' => 'DefaultMailSystem',
39466   'type' => 'class',
39467   'filename' => 'modules/system/system.mail.inc',
39468   'module' => 'system',
39469   'weight' => '0',
39470 ))
39471 ->values(array(
39472   'name' => 'DeleteQuery',
39473   'type' => 'class',
39474   'filename' => 'includes/database/query.inc',
39475   'module' => '',
39476   'weight' => '0',
39477 ))
39478 ->values(array(
39479   'name' => 'DeleteQuery_sqlite',
39480   'type' => 'class',
39481   'filename' => 'includes/database/sqlite/query.inc',
39482   'module' => '',
39483   'weight' => '0',
39484 ))
39485 ->values(array(
39486   'name' => 'DisabledNodeTypeTestCase',
39487   'type' => 'class',
39488   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
39489   'module' => 'simpletest',
39490   'weight' => '0',
39491 ))
39492 ->values(array(
39493   'name' => 'DrupalAddFeedTestCase',
39494   'type' => 'class',
39495   'filename' => 'modules/simpletest/tests/common.test',
39496   'module' => 'simpletest',
39497   'weight' => '0',
39498 ))
39499 ->values(array(
39500   'name' => 'DrupalAlterTestCase',
39501   'type' => 'class',
39502   'filename' => 'modules/simpletest/tests/common.test',
39503   'module' => 'simpletest',
39504   'weight' => '0',
39505 ))
39506 ->values(array(
39507   'name' => 'DrupalAttributesUnitTest',
39508   'type' => 'class',
39509   'filename' => 'modules/simpletest/tests/common.test',
39510   'module' => 'simpletest',
39511   'weight' => '0',
39512 ))
39513 ->values(array(
39514   'name' => 'DrupalCacheArray',
39515   'type' => 'class',
39516   'filename' => 'includes/bootstrap.inc',
39517   'module' => '',
39518   'weight' => '0',
39519 ))
39520 ->values(array(
39521   'name' => 'DrupalCacheInterface',
39522   'type' => 'interface',
39523   'filename' => 'includes/cache.inc',
39524   'module' => '',
39525   'weight' => '0',
39526 ))
39527 ->values(array(
39528   'name' => 'DrupalDataApiTest',
39529   'type' => 'class',
39530   'filename' => 'modules/simpletest/tests/common.test',
39531   'module' => 'simpletest',
39532   'weight' => '0',
39533 ))
39534 ->values(array(
39535   'name' => 'DrupalDatabaseCache',
39536   'type' => 'class',
39537   'filename' => 'includes/cache.inc',
39538   'module' => '',
39539   'weight' => '0',
39540 ))
39541 ->values(array(
39542   'name' => 'DrupalDefaultEntityController',
39543   'type' => 'class',
39544   'filename' => 'includes/entity.inc',
39545   'module' => '',
39546   'weight' => '0',
39547 ))
39548 ->values(array(
39549   'name' => 'DrupalEntityControllerInterface',
39550   'type' => 'interface',
39551   'filename' => 'includes/entity.inc',
39552   'module' => '',
39553   'weight' => '0',
39554 ))
39555 ->values(array(
39556   'name' => 'DrupalErrorCollectionUnitTest',
39557   'type' => 'class',
39558   'filename' => 'modules/simpletest/tests/common.test',
39559   'module' => 'simpletest',
39560   'weight' => '0',
39561 ))
39562 ->values(array(
39563   'name' => 'DrupalErrorHandlerTestCase',
39564   'type' => 'class',
39565   'filename' => 'modules/simpletest/tests/error.test',
39566   'module' => 'simpletest',
39567   'weight' => '0',
39568 ))
39569 ->values(array(
39570   'name' => 'DrupalFakeCache',
39571   'type' => 'class',
39572   'filename' => 'includes/cache-install.inc',
39573   'module' => '',
39574   'weight' => '0',
39575 ))
39576 ->values(array(
39577   'name' => 'DrupalGetQueryArrayTestCase',
39578   'type' => 'class',
39579   'filename' => 'modules/simpletest/tests/common.test',
39580   'module' => 'simpletest',
39581   'weight' => '0',
39582 ))
39583 ->values(array(
39584   'name' => 'DrupalGetRdfNamespacesTestCase',
39585   'type' => 'class',
39586   'filename' => 'modules/simpletest/tests/common.test',
39587   'module' => 'simpletest',
39588   'weight' => '0',
39589 ))
39590 ->values(array(
39591   'name' => 'DrupalGotoTest',
39592   'type' => 'class',
39593   'filename' => 'modules/simpletest/tests/common.test',
39594   'module' => 'simpletest',
39595   'weight' => '0',
39596 ))
39597 ->values(array(
39598   'name' => 'DrupalHTMLIdentifierTestCase',
39599   'type' => 'class',
39600   'filename' => 'modules/simpletest/tests/common.test',
39601   'module' => 'simpletest',
39602   'weight' => '0',
39603 ))
39604 ->values(array(
39605   'name' => 'DrupalHtmlToTextTestCase',
39606   'type' => 'class',
39607   'filename' => 'modules/simpletest/tests/mail.test',
39608   'module' => 'simpletest',
39609   'weight' => '0',
39610 ))
39611 ->values(array(
39612   'name' => 'DrupalHTTPRequestTestCase',
39613   'type' => 'class',
39614   'filename' => 'modules/simpletest/tests/common.test',
39615   'module' => 'simpletest',
39616   'weight' => '0',
39617 ))
39618 ->values(array(
39619   'name' => 'DrupalHTTPResponseStatusLineTest',
39620   'type' => 'class',
39621   'filename' => 'modules/simpletest/tests/common.test',
39622   'module' => 'simpletest',
39623   'weight' => '0',
39624 ))
39625 ->values(array(
39626   'name' => 'DrupalJSONTest',
39627   'type' => 'class',
39628   'filename' => 'modules/simpletest/tests/common.test',
39629   'module' => 'simpletest',
39630   'weight' => '0',
39631 ))
39632 ->values(array(
39633   'name' => 'DrupalLocalStreamWrapper',
39634   'type' => 'class',
39635   'filename' => 'includes/stream_wrappers.inc',
39636   'module' => '',
39637   'weight' => '0',
39638 ))
39639 ->values(array(
39640   'name' => 'DrupalMatchPathTestCase',
39641   'type' => 'class',
39642   'filename' => 'modules/simpletest/tests/path.test',
39643   'module' => 'simpletest',
39644   'weight' => '0',
39645 ))
39646 ->values(array(
39647   'name' => 'DrupalPrivateStreamWrapper',
39648   'type' => 'class',
39649   'filename' => 'includes/stream_wrappers.inc',
39650   'module' => '',
39651   'weight' => '0',
39652 ))
39653 ->values(array(
39654   'name' => 'DrupalPublicStreamWrapper',
39655   'type' => 'class',
39656   'filename' => 'includes/stream_wrappers.inc',
39657   'module' => '',
39658   'weight' => '0',
39659 ))
39660 ->values(array(
39661   'name' => 'DrupalQueue',
39662   'type' => 'class',
39663   'filename' => 'modules/system/system.queue.inc',
39664   'module' => 'system',
39665   'weight' => '0',
39666 ))
39667 ->values(array(
39668   'name' => 'DrupalQueueInterface',
39669   'type' => 'interface',
39670   'filename' => 'modules/system/system.queue.inc',
39671   'module' => 'system',
39672   'weight' => '0',
39673 ))
39674 ->values(array(
39675   'name' => 'DrupalReliableQueueInterface',
39676   'type' => 'interface',
39677   'filename' => 'modules/system/system.queue.inc',
39678   'module' => 'system',
39679   'weight' => '0',
39680 ))
39681 ->values(array(
39682   'name' => 'DrupalRenderTestCase',
39683   'type' => 'class',
39684   'filename' => 'modules/simpletest/tests/common.test',
39685   'module' => 'simpletest',
39686   'weight' => '0',
39687 ))
39688 ->values(array(
39689   'name' => 'DrupalSetContentTestCase',
39690   'type' => 'class',
39691   'filename' => 'modules/simpletest/tests/common.test',
39692   'module' => 'simpletest',
39693   'weight' => '0',
39694 ))
39695 ->values(array(
39696   'name' => 'DrupalSetMessageTest',
39697   'type' => 'class',
39698   'filename' => 'modules/system/system.test',
39699   'module' => 'system',
39700   'weight' => '0',
39701 ))
39702 ->values(array(
39703   'name' => 'DrupalStreamWrapperInterface',
39704   'type' => 'interface',
39705   'filename' => 'includes/stream_wrappers.inc',
39706   'module' => '',
39707   'weight' => '0',
39708 ))
39709 ->values(array(
39710   'name' => 'DrupalSystemListingTestCase',
39711   'type' => 'class',
39712   'filename' => 'modules/simpletest/tests/common.test',
39713   'module' => 'simpletest',
39714   'weight' => '0',
39715 ))
39716 ->values(array(
39717   'name' => 'DrupalTagsHandlingTestCase',
39718   'type' => 'class',
39719   'filename' => 'modules/simpletest/tests/common.test',
39720   'module' => 'simpletest',
39721   'weight' => '0',
39722 ))
39723 ->values(array(
39724   'name' => 'DrupalTemporaryStreamWrapper',
39725   'type' => 'class',
39726   'filename' => 'includes/stream_wrappers.inc',
39727   'module' => '',
39728   'weight' => '0',
39729 ))
39730 ->values(array(
39731   'name' => 'DrupalTestCase',
39732   'type' => 'class',
39733   'filename' => 'modules/simpletest/drupal_web_test_case.php',
39734   'module' => 'simpletest',
39735   'weight' => '0',
39736 ))
39737 ->values(array(
39738   'name' => 'DrupalUnitTestCase',
39739   'type' => 'class',
39740   'filename' => 'modules/simpletest/drupal_web_test_case.php',
39741   'module' => 'simpletest',
39742   'weight' => '0',
39743 ))
39744 ->values(array(
39745   'name' => 'DrupalUpdateException',
39746   'type' => 'class',
39747   'filename' => 'includes/update.inc',
39748   'module' => '',
39749   'weight' => '0',
39750 ))
39751 ->values(array(
39752   'name' => 'DrupalUpdaterInterface',
39753   'type' => 'interface',
39754   'filename' => 'includes/updater.inc',
39755   'module' => '',
39756   'weight' => '0',
39757 ))
39758 ->values(array(
39759   'name' => 'DrupalWebTestCase',
39760   'type' => 'class',
39761   'filename' => 'modules/simpletest/drupal_web_test_case.php',
39762   'module' => 'simpletest',
39763   'weight' => '0',
39764 ))
39765 ->values(array(
39766   'name' => 'EarlyBootstrapTestCase',
39767   'type' => 'class',
39768   'filename' => 'modules/simpletest/tests/boot.test',
39769   'module' => 'simpletest',
39770   'weight' => '0',
39771 ))
39772 ->values(array(
39773   'name' => 'EGPhoneNumberTestCase',
39774   'type' => 'class',
39775   'filename' => 'sites/all/modules/phone/tests/phone.eg.test',
39776   'module' => 'phone',
39777   'weight' => '0',
39778 ))
39779 ->values(array(
39780   'name' => 'EnableDisableTestCase',
39781   'type' => 'class',
39782   'filename' => 'modules/system/system.test',
39783   'module' => 'system',
39784   'weight' => '0',
39785 ))
39786 ->values(array(
39787   'name' => 'Entity',
39788   'type' => 'class',
39789   'filename' => 'sites/all/modules/entity/includes/entity.inc',
39790   'module' => 'entity',
39791   'weight' => '0',
39792 ))
39793 ->values(array(
39794   'name' => 'EntityAPICommentNodeAccessTestCase',
39795   'type' => 'class',
39796   'filename' => 'sites/all/modules/entity/entity.test',
39797   'module' => 'entity',
39798   'weight' => '0',
39799 ))
39800 ->values(array(
39801   'name' => 'EntityAPIController',
39802   'type' => 'class',
39803   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
39804   'module' => 'entity',
39805   'weight' => '0',
39806 ))
39807 ->values(array(
39808   'name' => 'EntityAPIControllerExportable',
39809   'type' => 'class',
39810   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
39811   'module' => 'entity',
39812   'weight' => '0',
39813 ))
39814 ->values(array(
39815   'name' => 'EntityAPIControllerInterface',
39816   'type' => 'interface',
39817   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
39818   'module' => 'entity',
39819   'weight' => '0',
39820 ))
39821 ->values(array(
39822   'name' => 'EntityAPIControllerRevisionableInterface',
39823   'type' => 'interface',
39824   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
39825   'module' => 'entity',
39826   'weight' => '0',
39827 ))
39828 ->values(array(
39829   'name' => 'EntityAPIi18nItegrationTestCase',
39830   'type' => 'class',
39831   'filename' => 'sites/all/modules/entity/entity.test',
39832   'module' => 'entity',
39833   'weight' => '0',
39834 ))
39835 ->values(array(
39836   'name' => 'EntityAPIRulesIntegrationTestCase',
39837   'type' => 'class',
39838   'filename' => 'sites/all/modules/entity/entity.test',
39839   'module' => 'entity',
39840   'weight' => '0',
39841 ))
39842 ->values(array(
39843   'name' => 'EntityAPITestCase',
39844   'type' => 'class',
39845   'filename' => 'sites/all/modules/entity/entity.test',
39846   'module' => 'entity',
39847   'weight' => '0',
39848 ))
39849 ->values(array(
39850   'name' => 'EntityBundleableUIController',
39851   'type' => 'class',
39852   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
39853   'module' => 'entity',
39854   'weight' => '0',
39855 ))
39856 ->values(array(
39857   'name' => 'EntityContentUIController',
39858   'type' => 'class',
39859   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
39860   'module' => 'entity',
39861   'weight' => '0',
39862 ))
39863 ->values(array(
39864   'name' => 'EntityCrudHookTestCase',
39865   'type' => 'class',
39866   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.test',
39867   'module' => 'simpletest',
39868   'weight' => '0',
39869 ))
39870 ->values(array(
39871   'name' => 'EntityDB',
39872   'type' => 'class',
39873   'filename' => 'sites/all/modules/entity/includes/entity.inc',
39874   'module' => 'entity',
39875   'weight' => '0',
39876 ))
39877 ->values(array(
39878   'name' => 'EntityDBExtendable',
39879   'type' => 'class',
39880   'filename' => 'sites/all/modules/entity/includes/entity.inc',
39881   'module' => 'entity',
39882   'weight' => '0',
39883 ))
39884 ->values(array(
39885   'name' => 'EntityDefaultExtraFieldsController',
39886   'type' => 'class',
39887   'filename' => 'sites/all/modules/entity/entity.info.inc',
39888   'module' => 'entity',
39889   'weight' => '0',
39890 ))
39891 ->values(array(
39892   'name' => 'EntityDefaultFeaturesController',
39893   'type' => 'class',
39894   'filename' => 'sites/all/modules/entity/entity.features.inc',
39895   'module' => 'entity',
39896   'weight' => '0',
39897 ))
39898 ->values(array(
39899   'name' => 'EntityDefaultI18nStringController',
39900   'type' => 'class',
39901   'filename' => 'sites/all/modules/entity/entity.i18n.inc',
39902   'module' => 'entity',
39903   'weight' => '0',
39904 ))
39905 ->values(array(
39906   'name' => 'EntityDefaultMetadataController',
39907   'type' => 'class',
39908   'filename' => 'sites/all/modules/entity/entity.info.inc',
39909   'module' => 'entity',
39910   'weight' => '0',
39911 ))
39912 ->values(array(
39913   'name' => 'EntityDefaultRulesController',
39914   'type' => 'class',
39915   'filename' => 'sites/all/modules/entity/entity.rules.inc',
39916   'module' => 'entity',
39917   'weight' => '0',
39918 ))
39919 ->values(array(
39920   'name' => 'EntityDefaultUIController',
39921   'type' => 'class',
39922   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
39923   'module' => 'entity',
39924   'weight' => '0',
39925 ))
39926 ->values(array(
39927   'name' => 'EntityDefaultViewsController',
39928   'type' => 'class',
39929   'filename' => 'sites/all/modules/entity/views/entity.views.inc',
39930   'module' => 'entity',
39931   'weight' => '0',
39932 ))
39933 ->values(array(
39934   'name' => 'EntityDrupalWrapper',
39935   'type' => 'class',
39936   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
39937   'module' => 'entity',
39938   'weight' => '0',
39939 ))
39940 ->values(array(
39941   'name' => 'EntityExtendable',
39942   'type' => 'class',
39943   'filename' => 'sites/all/modules/entity/includes/entity.inc',
39944   'module' => 'entity',
39945   'weight' => '0',
39946 ))
39947 ->values(array(
39948   'name' => 'EntityExtraFieldsControllerInterface',
39949   'type' => 'interface',
39950   'filename' => 'sites/all/modules/entity/entity.info.inc',
39951   'module' => 'entity',
39952   'weight' => '0',
39953 ))
39954 ->values(array(
39955   'name' => 'EntityFieldHandlerHelper',
39956   'type' => 'class',
39957   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_field_handler_helper.inc',
39958   'module' => 'entity',
39959   'weight' => '0',
39960 ))
39961 ->values(array(
39962   'name' => 'EntityFieldQuery',
39963   'type' => 'class',
39964   'filename' => 'includes/entity.inc',
39965   'module' => '',
39966   'weight' => '0',
39967 ))
39968 ->values(array(
39969   'name' => 'EntityFieldQueryException',
39970   'type' => 'class',
39971   'filename' => 'includes/entity.inc',
39972   'module' => '',
39973   'weight' => '0',
39974 ))
39975 ->values(array(
39976   'name' => 'EntityFieldQueryTestCase',
39977   'type' => 'class',
39978   'filename' => 'modules/simpletest/tests/entity_query.test',
39979   'module' => 'simpletest',
39980   'weight' => '0',
39981 ))
39982 ->values(array(
39983   'name' => 'EntityLoadTestCase',
39984   'type' => 'class',
39985   'filename' => 'modules/simpletest/tests/entity_crud.test',
39986   'module' => 'simpletest',
39987   'weight' => '0',
39988 ))
39989 ->values(array(
39990   'name' => 'EntityMalformedException',
39991   'type' => 'class',
39992   'filename' => 'includes/entity.inc',
39993   'module' => '',
39994   'weight' => '0',
39995 ))
39996 ->values(array(
39997   'name' => 'EntityMetadataArrayObject',
39998   'type' => 'class',
39999   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40000   'module' => 'entity',
40001   'weight' => '0',
40002 ))
40003 ->values(array(
40004   'name' => 'EntityMetadataIntegrationTestCase',
40005   'type' => 'class',
40006   'filename' => 'sites/all/modules/entity/entity.test',
40007   'module' => 'entity',
40008   'weight' => '0',
40009 ))
40010 ->values(array(
40011   'name' => 'EntityMetadataNodeAccessTestCase',
40012   'type' => 'class',
40013   'filename' => 'sites/all/modules/entity/entity.test',
40014   'module' => 'entity',
40015   'weight' => '0',
40016 ))
40017 ->values(array(
40018   'name' => 'EntityMetadataNodeCreateAccessTestCase',
40019   'type' => 'class',
40020   'filename' => 'sites/all/modules/entity/entity.test',
40021   'module' => 'entity',
40022   'weight' => '0',
40023 ))
40024 ->values(array(
40025   'name' => 'EntityMetadataNodeRevisionAccessTestCase',
40026   'type' => 'class',
40027   'filename' => 'sites/all/modules/entity/entity.test',
40028   'module' => 'entity',
40029   'weight' => '0',
40030 ))
40031 ->values(array(
40032   'name' => 'EntityMetadataTestCase',
40033   'type' => 'class',
40034   'filename' => 'sites/all/modules/entity/entity.test',
40035   'module' => 'entity',
40036   'weight' => '0',
40037 ))
40038 ->values(array(
40039   'name' => 'EntityMetadataWrapper',
40040   'type' => 'class',
40041   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40042   'module' => 'entity',
40043   'weight' => '0',
40044 ))
40045 ->values(array(
40046   'name' => 'EntityMetadataWrapperException',
40047   'type' => 'class',
40048   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40049   'module' => 'entity',
40050   'weight' => '0',
40051 ))
40052 ->values(array(
40053   'name' => 'EntityMetadataWrapperIterator',
40054   'type' => 'class',
40055   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40056   'module' => 'entity',
40057   'weight' => '0',
40058 ))
40059 ->values(array(
40060   'name' => 'EntityPropertiesTestCase',
40061   'type' => 'class',
40062   'filename' => 'modules/field/tests/field.test',
40063   'module' => 'field',
40064   'weight' => '0',
40065 ))
40066 ->values(array(
40067   'name' => 'EntityReferenceAdminTestCase',
40068   'type' => 'class',
40069   'filename' => 'sites/all/modules/entityreference/tests/entityreference.admin.test',
40070   'module' => 'entityreference',
40071   'weight' => '0',
40072 ))
40073 ->values(array(
40074   'name' => 'EntityReferenceBehavior_TaxonomyIndex',
40075   'type' => 'class',
40076   'filename' => 'sites/all/modules/entityreference/plugins/behavior/EntityReferenceBehavior_TaxonomyIndex.class.php',
40077   'module' => 'entityreference',
40078   'weight' => '0',
40079 ))
40080 ->values(array(
40081   'name' => 'EntityReferenceHandlersTestCase',
40082   'type' => 'class',
40083   'filename' => 'sites/all/modules/entityreference/tests/entityreference.handlers.test',
40084   'module' => 'entityreference',
40085   'weight' => '0',
40086 ))
40087 ->values(array(
40088   'name' => 'EntityReferenceTaxonomyTestCase',
40089   'type' => 'class',
40090   'filename' => 'sites/all/modules/entityreference/tests/entityreference.taxonomy.test',
40091   'module' => 'entityreference',
40092   'weight' => '0',
40093 ))
40094 ->values(array(
40095   'name' => 'EntityReference_BehaviorHandler',
40096   'type' => 'interface',
40097   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
40098   'module' => 'entityreference',
40099   'weight' => '0',
40100 ))
40101 ->values(array(
40102   'name' => 'EntityReference_BehaviorHandler_Abstract',
40103   'type' => 'class',
40104   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
40105   'module' => 'entityreference',
40106   'weight' => '0',
40107 ))
40108 ->values(array(
40109   'name' => 'EntityReference_BehaviorHandler_Broken',
40110   'type' => 'class',
40111   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
40112   'module' => 'entityreference',
40113   'weight' => '0',
40114 ))
40115 ->values(array(
40116   'name' => 'entityreference_plugin_display',
40117   'type' => 'class',
40118   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_display.inc',
40119   'module' => 'entityreference',
40120   'weight' => '0',
40121 ))
40122 ->values(array(
40123   'name' => 'entityreference_plugin_row_fields',
40124   'type' => 'class',
40125   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_row_fields.inc',
40126   'module' => 'entityreference',
40127   'weight' => '0',
40128 ))
40129 ->values(array(
40130   'name' => 'entityreference_plugin_style',
40131   'type' => 'class',
40132   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_style.inc',
40133   'module' => 'entityreference',
40134   'weight' => '0',
40135 ))
40136 ->values(array(
40137   'name' => 'EntityReference_SelectionHandler',
40138   'type' => 'interface',
40139   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
40140   'module' => 'entityreference',
40141   'weight' => '0',
40142 ))
40143 ->values(array(
40144   'name' => 'EntityReference_SelectionHandler_Broken',
40145   'type' => 'class',
40146   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
40147   'module' => 'entityreference',
40148   'weight' => '0',
40149 ))
40150 ->values(array(
40151   'name' => 'EntityReference_SelectionHandler_Generic',
40152   'type' => 'class',
40153   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
40154   'module' => 'entityreference',
40155   'weight' => '0',
40156 ))
40157 ->values(array(
40158   'name' => 'EntityReference_SelectionHandler_Generic_comment',
40159   'type' => 'class',
40160   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
40161   'module' => 'entityreference',
40162   'weight' => '0',
40163 ))
40164 ->values(array(
40165   'name' => 'EntityReference_SelectionHandler_Generic_file',
40166   'type' => 'class',
40167   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
40168   'module' => 'entityreference',
40169   'weight' => '0',
40170 ))
40171 ->values(array(
40172   'name' => 'EntityReference_SelectionHandler_Generic_node',
40173   'type' => 'class',
40174   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
40175   'module' => 'entityreference',
40176   'weight' => '0',
40177 ))
40178 ->values(array(
40179   'name' => 'EntityReference_SelectionHandler_Generic_taxonomy_term',
40180   'type' => 'class',
40181   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
40182   'module' => 'entityreference',
40183   'weight' => '0',
40184 ))
40185 ->values(array(
40186   'name' => 'EntityReference_SelectionHandler_Generic_user',
40187   'type' => 'class',
40188   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
40189   'module' => 'entityreference',
40190   'weight' => '0',
40191 ))
40192 ->values(array(
40193   'name' => 'EntityStructureWrapper',
40194   'type' => 'class',
40195   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40196   'module' => 'entity',
40197   'weight' => '0',
40198 ))
40199 ->values(array(
40200   'name' => 'EntityTokenTestCase',
40201   'type' => 'class',
40202   'filename' => 'sites/all/modules/entity/entity.test',
40203   'module' => 'entity',
40204   'weight' => '0',
40205 ))
40206 ->values(array(
40207   'name' => 'EntityTranslationCommentHandler',
40208   'type' => 'class',
40209   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.comment.inc',
40210   'module' => 'entity_translation',
40211   'weight' => '11',
40212 ))
40213 ->values(array(
40214   'name' => 'EntityTranslationDefaultHandler',
40215   'type' => 'class',
40216   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.inc',
40217   'module' => 'entity_translation',
40218   'weight' => '11',
40219 ))
40220 ->values(array(
40221   'name' => 'EntityTranslationHandlerFactory',
40222   'type' => 'class',
40223   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler_factory.inc',
40224   'module' => 'entity_translation',
40225   'weight' => '11',
40226 ))
40227 ->values(array(
40228   'name' => 'EntityTranslationHandlerInterface',
40229   'type' => 'interface',
40230   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.inc',
40231   'module' => 'entity_translation',
40232   'weight' => '11',
40233 ))
40234 ->values(array(
40235   'name' => 'EntityTranslationNodeHandler',
40236   'type' => 'class',
40237   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.node.inc',
40238   'module' => 'entity_translation',
40239   'weight' => '11',
40240 ))
40241 ->values(array(
40242   'name' => 'EntityTranslationTaxonomyTermHandler',
40243   'type' => 'class',
40244   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.taxonomy_term.inc',
40245   'module' => 'entity_translation',
40246   'weight' => '11',
40247 ))
40248 ->values(array(
40249   'name' => 'EntityTranslationUserHandler',
40250   'type' => 'class',
40251   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.user.inc',
40252   'module' => 'entity_translation',
40253   'weight' => '11',
40254 ))
40255 ->values(array(
40256   'name' => 'EntityValueWrapper',
40257   'type' => 'class',
40258   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40259   'module' => 'entity',
40260   'weight' => '0',
40261 ))
40262 ->values(array(
40263   'name' => 'EntityWebTestCase',
40264   'type' => 'class',
40265   'filename' => 'sites/all/modules/entity/entity.test',
40266   'module' => 'entity',
40267   'weight' => '0',
40268 ))
40269 ->values(array(
40270   'name' => 'entity_translation_handler_field_field',
40271   'type' => 'class',
40272   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_field_field.inc',
40273   'module' => 'entity_translation',
40274   'weight' => '11',
40275 ))
40276 ->values(array(
40277   'name' => 'entity_translation_handler_field_label',
40278   'type' => 'class',
40279   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_field_label.inc',
40280   'module' => 'entity_translation',
40281   'weight' => '11',
40282 ))
40283 ->values(array(
40284   'name' => 'entity_translation_handler_field_translate_link',
40285   'type' => 'class',
40286   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_field_translate_link.inc',
40287   'module' => 'entity_translation',
40288   'weight' => '11',
40289 ))
40290 ->values(array(
40291   'name' => 'entity_translation_handler_filter_entity_type',
40292   'type' => 'class',
40293   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_filter_entity_type.inc',
40294   'module' => 'entity_translation',
40295   'weight' => '11',
40296 ))
40297 ->values(array(
40298   'name' => 'entity_translation_handler_filter_language',
40299   'type' => 'class',
40300   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_filter_language.inc',
40301   'module' => 'entity_translation',
40302   'weight' => '11',
40303 ))
40304 ->values(array(
40305   'name' => 'entity_translation_handler_filter_translation_exists',
40306   'type' => 'class',
40307   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_filter_translation_exists.inc',
40308   'module' => 'entity_translation',
40309   'weight' => '11',
40310 ))
40311 ->values(array(
40312   'name' => 'entity_translation_handler_relationship',
40313   'type' => 'class',
40314   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_relationship.inc',
40315   'module' => 'entity_translation',
40316   'weight' => '11',
40317 ))
40318 ->values(array(
40319   'name' => 'entity_views_handler_area_entity',
40320   'type' => 'class',
40321   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_area_entity.inc',
40322   'module' => 'entity',
40323   'weight' => '0',
40324 ))
40325 ->values(array(
40326   'name' => 'entity_views_handler_field_boolean',
40327   'type' => 'class',
40328   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_boolean.inc',
40329   'module' => 'entity',
40330   'weight' => '0',
40331 ))
40332 ->values(array(
40333   'name' => 'entity_views_handler_field_date',
40334   'type' => 'class',
40335   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_date.inc',
40336   'module' => 'entity',
40337   'weight' => '0',
40338 ))
40339 ->values(array(
40340   'name' => 'entity_views_handler_field_duration',
40341   'type' => 'class',
40342   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_duration.inc',
40343   'module' => 'entity',
40344   'weight' => '0',
40345 ))
40346 ->values(array(
40347   'name' => 'entity_views_handler_field_entity',
40348   'type' => 'class',
40349   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_entity.inc',
40350   'module' => 'entity',
40351   'weight' => '0',
40352 ))
40353 ->values(array(
40354   'name' => 'entity_views_handler_field_field',
40355   'type' => 'class',
40356   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_field.inc',
40357   'module' => 'entity',
40358   'weight' => '0',
40359 ))
40360 ->values(array(
40361   'name' => 'entity_views_handler_field_numeric',
40362   'type' => 'class',
40363   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_numeric.inc',
40364   'module' => 'entity',
40365   'weight' => '0',
40366 ))
40367 ->values(array(
40368   'name' => 'entity_views_handler_field_options',
40369   'type' => 'class',
40370   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_options.inc',
40371   'module' => 'entity',
40372   'weight' => '0',
40373 ))
40374 ->values(array(
40375   'name' => 'entity_views_handler_field_text',
40376   'type' => 'class',
40377   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_text.inc',
40378   'module' => 'entity',
40379   'weight' => '0',
40380 ))
40381 ->values(array(
40382   'name' => 'entity_views_handler_field_uri',
40383   'type' => 'class',
40384   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_uri.inc',
40385   'module' => 'entity',
40386   'weight' => '0',
40387 ))
40388 ->values(array(
40389   'name' => 'entity_views_handler_relationship',
40390   'type' => 'class',
40391   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship.inc',
40392   'module' => 'entity',
40393   'weight' => '0',
40394 ))
40395 ->values(array(
40396   'name' => 'entity_views_handler_relationship_by_bundle',
40397   'type' => 'class',
40398   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship_by_bundle.inc',
40399   'module' => 'entity',
40400   'weight' => '0',
40401 ))
40402 ->values(array(
40403   'name' => 'entity_views_plugin_row_entity_view',
40404   'type' => 'class',
40405   'filename' => 'sites/all/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc',
40406   'module' => 'entity',
40407   'weight' => '0',
40408 ))
40409 ->values(array(
40410   'name' => 'ESPhoneNumberTestCase',
40411   'type' => 'class',
40412   'filename' => 'sites/all/modules/phone/tests/phone.es.test',
40413   'module' => 'phone',
40414   'weight' => '0',
40415 ))
40416 ->values(array(
40417   'name' => 'FakeRecord',
40418   'type' => 'class',
40419   'filename' => 'modules/simpletest/tests/database_test.test',
40420   'module' => 'simpletest',
40421   'weight' => '0',
40422 ))
40423 ->values(array(
40424   'name' => 'FeedIconTest',
40425   'type' => 'class',
40426   'filename' => 'modules/simpletest/tests/common.test',
40427   'module' => 'simpletest',
40428   'weight' => '0',
40429 ))
40430 ->values(array(
40431   'name' => 'FeedParserTestCase',
40432   'type' => 'class',
40433   'filename' => 'modules/aggregator/aggregator.test',
40434   'module' => 'aggregator',
40435   'weight' => '0',
40436 ))
40437 ->values(array(
40438   'name' => 'FeedsMapperFieldTestCase',
40439   'type' => 'class',
40440   'filename' => 'sites/all/modules/entityreference/tests/entityreference.feeds.test',
40441   'module' => 'entityreference',
40442   'weight' => '0',
40443 ))
40444 ->values(array(
40445   'name' => 'FieldAttachOtherTestCase',
40446   'type' => 'class',
40447   'filename' => 'modules/field/tests/field.test',
40448   'module' => 'field',
40449   'weight' => '0',
40450 ))
40451 ->values(array(
40452   'name' => 'FieldAttachStorageTestCase',
40453   'type' => 'class',
40454   'filename' => 'modules/field/tests/field.test',
40455   'module' => 'field',
40456   'weight' => '0',
40457 ))
40458 ->values(array(
40459   'name' => 'FieldAttachTestCase',
40460   'type' => 'class',
40461   'filename' => 'modules/field/tests/field.test',
40462   'module' => 'field',
40463   'weight' => '0',
40464 ))
40465 ->values(array(
40466   'name' => 'FieldBulkDeleteTestCase',
40467   'type' => 'class',
40468   'filename' => 'modules/field/tests/field.test',
40469   'module' => 'field',
40470   'weight' => '0',
40471 ))
40472 ->values(array(
40473   'name' => 'FieldCrudTestCase',
40474   'type' => 'class',
40475   'filename' => 'modules/field/tests/field.test',
40476   'module' => 'field',
40477   'weight' => '0',
40478 ))
40479 ->values(array(
40480   'name' => 'FieldDisplayAPITestCase',
40481   'type' => 'class',
40482   'filename' => 'modules/field/tests/field.test',
40483   'module' => 'field',
40484   'weight' => '0',
40485 ))
40486 ->values(array(
40487   'name' => 'FieldException',
40488   'type' => 'class',
40489   'filename' => 'modules/field/field.module',
40490   'module' => 'field',
40491   'weight' => '0',
40492 ))
40493 ->values(array(
40494   'name' => 'FieldFormTestCase',
40495   'type' => 'class',
40496   'filename' => 'modules/field/tests/field.test',
40497   'module' => 'field',
40498   'weight' => '0',
40499 ))
40500 ->values(array(
40501   'name' => 'FieldInfo',
40502   'type' => 'class',
40503   'filename' => 'modules/field/field.info.class.inc',
40504   'module' => 'field',
40505   'weight' => '0',
40506 ))
40507 ->values(array(
40508   'name' => 'FieldInfoTestCase',
40509   'type' => 'class',
40510   'filename' => 'modules/field/tests/field.test',
40511   'module' => 'field',
40512   'weight' => '0',
40513 ))
40514 ->values(array(
40515   'name' => 'FieldInstanceCrudTestCase',
40516   'type' => 'class',
40517   'filename' => 'modules/field/tests/field.test',
40518   'module' => 'field',
40519   'weight' => '0',
40520 ))
40521 ->values(array(
40522   'name' => 'FieldsOverlapException',
40523   'type' => 'class',
40524   'filename' => 'includes/database/database.inc',
40525   'module' => '',
40526   'weight' => '0',
40527 ))
40528 ->values(array(
40529   'name' => 'FieldSqlStorageTestCase',
40530   'type' => 'class',
40531   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.test',
40532   'module' => 'field_sql_storage',
40533   'weight' => '0',
40534 ))
40535 ->values(array(
40536   'name' => 'FieldTestCase',
40537   'type' => 'class',
40538   'filename' => 'modules/field/tests/field.test',
40539   'module' => 'field',
40540   'weight' => '0',
40541 ))
40542 ->values(array(
40543   'name' => 'FieldTranslationsTestCase',
40544   'type' => 'class',
40545   'filename' => 'modules/field/tests/field.test',
40546   'module' => 'field',
40547   'weight' => '0',
40548 ))
40549 ->values(array(
40550   'name' => 'FieldUIAlterTestCase',
40551   'type' => 'class',
40552   'filename' => 'modules/field_ui/field_ui.test',
40553   'module' => 'field_ui',
40554   'weight' => '0',
40555 ))
40556 ->values(array(
40557   'name' => 'FieldUIManageDisplayTestCase',
40558   'type' => 'class',
40559   'filename' => 'modules/field_ui/field_ui.test',
40560   'module' => 'field_ui',
40561   'weight' => '0',
40562 ))
40563 ->values(array(
40564   'name' => 'FieldUIManageFieldsTestCase',
40565   'type' => 'class',
40566   'filename' => 'modules/field_ui/field_ui.test',
40567   'module' => 'field_ui',
40568   'weight' => '0',
40569 ))
40570 ->values(array(
40571   'name' => 'FieldUITestCase',
40572   'type' => 'class',
40573   'filename' => 'modules/field_ui/field_ui.test',
40574   'module' => 'field_ui',
40575   'weight' => '0',
40576 ))
40577 ->values(array(
40578   'name' => 'FieldUpdateForbiddenException',
40579   'type' => 'class',
40580   'filename' => 'modules/field/field.module',
40581   'module' => 'field',
40582   'weight' => '0',
40583 ))
40584 ->values(array(
40585   'name' => 'FieldUpdatePathTestCase',
40586   'type' => 'class',
40587   'filename' => 'modules/simpletest/tests/upgrade/update.field.test',
40588   'module' => 'simpletest',
40589   'weight' => '0',
40590 ))
40591 ->values(array(
40592   'name' => 'FieldValidationException',
40593   'type' => 'class',
40594   'filename' => 'modules/field/field.attach.inc',
40595   'module' => 'field',
40596   'weight' => '0',
40597 ))
40598 ->values(array(
40599   'name' => 'FileCopyTest',
40600   'type' => 'class',
40601   'filename' => 'modules/simpletest/tests/file.test',
40602   'module' => 'simpletest',
40603   'weight' => '0',
40604 ))
40605 ->values(array(
40606   'name' => 'FileDeleteTest',
40607   'type' => 'class',
40608   'filename' => 'modules/simpletest/tests/file.test',
40609   'module' => 'simpletest',
40610   'weight' => '0',
40611 ))
40612 ->values(array(
40613   'name' => 'FileDirectoryTest',
40614   'type' => 'class',
40615   'filename' => 'modules/simpletest/tests/file.test',
40616   'module' => 'simpletest',
40617   'weight' => '0',
40618 ))
40619 ->values(array(
40620   'name' => 'FileDownloadTest',
40621   'type' => 'class',
40622   'filename' => 'modules/simpletest/tests/file.test',
40623   'module' => 'simpletest',
40624   'weight' => '0',
40625 ))
40626 ->values(array(
40627   'name' => 'FileFieldDisplayTestCase',
40628   'type' => 'class',
40629   'filename' => 'modules/file/tests/file.test',
40630   'module' => 'file',
40631   'weight' => '0',
40632 ))
40633 ->values(array(
40634   'name' => 'FileFieldPathTestCase',
40635   'type' => 'class',
40636   'filename' => 'modules/file/tests/file.test',
40637   'module' => 'file',
40638   'weight' => '0',
40639 ))
40640 ->values(array(
40641   'name' => 'FileFieldRevisionTestCase',
40642   'type' => 'class',
40643   'filename' => 'modules/file/tests/file.test',
40644   'module' => 'file',
40645   'weight' => '0',
40646 ))
40647 ->values(array(
40648   'name' => 'FileFieldTestCase',
40649   'type' => 'class',
40650   'filename' => 'modules/file/tests/file.test',
40651   'module' => 'file',
40652   'weight' => '0',
40653 ))
40654 ->values(array(
40655   'name' => 'FileFieldValidateTestCase',
40656   'type' => 'class',
40657   'filename' => 'modules/file/tests/file.test',
40658   'module' => 'file',
40659   'weight' => '0',
40660 ))
40661 ->values(array(
40662   'name' => 'FileFieldWidgetTestCase',
40663   'type' => 'class',
40664   'filename' => 'modules/file/tests/file.test',
40665   'module' => 'file',
40666   'weight' => '0',
40667 ))
40668 ->values(array(
40669   'name' => 'FileHookTestCase',
40670   'type' => 'class',
40671   'filename' => 'modules/simpletest/tests/file.test',
40672   'module' => 'simpletest',
40673   'weight' => '0',
40674 ))
40675 ->values(array(
40676   'name' => 'FileLoadTest',
40677   'type' => 'class',
40678   'filename' => 'modules/simpletest/tests/file.test',
40679   'module' => 'simpletest',
40680   'weight' => '0',
40681 ))
40682 ->values(array(
40683   'name' => 'FileManagedFileElementTestCase',
40684   'type' => 'class',
40685   'filename' => 'modules/file/tests/file.test',
40686   'module' => 'file',
40687   'weight' => '0',
40688 ))
40689 ->values(array(
40690   'name' => 'FileMimeTypeTest',
40691   'type' => 'class',
40692   'filename' => 'modules/simpletest/tests/file.test',
40693   'module' => 'simpletest',
40694   'weight' => '0',
40695 ))
40696 ->values(array(
40697   'name' => 'FileMoveTest',
40698   'type' => 'class',
40699   'filename' => 'modules/simpletest/tests/file.test',
40700   'module' => 'simpletest',
40701   'weight' => '0',
40702 ))
40703 ->values(array(
40704   'name' => 'FileNameMungingTest',
40705   'type' => 'class',
40706   'filename' => 'modules/simpletest/tests/file.test',
40707   'module' => 'simpletest',
40708   'weight' => '0',
40709 ))
40710 ->values(array(
40711   'name' => 'FilePrivateTestCase',
40712   'type' => 'class',
40713   'filename' => 'modules/file/tests/file.test',
40714   'module' => 'file',
40715   'weight' => '0',
40716 ))
40717 ->values(array(
40718   'name' => 'FileSaveDataTest',
40719   'type' => 'class',
40720   'filename' => 'modules/simpletest/tests/file.test',
40721   'module' => 'simpletest',
40722   'weight' => '0',
40723 ))
40724 ->values(array(
40725   'name' => 'FileSaveTest',
40726   'type' => 'class',
40727   'filename' => 'modules/simpletest/tests/file.test',
40728   'module' => 'simpletest',
40729   'weight' => '0',
40730 ))
40731 ->values(array(
40732   'name' => 'FileSaveUploadTest',
40733   'type' => 'class',
40734   'filename' => 'modules/simpletest/tests/file.test',
40735   'module' => 'simpletest',
40736   'weight' => '0',
40737 ))
40738 ->values(array(
40739   'name' => 'FileScanDirectoryTest',
40740   'type' => 'class',
40741   'filename' => 'modules/simpletest/tests/file.test',
40742   'module' => 'simpletest',
40743   'weight' => '0',
40744 ))
40745 ->values(array(
40746   'name' => 'FileSpaceUsedTest',
40747   'type' => 'class',
40748   'filename' => 'modules/simpletest/tests/file.test',
40749   'module' => 'simpletest',
40750   'weight' => '0',
40751 ))
40752 ->values(array(
40753   'name' => 'FileTaxonomyTermTestCase',
40754   'type' => 'class',
40755   'filename' => 'modules/file/tests/file.test',
40756   'module' => 'file',
40757   'weight' => '0',
40758 ))
40759 ->values(array(
40760   'name' => 'FileTestCase',
40761   'type' => 'class',
40762   'filename' => 'modules/simpletest/tests/file.test',
40763   'module' => 'simpletest',
40764   'weight' => '0',
40765 ))
40766 ->values(array(
40767   'name' => 'FileTokenReplaceTestCase',
40768   'type' => 'class',
40769   'filename' => 'modules/file/tests/file.test',
40770   'module' => 'file',
40771   'weight' => '0',
40772 ))
40773 ->values(array(
40774   'name' => 'FileTranferTest',
40775   'type' => 'class',
40776   'filename' => 'modules/simpletest/tests/filetransfer.test',
40777   'module' => 'simpletest',
40778   'weight' => '0',
40779 ))
40780 ->values(array(
40781   'name' => 'FileTransfer',
40782   'type' => 'class',
40783   'filename' => 'includes/filetransfer/filetransfer.inc',
40784   'module' => '',
40785   'weight' => '0',
40786 ))
40787 ->values(array(
40788   'name' => 'FileTransferChmodInterface',
40789   'type' => 'interface',
40790   'filename' => 'includes/filetransfer/filetransfer.inc',
40791   'module' => '',
40792   'weight' => '0',
40793 ))
40794 ->values(array(
40795   'name' => 'FileTransferException',
40796   'type' => 'class',
40797   'filename' => 'includes/filetransfer/filetransfer.inc',
40798   'module' => '',
40799   'weight' => '0',
40800 ))
40801 ->values(array(
40802   'name' => 'FileTransferFTP',
40803   'type' => 'class',
40804   'filename' => 'includes/filetransfer/ftp.inc',
40805   'module' => '',
40806   'weight' => '0',
40807 ))
40808 ->values(array(
40809   'name' => 'FileTransferFTPExtension',
40810   'type' => 'class',
40811   'filename' => 'includes/filetransfer/ftp.inc',
40812   'module' => '',
40813   'weight' => '0',
40814 ))
40815 ->values(array(
40816   'name' => 'FileTransferLocal',
40817   'type' => 'class',
40818   'filename' => 'includes/filetransfer/local.inc',
40819   'module' => '',
40820   'weight' => '0',
40821 ))
40822 ->values(array(
40823   'name' => 'FileTransferSSH',
40824   'type' => 'class',
40825   'filename' => 'includes/filetransfer/ssh.inc',
40826   'module' => '',
40827   'weight' => '0',
40828 ))
40829 ->values(array(
40830   'name' => 'FileUnmanagedCopyTest',
40831   'type' => 'class',
40832   'filename' => 'modules/simpletest/tests/file.test',
40833   'module' => 'simpletest',
40834   'weight' => '0',
40835 ))
40836 ->values(array(
40837   'name' => 'FileUnmanagedDeleteRecursiveTest',
40838   'type' => 'class',
40839   'filename' => 'modules/simpletest/tests/file.test',
40840   'module' => 'simpletest',
40841   'weight' => '0',
40842 ))
40843 ->values(array(
40844   'name' => 'FileUnmanagedDeleteTest',
40845   'type' => 'class',
40846   'filename' => 'modules/simpletest/tests/file.test',
40847   'module' => 'simpletest',
40848   'weight' => '0',
40849 ))
40850 ->values(array(
40851   'name' => 'FileUnmanagedMoveTest',
40852   'type' => 'class',
40853   'filename' => 'modules/simpletest/tests/file.test',
40854   'module' => 'simpletest',
40855   'weight' => '0',
40856 ))
40857 ->values(array(
40858   'name' => 'FileUnmanagedSaveDataTest',
40859   'type' => 'class',
40860   'filename' => 'modules/simpletest/tests/file.test',
40861   'module' => 'simpletest',
40862   'weight' => '0',
40863 ))
40864 ->values(array(
40865   'name' => 'FileURLRewritingTest',
40866   'type' => 'class',
40867   'filename' => 'modules/simpletest/tests/file.test',
40868   'module' => 'simpletest',
40869   'weight' => '0',
40870 ))
40871 ->values(array(
40872   'name' => 'FileUsageTest',
40873   'type' => 'class',
40874   'filename' => 'modules/simpletest/tests/file.test',
40875   'module' => 'simpletest',
40876   'weight' => '0',
40877 ))
40878 ->values(array(
40879   'name' => 'FileValidateTest',
40880   'type' => 'class',
40881   'filename' => 'modules/simpletest/tests/file.test',
40882   'module' => 'simpletest',
40883   'weight' => '0',
40884 ))
40885 ->values(array(
40886   'name' => 'FileValidatorTest',
40887   'type' => 'class',
40888   'filename' => 'modules/simpletest/tests/file.test',
40889   'module' => 'simpletest',
40890   'weight' => '0',
40891 ))
40892 ->values(array(
40893   'name' => 'FilledMinimalUpdatePath',
40894   'type' => 'class',
40895   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
40896   'module' => 'simpletest',
40897   'weight' => '0',
40898 ))
40899 ->values(array(
40900   'name' => 'FilledStandardUpdatePath',
40901   'type' => 'class',
40902   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
40903   'module' => 'simpletest',
40904   'weight' => '0',
40905 ))
40906 ->values(array(
40907   'name' => 'FilterAdminTestCase',
40908   'type' => 'class',
40909   'filename' => 'modules/filter/filter.test',
40910   'module' => 'filter',
40911   'weight' => '0',
40912 ))
40913 ->values(array(
40914   'name' => 'FilterCRUDTestCase',
40915   'type' => 'class',
40916   'filename' => 'modules/filter/filter.test',
40917   'module' => 'filter',
40918   'weight' => '0',
40919 ))
40920 ->values(array(
40921   'name' => 'FilterDefaultFormatTestCase',
40922   'type' => 'class',
40923   'filename' => 'modules/filter/filter.test',
40924   'module' => 'filter',
40925   'weight' => '0',
40926 ))
40927 ->values(array(
40928   'name' => 'FilterDOMSerializeTestCase',
40929   'type' => 'class',
40930   'filename' => 'modules/filter/filter.test',
40931   'module' => 'filter',
40932   'weight' => '0',
40933 ))
40934 ->values(array(
40935   'name' => 'FilterFormatAccessTestCase',
40936   'type' => 'class',
40937   'filename' => 'modules/filter/filter.test',
40938   'module' => 'filter',
40939   'weight' => '0',
40940 ))
40941 ->values(array(
40942   'name' => 'FilterFormatUpgradePathTestCase',
40943   'type' => 'class',
40944   'filename' => 'modules/simpletest/tests/upgrade/upgrade.filter.test',
40945   'module' => 'simpletest',
40946   'weight' => '0',
40947 ))
40948 ->values(array(
40949   'name' => 'FilterHooksTestCase',
40950   'type' => 'class',
40951   'filename' => 'modules/filter/filter.test',
40952   'module' => 'filter',
40953   'weight' => '0',
40954 ))
40955 ->values(array(
40956   'name' => 'FilterNoFormatTestCase',
40957   'type' => 'class',
40958   'filename' => 'modules/filter/filter.test',
40959   'module' => 'filter',
40960   'weight' => '0',
40961 ))
40962 ->values(array(
40963   'name' => 'FilterSecurityTestCase',
40964   'type' => 'class',
40965   'filename' => 'modules/filter/filter.test',
40966   'module' => 'filter',
40967   'weight' => '0',
40968 ))
40969 ->values(array(
40970   'name' => 'FilterSettingsTestCase',
40971   'type' => 'class',
40972   'filename' => 'modules/filter/filter.test',
40973   'module' => 'filter',
40974   'weight' => '0',
40975 ))
40976 ->values(array(
40977   'name' => 'FilterUnitTestCase',
40978   'type' => 'class',
40979   'filename' => 'modules/filter/filter.test',
40980   'module' => 'filter',
40981   'weight' => '0',
40982 ))
40983 ->values(array(
40984   'name' => 'FloodFunctionalTest',
40985   'type' => 'class',
40986   'filename' => 'modules/system/system.test',
40987   'module' => 'system',
40988   'weight' => '0',
40989 ))
40990 ->values(array(
40991   'name' => 'FormAlterTestCase',
40992   'type' => 'class',
40993   'filename' => 'modules/simpletest/tests/form.test',
40994   'module' => 'simpletest',
40995   'weight' => '0',
40996 ))
40997 ->values(array(
40998   'name' => 'FormatDateUnitTest',
40999   'type' => 'class',
41000   'filename' => 'modules/simpletest/tests/common.test',
41001   'module' => 'simpletest',
41002   'weight' => '0',
41003 ))
41004 ->values(array(
41005   'name' => 'FormCheckboxTestCase',
41006   'type' => 'class',
41007   'filename' => 'modules/simpletest/tests/form.test',
41008   'module' => 'simpletest',
41009   'weight' => '0',
41010 ))
41011 ->values(array(
41012   'name' => 'FormElementTestCase',
41013   'type' => 'class',
41014   'filename' => 'modules/simpletest/tests/form.test',
41015   'module' => 'simpletest',
41016   'weight' => '0',
41017 ))
41018 ->values(array(
41019   'name' => 'FormsArbitraryRebuildTestCase',
41020   'type' => 'class',
41021   'filename' => 'modules/simpletest/tests/form.test',
41022   'module' => 'simpletest',
41023   'weight' => '0',
41024 ))
41025 ->values(array(
41026   'name' => 'FormsElementsLabelsTestCase',
41027   'type' => 'class',
41028   'filename' => 'modules/simpletest/tests/form.test',
41029   'module' => 'simpletest',
41030   'weight' => '0',
41031 ))
41032 ->values(array(
41033   'name' => 'FormsElementsTableSelectFunctionalTest',
41034   'type' => 'class',
41035   'filename' => 'modules/simpletest/tests/form.test',
41036   'module' => 'simpletest',
41037   'weight' => '0',
41038 ))
41039 ->values(array(
41040   'name' => 'FormsElementsVerticalTabsFunctionalTest',
41041   'type' => 'class',
41042   'filename' => 'modules/simpletest/tests/form.test',
41043   'module' => 'simpletest',
41044   'weight' => '0',
41045 ))
41046 ->values(array(
41047   'name' => 'FormsFileInclusionTestCase',
41048   'type' => 'class',
41049   'filename' => 'modules/simpletest/tests/form.test',
41050   'module' => 'simpletest',
41051   'weight' => '0',
41052 ))
41053 ->values(array(
41054   'name' => 'FormsFormStoragePageCacheTestCase',
41055   'type' => 'class',
41056   'filename' => 'modules/simpletest/tests/form.test',
41057   'module' => 'simpletest',
41058   'weight' => '0',
41059 ))
41060 ->values(array(
41061   'name' => 'FormsFormStorageTestCase',
41062   'type' => 'class',
41063   'filename' => 'modules/simpletest/tests/form.test',
41064   'module' => 'simpletest',
41065   'weight' => '0',
41066 ))
41067 ->values(array(
41068   'name' => 'FormsFormWrapperTestCase',
41069   'type' => 'class',
41070   'filename' => 'modules/simpletest/tests/form.test',
41071   'module' => 'simpletest',
41072   'weight' => '0',
41073 ))
41074 ->values(array(
41075   'name' => 'FormsProgrammaticTestCase',
41076   'type' => 'class',
41077   'filename' => 'modules/simpletest/tests/form.test',
41078   'module' => 'simpletest',
41079   'weight' => '0',
41080 ))
41081 ->values(array(
41082   'name' => 'FormsRebuildTestCase',
41083   'type' => 'class',
41084   'filename' => 'modules/simpletest/tests/form.test',
41085   'module' => 'simpletest',
41086   'weight' => '0',
41087 ))
41088 ->values(array(
41089   'name' => 'FormsRedirectTestCase',
41090   'type' => 'class',
41091   'filename' => 'modules/simpletest/tests/form.test',
41092   'module' => 'simpletest',
41093   'weight' => '0',
41094 ))
41095 ->values(array(
41096   'name' => 'FormStateValuesCleanAdvancedTestCase',
41097   'type' => 'class',
41098   'filename' => 'modules/simpletest/tests/form.test',
41099   'module' => 'simpletest',
41100   'weight' => '0',
41101 ))
41102 ->values(array(
41103   'name' => 'FormStateValuesCleanTestCase',
41104   'type' => 'class',
41105   'filename' => 'modules/simpletest/tests/form.test',
41106   'module' => 'simpletest',
41107   'weight' => '0',
41108 ))
41109 ->values(array(
41110   'name' => 'FormsTestCase',
41111   'type' => 'class',
41112   'filename' => 'modules/simpletest/tests/form.test',
41113   'module' => 'simpletest',
41114   'weight' => '0',
41115 ))
41116 ->values(array(
41117   'name' => 'FormsTriggeringElementTestCase',
41118   'type' => 'class',
41119   'filename' => 'modules/simpletest/tests/form.test',
41120   'module' => 'simpletest',
41121   'weight' => '0',
41122 ))
41123 ->values(array(
41124   'name' => 'FormValidationTestCase',
41125   'type' => 'class',
41126   'filename' => 'modules/simpletest/tests/form.test',
41127   'module' => 'simpletest',
41128   'weight' => '0',
41129 ))
41130 ->values(array(
41131   'name' => 'ForumIndexTestCase',
41132   'type' => 'class',
41133   'filename' => 'modules/forum/forum.test',
41134   'module' => 'forum',
41135   'weight' => '0',
41136 ))
41137 ->values(array(
41138   'name' => 'ForumTestCase',
41139   'type' => 'class',
41140   'filename' => 'modules/forum/forum.test',
41141   'module' => 'forum',
41142   'weight' => '0',
41143 ))
41144 ->values(array(
41145   'name' => 'ForumUpgradePathTestCase',
41146   'type' => 'class',
41147   'filename' => 'modules/simpletest/tests/upgrade/upgrade.forum.test',
41148   'module' => 'simpletest',
41149   'weight' => '0',
41150 ))
41151 ->values(array(
41152   'name' => 'FrontPageTestCase',
41153   'type' => 'class',
41154   'filename' => 'modules/system/system.test',
41155   'module' => 'system',
41156   'weight' => '0',
41157 ))
41158 ->values(array(
41159   'name' => 'GraphUnitTest',
41160   'type' => 'class',
41161   'filename' => 'modules/simpletest/tests/graph.test',
41162   'module' => 'simpletest',
41163   'weight' => '0',
41164 ))
41165 ->values(array(
41166   'name' => 'HelpTestCase',
41167   'type' => 'class',
41168   'filename' => 'modules/help/help.test',
41169   'module' => 'help',
41170   'weight' => '0',
41171 ))
41172 ->values(array(
41173   'name' => 'HookBootExitTestCase',
41174   'type' => 'class',
41175   'filename' => 'modules/simpletest/tests/bootstrap.test',
41176   'module' => 'simpletest',
41177   'weight' => '0',
41178 ))
41179 ->values(array(
41180   'name' => 'HookRequirementsTestCase',
41181   'type' => 'class',
41182   'filename' => 'modules/system/system.test',
41183   'module' => 'system',
41184   'weight' => '0',
41185 ))
41186 ->values(array(
41187   'name' => 'HTMLIdTestCase',
41188   'type' => 'class',
41189   'filename' => 'modules/simpletest/tests/form.test',
41190   'module' => 'simpletest',
41191   'weight' => '0',
41192 ))
41193 ->values(array(
41194   'name' => 'HUPhoneNumberTestCase',
41195   'type' => 'class',
41196   'filename' => 'sites/all/modules/phone/tests/phone.hu.test',
41197   'module' => 'phone',
41198   'weight' => '0',
41199 ))
41200 ->values(array(
41201   'name' => 'ILPhoneNumberTestCase',
41202   'type' => 'class',
41203   'filename' => 'sites/all/modules/phone/tests/phone.il.test',
41204   'module' => 'phone',
41205   'weight' => '0',
41206 ))
41207 ->values(array(
41208   'name' => 'ImageAdminStylesUnitTest',
41209   'type' => 'class',
41210   'filename' => 'modules/image/image.test',
41211   'module' => 'image',
41212   'weight' => '0',
41213 ))
41214 ->values(array(
41215   'name' => 'ImageAdminUiTestCase',
41216   'type' => 'class',
41217   'filename' => 'modules/image/image.test',
41218   'module' => 'image',
41219   'weight' => '0',
41220 ))
41221 ->values(array(
41222   'name' => 'ImageDimensionsScaleTestCase',
41223   'type' => 'class',
41224   'filename' => 'modules/image/image.test',
41225   'module' => 'image',
41226   'weight' => '0',
41227 ))
41228 ->values(array(
41229   'name' => 'ImageDimensionsTestCase',
41230   'type' => 'class',
41231   'filename' => 'modules/image/image.test',
41232   'module' => 'image',
41233   'weight' => '0',
41234 ))
41235 ->values(array(
41236   'name' => 'ImageEffectsUnitTest',
41237   'type' => 'class',
41238   'filename' => 'modules/image/image.test',
41239   'module' => 'image',
41240   'weight' => '0',
41241 ))
41242 ->values(array(
41243   'name' => 'ImageFieldDefaultImagesTestCase',
41244   'type' => 'class',
41245   'filename' => 'modules/image/image.test',
41246   'module' => 'image',
41247   'weight' => '0',
41248 ))
41249 ->values(array(
41250   'name' => 'ImageFieldDisplayTestCase',
41251   'type' => 'class',
41252   'filename' => 'modules/image/image.test',
41253   'module' => 'image',
41254   'weight' => '0',
41255 ))
41256 ->values(array(
41257   'name' => 'ImageFieldTestCase',
41258   'type' => 'class',
41259   'filename' => 'modules/image/image.test',
41260   'module' => 'image',
41261   'weight' => '0',
41262 ))
41263 ->values(array(
41264   'name' => 'ImageFieldValidateTestCase',
41265   'type' => 'class',
41266   'filename' => 'modules/image/image.test',
41267   'module' => 'image',
41268   'weight' => '0',
41269 ))
41270 ->values(array(
41271   'name' => 'ImageFileMoveTest',
41272   'type' => 'class',
41273   'filename' => 'modules/simpletest/tests/image.test',
41274   'module' => 'simpletest',
41275   'weight' => '0',
41276 ))
41277 ->values(array(
41278   'name' => 'ImageStyleFlushTest',
41279   'type' => 'class',
41280   'filename' => 'modules/image/image.test',
41281   'module' => 'image',
41282   'weight' => '0',
41283 ))
41284 ->values(array(
41285   'name' => 'ImageStylesPathAndUrlTestCase',
41286   'type' => 'class',
41287   'filename' => 'modules/image/image.test',
41288   'module' => 'image',
41289   'weight' => '0',
41290 ))
41291 ->values(array(
41292   'name' => 'ImageThemeFunctionWebTestCase',
41293   'type' => 'class',
41294   'filename' => 'modules/image/image.test',
41295   'module' => 'image',
41296   'weight' => '0',
41297 ))
41298 ->values(array(
41299   'name' => 'ImageToolkitGdTestCase',
41300   'type' => 'class',
41301   'filename' => 'modules/simpletest/tests/image.test',
41302   'module' => 'simpletest',
41303   'weight' => '0',
41304 ))
41305 ->values(array(
41306   'name' => 'ImageToolkitTestCase',
41307   'type' => 'class',
41308   'filename' => 'modules/simpletest/tests/image.test',
41309   'module' => 'simpletest',
41310   'weight' => '0',
41311 ))
41312 ->values(array(
41313   'name' => 'ImageToolkitUnitTest',
41314   'type' => 'class',
41315   'filename' => 'modules/simpletest/tests/image.test',
41316   'module' => 'simpletest',
41317   'weight' => '0',
41318 ))
41319 ->values(array(
41320   'name' => 'ImportOPMLTestCase',
41321   'type' => 'class',
41322   'filename' => 'modules/aggregator/aggregator.test',
41323   'module' => 'aggregator',
41324   'weight' => '0',
41325 ))
41326 ->values(array(
41327   'name' => 'InfoFileParserTestCase',
41328   'type' => 'class',
41329   'filename' => 'modules/system/system.test',
41330   'module' => 'system',
41331   'weight' => '0',
41332 ))
41333 ->values(array(
41334   'name' => 'InsertQuery',
41335   'type' => 'class',
41336   'filename' => 'includes/database/query.inc',
41337   'module' => '',
41338   'weight' => '0',
41339 ))
41340 ->values(array(
41341   'name' => 'InsertQuery_mysql',
41342   'type' => 'class',
41343   'filename' => 'includes/database/mysql/query.inc',
41344   'module' => '',
41345   'weight' => '0',
41346 ))
41347 ->values(array(
41348   'name' => 'InsertQuery_pgsql',
41349   'type' => 'class',
41350   'filename' => 'includes/database/pgsql/query.inc',
41351   'module' => '',
41352   'weight' => '0',
41353 ))
41354 ->values(array(
41355   'name' => 'InsertQuery_sqlite',
41356   'type' => 'class',
41357   'filename' => 'includes/database/sqlite/query.inc',
41358   'module' => '',
41359   'weight' => '0',
41360 ))
41361 ->values(array(
41362   'name' => 'InvalidMergeQueryException',
41363   'type' => 'class',
41364   'filename' => 'includes/database/database.inc',
41365   'module' => '',
41366   'weight' => '0',
41367 ))
41368 ->values(array(
41369   'name' => 'IPAddressBlockingTestCase',
41370   'type' => 'class',
41371   'filename' => 'modules/system/system.test',
41372   'module' => 'system',
41373   'weight' => '0',
41374 ))
41375 ->values(array(
41376   'name' => 'ITPhoneNumberTestCase',
41377   'type' => 'class',
41378   'filename' => 'sites/all/modules/phone/tests/phone.it.test',
41379   'module' => 'phone',
41380   'weight' => '0',
41381 ))
41382 ->values(array(
41383   'name' => 'JavaScriptTestCase',
41384   'type' => 'class',
41385   'filename' => 'modules/simpletest/tests/common.test',
41386   'module' => 'simpletest',
41387   'weight' => '0',
41388 ))
41389 ->values(array(
41390   'name' => 'JOPhoneNumberTestCase',
41391   'type' => 'class',
41392   'filename' => 'sites/all/modules/phone/tests/phone.jo.test',
41393   'module' => 'phone',
41394   'weight' => '0',
41395 ))
41396 ->values(array(
41397   'name' => 'LinkAttributeCrudTest',
41398   'type' => 'class',
41399   'filename' => 'sites/all/modules/link/tests/link.attribute.test',
41400   'module' => 'link',
41401   'weight' => '0',
41402 ))
41403 ->values(array(
41404   'name' => 'LinkBaseTestClass',
41405   'type' => 'class',
41406   'filename' => 'sites/all/modules/link/tests/link.test',
41407   'module' => 'link',
41408   'weight' => '0',
41409 ))
41410 ->values(array(
41411   'name' => 'LinkContentCrudTest',
41412   'type' => 'class',
41413   'filename' => 'sites/all/modules/link/tests/link.crud.test',
41414   'module' => 'link',
41415   'weight' => '0',
41416 ))
41417 ->values(array(
41418   'name' => 'LinkTokenTest',
41419   'type' => 'class',
41420   'filename' => 'sites/all/modules/link/tests/link.token.test',
41421   'module' => 'link',
41422   'weight' => '0',
41423 ))
41424 ->values(array(
41425   'name' => 'LinkUITest',
41426   'type' => 'class',
41427   'filename' => 'sites/all/modules/link/tests/link.crud_browser.test',
41428   'module' => 'link',
41429   'weight' => '0',
41430 ))
41431 ->values(array(
41432   'name' => 'LinkValidateSpecificURL',
41433   'type' => 'class',
41434   'filename' => 'sites/all/modules/link/tests/link.validate.test',
41435   'module' => 'link',
41436   'weight' => '0',
41437 ))
41438 ->values(array(
41439   'name' => 'LinkValidateTest',
41440   'type' => 'class',
41441   'filename' => 'sites/all/modules/link/tests/link.validate.test',
41442   'module' => 'link',
41443   'weight' => '0',
41444 ))
41445 ->values(array(
41446   'name' => 'LinkValidateTestCase',
41447   'type' => 'class',
41448   'filename' => 'sites/all/modules/link/tests/link.validate.test',
41449   'module' => 'link',
41450   'weight' => '0',
41451 ))
41452 ->values(array(
41453   'name' => 'LinkValidateTestNews',
41454   'type' => 'class',
41455   'filename' => 'sites/all/modules/link/tests/link.validate.test',
41456   'module' => 'link',
41457   'weight' => '0',
41458 ))
41459 ->values(array(
41460   'name' => 'LinkValidateUrlLight',
41461   'type' => 'class',
41462   'filename' => 'sites/all/modules/link/tests/link.validate.test',
41463   'module' => 'link',
41464   'weight' => '0',
41465 ))
41466 ->values(array(
41467   'name' => 'link_views_handler_argument_target',
41468   'type' => 'class',
41469   'filename' => 'sites/all/modules/link/views/link_views_handler_argument_target.inc',
41470   'module' => 'link',
41471   'weight' => '0',
41472 ))
41473 ->values(array(
41474   'name' => 'link_views_handler_filter_protocol',
41475   'type' => 'class',
41476   'filename' => 'sites/all/modules/link/views/link_views_handler_filter_protocol.inc',
41477   'module' => 'link',
41478   'weight' => '0',
41479 ))
41480 ->values(array(
41481   'name' => 'ListDynamicValuesTestCase',
41482   'type' => 'class',
41483   'filename' => 'modules/field/modules/list/tests/list.test',
41484   'module' => 'list',
41485   'weight' => '0',
41486 ))
41487 ->values(array(
41488   'name' => 'ListDynamicValuesValidationTestCase',
41489   'type' => 'class',
41490   'filename' => 'modules/field/modules/list/tests/list.test',
41491   'module' => 'list',
41492   'weight' => '0',
41493 ))
41494 ->values(array(
41495   'name' => 'ListFieldTestCase',
41496   'type' => 'class',
41497   'filename' => 'modules/field/modules/list/tests/list.test',
41498   'module' => 'list',
41499   'weight' => '0',
41500 ))
41501 ->values(array(
41502   'name' => 'ListFieldUITestCase',
41503   'type' => 'class',
41504   'filename' => 'modules/field/modules/list/tests/list.test',
41505   'module' => 'list',
41506   'weight' => '0',
41507 ))
41508 ->values(array(
41509   'name' => 'LocaleBrowserDetectionTest',
41510   'type' => 'class',
41511   'filename' => 'modules/locale/locale.test',
41512   'module' => 'locale',
41513   'weight' => '0',
41514 ))
41515 ->values(array(
41516   'name' => 'LocaleCommentLanguageFunctionalTest',
41517   'type' => 'class',
41518   'filename' => 'modules/locale/locale.test',
41519   'module' => 'locale',
41520   'weight' => '0',
41521 ))
41522 ->values(array(
41523   'name' => 'LocaleConfigurationTest',
41524   'type' => 'class',
41525   'filename' => 'modules/locale/locale.test',
41526   'module' => 'locale',
41527   'weight' => '0',
41528 ))
41529 ->values(array(
41530   'name' => 'LocaleContentFunctionalTest',
41531   'type' => 'class',
41532   'filename' => 'modules/locale/locale.test',
41533   'module' => 'locale',
41534   'weight' => '0',
41535 ))
41536 ->values(array(
41537   'name' => 'LocaleCSSAlterTest',
41538   'type' => 'class',
41539   'filename' => 'modules/locale/locale.test',
41540   'module' => 'locale',
41541   'weight' => '0',
41542 ))
41543 ->values(array(
41544   'name' => 'LocaleDateFormatsFunctionalTest',
41545   'type' => 'class',
41546   'filename' => 'modules/locale/locale.test',
41547   'module' => 'locale',
41548   'weight' => '0',
41549 ))
41550 ->values(array(
41551   'name' => 'LocaleExportFunctionalTest',
41552   'type' => 'class',
41553   'filename' => 'modules/locale/locale.test',
41554   'module' => 'locale',
41555   'weight' => '0',
41556 ))
41557 ->values(array(
41558   'name' => 'LocaleImportFunctionalTest',
41559   'type' => 'class',
41560   'filename' => 'modules/locale/locale.test',
41561   'module' => 'locale',
41562   'weight' => '0',
41563 ))
41564 ->values(array(
41565   'name' => 'LocaleInstallTest',
41566   'type' => 'class',
41567   'filename' => 'modules/locale/locale.test',
41568   'module' => 'locale',
41569   'weight' => '0',
41570 ))
41571 ->values(array(
41572   'name' => 'LocaleJavascriptTranslationTest',
41573   'type' => 'class',
41574   'filename' => 'modules/locale/locale.test',
41575   'module' => 'locale',
41576   'weight' => '0',
41577 ))
41578 ->values(array(
41579   'name' => 'LocaleLanguageNegotiationInfoFunctionalTest',
41580   'type' => 'class',
41581   'filename' => 'modules/locale/locale.test',
41582   'module' => 'locale',
41583   'weight' => '0',
41584 ))
41585 ->values(array(
41586   'name' => 'LocaleLanguageSwitchingFunctionalTest',
41587   'type' => 'class',
41588   'filename' => 'modules/locale/locale.test',
41589   'module' => 'locale',
41590   'weight' => '0',
41591 ))
41592 ->values(array(
41593   'name' => 'LocaleLibraryInfoAlterTest',
41594   'type' => 'class',
41595   'filename' => 'modules/locale/locale.test',
41596   'module' => 'locale',
41597   'weight' => '0',
41598 ))
41599 ->values(array(
41600   'name' => 'LocaleMultilingualFieldsFunctionalTest',
41601   'type' => 'class',
41602   'filename' => 'modules/locale/locale.test',
41603   'module' => 'locale',
41604   'weight' => '0',
41605 ))
41606 ->values(array(
41607   'name' => 'LocalePathFunctionalTest',
41608   'type' => 'class',
41609   'filename' => 'modules/locale/locale.test',
41610   'module' => 'locale',
41611   'weight' => '0',
41612 ))
41613 ->values(array(
41614   'name' => 'LocalePluralFormatTest',
41615   'type' => 'class',
41616   'filename' => 'modules/locale/locale.test',
41617   'module' => 'locale',
41618   'weight' => '0',
41619 ))
41620 ->values(array(
41621   'name' => 'LocaleTranslationFunctionalTest',
41622   'type' => 'class',
41623   'filename' => 'modules/locale/locale.test',
41624   'module' => 'locale',
41625   'weight' => '0',
41626 ))
41627 ->values(array(
41628   'name' => 'LocaleUILanguageNegotiationTest',
41629   'type' => 'class',
41630   'filename' => 'modules/locale/locale.test',
41631   'module' => 'locale',
41632   'weight' => '0',
41633 ))
41634 ->values(array(
41635   'name' => 'LocaleUninstallFrenchFunctionalTest',
41636   'type' => 'class',
41637   'filename' => 'modules/locale/locale.test',
41638   'module' => 'locale',
41639   'weight' => '0',
41640 ))
41641 ->values(array(
41642   'name' => 'LocaleUninstallFunctionalTest',
41643   'type' => 'class',
41644   'filename' => 'modules/locale/locale.test',
41645   'module' => 'locale',
41646   'weight' => '0',
41647 ))
41648 ->values(array(
41649   'name' => 'LocaleUpgradePathTestCase',
41650   'type' => 'class',
41651   'filename' => 'modules/simpletest/tests/upgrade/upgrade.locale.test',
41652   'module' => 'simpletest',
41653   'weight' => '0',
41654 ))
41655 ->values(array(
41656   'name' => 'LocaleUrlRewritingTest',
41657   'type' => 'class',
41658   'filename' => 'modules/locale/locale.test',
41659   'module' => 'locale',
41660   'weight' => '0',
41661 ))
41662 ->values(array(
41663   'name' => 'LocaleUserCreationTest',
41664   'type' => 'class',
41665   'filename' => 'modules/locale/locale.test',
41666   'module' => 'locale',
41667   'weight' => '0',
41668 ))
41669 ->values(array(
41670   'name' => 'LocaleUserLanguageFunctionalTest',
41671   'type' => 'class',
41672   'filename' => 'modules/locale/locale.test',
41673   'module' => 'locale',
41674   'weight' => '0',
41675 ))
41676 ->values(array(
41677   'name' => 'LockFunctionalTest',
41678   'type' => 'class',
41679   'filename' => 'modules/simpletest/tests/lock.test',
41680   'module' => 'simpletest',
41681   'weight' => '0',
41682 ))
41683 ->values(array(
41684   'name' => 'MailSystemInterface',
41685   'type' => 'interface',
41686   'filename' => 'includes/mail.inc',
41687   'module' => '',
41688   'weight' => '0',
41689 ))
41690 ->values(array(
41691   'name' => 'MailTestCase',
41692   'type' => 'class',
41693   'filename' => 'modules/simpletest/tests/mail.test',
41694   'module' => 'simpletest',
41695   'weight' => '0',
41696 ))
41697 ->values(array(
41698   'name' => 'MemoryQueue',
41699   'type' => 'class',
41700   'filename' => 'modules/system/system.queue.inc',
41701   'module' => 'system',
41702   'weight' => '0',
41703 ))
41704 ->values(array(
41705   'name' => 'MenuBreadcrumbTestCase',
41706   'type' => 'class',
41707   'filename' => 'modules/simpletest/tests/menu.test',
41708   'module' => 'simpletest',
41709   'weight' => '0',
41710 ))
41711 ->values(array(
41712   'name' => 'MenuLinksUnitTestCase',
41713   'type' => 'class',
41714   'filename' => 'modules/simpletest/tests/menu.test',
41715   'module' => 'simpletest',
41716   'weight' => '0',
41717 ))
41718 ->values(array(
41719   'name' => 'MenuNodeTestCase',
41720   'type' => 'class',
41721   'filename' => 'modules/menu/menu.test',
41722   'module' => 'menu',
41723   'weight' => '0',
41724 ))
41725 ->values(array(
41726   'name' => 'MenuRebuildTestCase',
41727   'type' => 'class',
41728   'filename' => 'modules/simpletest/tests/menu.test',
41729   'module' => 'simpletest',
41730   'weight' => '0',
41731 ))
41732 ->values(array(
41733   'name' => 'MenuRouterTestCase',
41734   'type' => 'class',
41735   'filename' => 'modules/simpletest/tests/menu.test',
41736   'module' => 'simpletest',
41737   'weight' => '0',
41738 ))
41739 ->values(array(
41740   'name' => 'MenuTestCase',
41741   'type' => 'class',
41742   'filename' => 'modules/menu/menu.test',
41743   'module' => 'menu',
41744   'weight' => '0',
41745 ))
41746 ->values(array(
41747   'name' => 'MenuTrailTestCase',
41748   'type' => 'class',
41749   'filename' => 'modules/simpletest/tests/menu.test',
41750   'module' => 'simpletest',
41751   'weight' => '0',
41752 ))
41753 ->values(array(
41754   'name' => 'MenuTreeDataTestCase',
41755   'type' => 'class',
41756   'filename' => 'modules/simpletest/tests/menu.test',
41757   'module' => 'simpletest',
41758   'weight' => '0',
41759 ))
41760 ->values(array(
41761   'name' => 'MenuTreeOutputTestCase',
41762   'type' => 'class',
41763   'filename' => 'modules/simpletest/tests/menu.test',
41764   'module' => 'simpletest',
41765   'weight' => '0',
41766 ))
41767 ->values(array(
41768   'name' => 'MenuUpgradePathTestCase',
41769   'type' => 'class',
41770   'filename' => 'modules/simpletest/tests/upgrade/upgrade.menu.test',
41771   'module' => 'simpletest',
41772   'weight' => '0',
41773 ))
41774 ->values(array(
41775   'name' => 'MenuWebTestCase',
41776   'type' => 'class',
41777   'filename' => 'modules/simpletest/tests/menu.test',
41778   'module' => 'simpletest',
41779   'weight' => '0',
41780 ))
41781 ->values(array(
41782   'name' => 'MergeQuery',
41783   'type' => 'class',
41784   'filename' => 'includes/database/query.inc',
41785   'module' => '',
41786   'weight' => '0',
41787 ))
41788 ->values(array(
41789   'name' => 'MigrateEmailFieldHandler',
41790   'type' => 'class',
41791   'filename' => 'sites/all/modules/email/email.migrate.inc',
41792   'module' => 'email',
41793   'weight' => '0',
41794 ))
41795 ->values(array(
41796   'name' => 'MigrateEntityReferenceFieldHandler',
41797   'type' => 'class',
41798   'filename' => 'sites/all/modules/entityreference/entityreference.migrate.inc',
41799   'module' => 'entityreference',
41800   'weight' => '0',
41801 ))
41802 ->values(array(
41803   'name' => 'MigrateLinkFieldHandler',
41804   'type' => 'class',
41805   'filename' => 'sites/all/modules/link/link.migrate.inc',
41806   'module' => 'link',
41807   'weight' => '0',
41808 ))
41809 ->values(array(
41810   'name' => 'MigratePhoneFieldHandler',
41811   'type' => 'class',
41812   'filename' => 'sites/all/modules/phone/phone.migrate.inc',
41813   'module' => 'phone',
41814   'weight' => '0',
41815 ))
41816 ->values(array(
41817   'name' => 'MockTestConnection',
41818   'type' => 'class',
41819   'filename' => 'modules/simpletest/tests/filetransfer.test',
41820   'module' => 'simpletest',
41821   'weight' => '0',
41822 ))
41823 ->values(array(
41824   'name' => 'ModuleDependencyTestCase',
41825   'type' => 'class',
41826   'filename' => 'modules/system/system.test',
41827   'module' => 'system',
41828   'weight' => '0',
41829 ))
41830 ->values(array(
41831   'name' => 'ModuleImplementsAlterTestCase',
41832   'type' => 'class',
41833   'filename' => 'modules/simpletest/tests/module.test',
41834   'module' => 'simpletest',
41835   'weight' => '0',
41836 ))
41837 ->values(array(
41838   'name' => 'ModuleInstallTestCase',
41839   'type' => 'class',
41840   'filename' => 'modules/simpletest/tests/module.test',
41841   'module' => 'simpletest',
41842   'weight' => '0',
41843 ))
41844 ->values(array(
41845   'name' => 'ModuleRequiredTestCase',
41846   'type' => 'class',
41847   'filename' => 'modules/system/system.test',
41848   'module' => 'system',
41849   'weight' => '0',
41850 ))
41851 ->values(array(
41852   'name' => 'ModuleTestCase',
41853   'type' => 'class',
41854   'filename' => 'modules/system/system.test',
41855   'module' => 'system',
41856   'weight' => '0',
41857 ))
41858 ->values(array(
41859   'name' => 'ModuleUninstallTestCase',
41860   'type' => 'class',
41861   'filename' => 'modules/simpletest/tests/module.test',
41862   'module' => 'simpletest',
41863   'weight' => '0',
41864 ))
41865 ->values(array(
41866   'name' => 'ModuleUnitTest',
41867   'type' => 'class',
41868   'filename' => 'modules/simpletest/tests/module.test',
41869   'module' => 'simpletest',
41870   'weight' => '0',
41871 ))
41872 ->values(array(
41873   'name' => 'ModuleUpdater',
41874   'type' => 'class',
41875   'filename' => 'modules/system/system.updater.inc',
41876   'module' => 'system',
41877   'weight' => '0',
41878 ))
41879 ->values(array(
41880   'name' => 'ModuleVersionTestCase',
41881   'type' => 'class',
41882   'filename' => 'modules/system/system.test',
41883   'module' => 'system',
41884   'weight' => '0',
41885 ))
41886 ->values(array(
41887   'name' => 'MultiStepNodeFormBasicOptionsTest',
41888   'type' => 'class',
41889   'filename' => 'modules/node/node.test',
41890   'module' => 'node',
41891   'weight' => '0',
41892 ))
41893 ->values(array(
41894   'name' => 'NewDefaultThemeBlocks',
41895   'type' => 'class',
41896   'filename' => 'modules/block/block.test',
41897   'module' => 'block',
41898   'weight' => '-5',
41899 ))
41900 ->values(array(
41901   'name' => 'NLPhoneNumberTestCase',
41902   'type' => 'class',
41903   'filename' => 'sites/all/modules/phone/tests/phone.nl.test',
41904   'module' => 'phone',
41905   'weight' => '0',
41906 ))
41907 ->values(array(
41908   'name' => 'NodeAccessBaseTableTestCase',
41909   'type' => 'class',
41910   'filename' => 'modules/node/node.test',
41911   'module' => 'node',
41912   'weight' => '0',
41913 ))
41914 ->values(array(
41915   'name' => 'NodeAccessFieldTestCase',
41916   'type' => 'class',
41917   'filename' => 'modules/node/node.test',
41918   'module' => 'node',
41919   'weight' => '0',
41920 ))
41921 ->values(array(
41922   'name' => 'NodeAccessPagerTestCase',
41923   'type' => 'class',
41924   'filename' => 'modules/node/node.test',
41925   'module' => 'node',
41926   'weight' => '0',
41927 ))
41928 ->values(array(
41929   'name' => 'NodeAccessRebuildTestCase',
41930   'type' => 'class',
41931   'filename' => 'modules/node/node.test',
41932   'module' => 'node',
41933   'weight' => '0',
41934 ))
41935 ->values(array(
41936   'name' => 'NodeAccessRecordsTestCase',
41937   'type' => 'class',
41938   'filename' => 'modules/node/node.test',
41939   'module' => 'node',
41940   'weight' => '0',
41941 ))
41942 ->values(array(
41943   'name' => 'NodeAccessTestCase',
41944   'type' => 'class',
41945   'filename' => 'modules/node/node.test',
41946   'module' => 'node',
41947   'weight' => '0',
41948 ))
41949 ->values(array(
41950   'name' => 'NodeAdminTestCase',
41951   'type' => 'class',
41952   'filename' => 'modules/node/node.test',
41953   'module' => 'node',
41954   'weight' => '0',
41955 ))
41956 ->values(array(
41957   'name' => 'NodeBlockFunctionalTest',
41958   'type' => 'class',
41959   'filename' => 'modules/node/node.test',
41960   'module' => 'node',
41961   'weight' => '0',
41962 ))
41963 ->values(array(
41964   'name' => 'NodeBlockTestCase',
41965   'type' => 'class',
41966   'filename' => 'modules/node/node.test',
41967   'module' => 'node',
41968   'weight' => '0',
41969 ))
41970 ->values(array(
41971   'name' => 'NodeBodyUpgradePathTestCase',
41972   'type' => 'class',
41973   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
41974   'module' => 'simpletest',
41975   'weight' => '0',
41976 ))
41977 ->values(array(
41978   'name' => 'NodeBuildContent',
41979   'type' => 'class',
41980   'filename' => 'modules/node/node.test',
41981   'module' => 'node',
41982   'weight' => '0',
41983 ))
41984 ->values(array(
41985   'name' => 'NodeController',
41986   'type' => 'class',
41987   'filename' => 'modules/node/node.module',
41988   'module' => 'node',
41989   'weight' => '0',
41990 ))
41991 ->values(array(
41992   'name' => 'NodeCreationTestCase',
41993   'type' => 'class',
41994   'filename' => 'modules/node/node.test',
41995   'module' => 'node',
41996   'weight' => '0',
41997 ))
41998 ->values(array(
41999   'name' => 'NodeEntityFieldQueryAlter',
42000   'type' => 'class',
42001   'filename' => 'modules/node/node.test',
42002   'module' => 'node',
42003   'weight' => '0',
42004 ))
42005 ->values(array(
42006   'name' => 'NodeEntityViewModeAlterTest',
42007   'type' => 'class',
42008   'filename' => 'modules/node/node.test',
42009   'module' => 'node',
42010   'weight' => '0',
42011 ))
42012 ->values(array(
42013   'name' => 'NodeFeedTestCase',
42014   'type' => 'class',
42015   'filename' => 'modules/node/node.test',
42016   'module' => 'node',
42017   'weight' => '0',
42018 ))
42019 ->values(array(
42020   'name' => 'NodeLoadHooksTestCase',
42021   'type' => 'class',
42022   'filename' => 'modules/node/node.test',
42023   'module' => 'node',
42024   'weight' => '0',
42025 ))
42026 ->values(array(
42027   'name' => 'NodeLoadMultipleTestCase',
42028   'type' => 'class',
42029   'filename' => 'modules/node/node.test',
42030   'module' => 'node',
42031   'weight' => '0',
42032 ))
42033 ->values(array(
42034   'name' => 'NodePageCacheTest',
42035   'type' => 'class',
42036   'filename' => 'modules/node/node.test',
42037   'module' => 'node',
42038   'weight' => '0',
42039 ))
42040 ->values(array(
42041   'name' => 'NodePostSettingsTestCase',
42042   'type' => 'class',
42043   'filename' => 'modules/node/node.test',
42044   'module' => 'node',
42045   'weight' => '0',
42046 ))
42047 ->values(array(
42048   'name' => 'NodeQueryAlter',
42049   'type' => 'class',
42050   'filename' => 'modules/node/node.test',
42051   'module' => 'node',
42052   'weight' => '0',
42053 ))
42054 ->values(array(
42055   'name' => 'NodeRevisionPermissionsTestCase',
42056   'type' => 'class',
42057   'filename' => 'modules/node/node.test',
42058   'module' => 'node',
42059   'weight' => '0',
42060 ))
42061 ->values(array(
42062   'name' => 'NodeRevisionsTestCase',
42063   'type' => 'class',
42064   'filename' => 'modules/node/node.test',
42065   'module' => 'node',
42066   'weight' => '0',
42067 ))
42068 ->values(array(
42069   'name' => 'NodeRSSContentTestCase',
42070   'type' => 'class',
42071   'filename' => 'modules/node/node.test',
42072   'module' => 'node',
42073   'weight' => '0',
42074 ))
42075 ->values(array(
42076   'name' => 'NodeSaveTestCase',
42077   'type' => 'class',
42078   'filename' => 'modules/node/node.test',
42079   'module' => 'node',
42080   'weight' => '0',
42081 ))
42082 ->values(array(
42083   'name' => 'NodeTitleTestCase',
42084   'type' => 'class',
42085   'filename' => 'modules/node/node.test',
42086   'module' => 'node',
42087   'weight' => '0',
42088 ))
42089 ->values(array(
42090   'name' => 'NodeTitleXSSTestCase',
42091   'type' => 'class',
42092   'filename' => 'modules/node/node.test',
42093   'module' => 'node',
42094   'weight' => '0',
42095 ))
42096 ->values(array(
42097   'name' => 'NodeTokenReplaceTestCase',
42098   'type' => 'class',
42099   'filename' => 'modules/node/node.test',
42100   'module' => 'node',
42101   'weight' => '0',
42102 ))
42103 ->values(array(
42104   'name' => 'NodeTypePersistenceTestCase',
42105   'type' => 'class',
42106   'filename' => 'modules/node/node.test',
42107   'module' => 'node',
42108   'weight' => '0',
42109 ))
42110 ->values(array(
42111   'name' => 'NodeTypeTestCase',
42112   'type' => 'class',
42113   'filename' => 'modules/node/node.test',
42114   'module' => 'node',
42115   'weight' => '0',
42116 ))
42117 ->values(array(
42118   'name' => 'NodeWebTestCase',
42119   'type' => 'class',
42120   'filename' => 'modules/node/node.test',
42121   'module' => 'node',
42122   'weight' => '0',
42123 ))
42124 ->values(array(
42125   'name' => 'NoFieldsException',
42126   'type' => 'class',
42127   'filename' => 'includes/database/database.inc',
42128   'module' => '',
42129   'weight' => '0',
42130 ))
42131 ->values(array(
42132   'name' => 'NoHelpTestCase',
42133   'type' => 'class',
42134   'filename' => 'modules/help/help.test',
42135   'module' => 'help',
42136   'weight' => '0',
42137 ))
42138 ->values(array(
42139   'name' => 'NonDefaultBlockAdmin',
42140   'type' => 'class',
42141   'filename' => 'modules/block/block.test',
42142   'module' => 'block',
42143   'weight' => '-5',
42144 ))
42145 ->values(array(
42146   'name' => 'NumberFieldTestCase',
42147   'type' => 'class',
42148   'filename' => 'modules/field/modules/number/number.test',
42149   'module' => 'number',
42150   'weight' => '0',
42151 ))
42152 ->values(array(
42153   'name' => 'NZPhoneNumberTestCase',
42154   'type' => 'class',
42155   'filename' => 'sites/all/modules/phone/tests/phone.nz.test',
42156   'module' => 'phone',
42157   'weight' => '0',
42158 ))
42159 ->values(array(
42160   'name' => 'OpenIDFunctionalTestCase',
42161   'type' => 'class',
42162   'filename' => 'modules/openid/openid.test',
42163   'module' => 'openid',
42164   'weight' => '0',
42165 ))
42166 ->values(array(
42167   'name' => 'OpenIDInvalidIdentifierTransitionTestCase',
42168   'type' => 'class',
42169   'filename' => 'modules/openid/openid.test',
42170   'module' => 'openid',
42171   'weight' => '0',
42172 ))
42173 ->values(array(
42174   'name' => 'OpenIDRegistrationTestCase',
42175   'type' => 'class',
42176   'filename' => 'modules/openid/openid.test',
42177   'module' => 'openid',
42178   'weight' => '0',
42179 ))
42180 ->values(array(
42181   'name' => 'OpenIDTestCase',
42182   'type' => 'class',
42183   'filename' => 'modules/openid/openid.test',
42184   'module' => 'openid',
42185   'weight' => '0',
42186 ))
42187 ->values(array(
42188   'name' => 'OpenIDWebTestCase',
42189   'type' => 'class',
42190   'filename' => 'modules/openid/openid.test',
42191   'module' => 'openid',
42192   'weight' => '0',
42193 ))
42194 ->values(array(
42195   'name' => 'OptionsSelectDynamicValuesTestCase',
42196   'type' => 'class',
42197   'filename' => 'modules/field/modules/options/options.test',
42198   'module' => 'options',
42199   'weight' => '0',
42200 ))
42201 ->values(array(
42202   'name' => 'OptionsWidgetsTestCase',
42203   'type' => 'class',
42204   'filename' => 'modules/field/modules/options/options.test',
42205   'module' => 'options',
42206   'weight' => '0',
42207 ))
42208 ->values(array(
42209   'name' => 'PageEditTestCase',
42210   'type' => 'class',
42211   'filename' => 'modules/node/node.test',
42212   'module' => 'node',
42213   'weight' => '0',
42214 ))
42215 ->values(array(
42216   'name' => 'PageNotFoundTestCase',
42217   'type' => 'class',
42218   'filename' => 'modules/system/system.test',
42219   'module' => 'system',
42220   'weight' => '0',
42221 ))
42222 ->values(array(
42223   'name' => 'PagePreviewTestCase',
42224   'type' => 'class',
42225   'filename' => 'modules/node/node.test',
42226   'module' => 'node',
42227   'weight' => '0',
42228 ))
42229 ->values(array(
42230   'name' => 'PagerDefault',
42231   'type' => 'class',
42232   'filename' => 'includes/pager.inc',
42233   'module' => '',
42234   'weight' => '0',
42235 ))
42236 ->values(array(
42237   'name' => 'PagerFunctionalWebTestCase',
42238   'type' => 'class',
42239   'filename' => 'modules/simpletest/tests/pager.test',
42240   'module' => 'simpletest',
42241   'weight' => '0',
42242 ))
42243 ->values(array(
42244   'name' => 'PageTitleFiltering',
42245   'type' => 'class',
42246   'filename' => 'modules/system/system.test',
42247   'module' => 'system',
42248   'weight' => '0',
42249 ))
42250 ->values(array(
42251   'name' => 'PageViewTestCase',
42252   'type' => 'class',
42253   'filename' => 'modules/node/node.test',
42254   'module' => 'node',
42255   'weight' => '0',
42256 ))
42257 ->values(array(
42258   'name' => 'ParseInfoFilesTestCase',
42259   'type' => 'class',
42260   'filename' => 'modules/simpletest/tests/common.test',
42261   'module' => 'simpletest',
42262   'weight' => '0',
42263 ))
42264 ->values(array(
42265   'name' => 'PasswordHashingTest',
42266   'type' => 'class',
42267   'filename' => 'modules/simpletest/tests/password.test',
42268   'module' => 'simpletest',
42269   'weight' => '0',
42270 ))
42271 ->values(array(
42272   'name' => 'PathLanguageTestCase',
42273   'type' => 'class',
42274   'filename' => 'modules/path/path.test',
42275   'module' => 'path',
42276   'weight' => '0',
42277 ))
42278 ->values(array(
42279   'name' => 'PathLanguageUITestCase',
42280   'type' => 'class',
42281   'filename' => 'modules/path/path.test',
42282   'module' => 'path',
42283   'weight' => '0',
42284 ))
42285 ->values(array(
42286   'name' => 'PathLookupTest',
42287   'type' => 'class',
42288   'filename' => 'modules/simpletest/tests/path.test',
42289   'module' => 'simpletest',
42290   'weight' => '0',
42291 ))
42292 ->values(array(
42293   'name' => 'PathMonolingualTestCase',
42294   'type' => 'class',
42295   'filename' => 'modules/path/path.test',
42296   'module' => 'path',
42297   'weight' => '0',
42298 ))
42299 ->values(array(
42300   'name' => 'PathSaveTest',
42301   'type' => 'class',
42302   'filename' => 'modules/simpletest/tests/path.test',
42303   'module' => 'simpletest',
42304   'weight' => '0',
42305 ))
42306 ->values(array(
42307   'name' => 'PathTaxonomyTermTestCase',
42308   'type' => 'class',
42309   'filename' => 'modules/path/path.test',
42310   'module' => 'path',
42311   'weight' => '0',
42312 ))
42313 ->values(array(
42314   'name' => 'PathTestCase',
42315   'type' => 'class',
42316   'filename' => 'modules/path/path.test',
42317   'module' => 'path',
42318   'weight' => '0',
42319 ))
42320 ->values(array(
42321   'name' => 'PhoneFrenchTest',
42322   'type' => 'class',
42323   'filename' => 'sites/all/modules/phone/tests/phone.fr.test',
42324   'module' => 'phone',
42325   'weight' => '0',
42326 ))
42327 ->values(array(
42328   'name' => 'PhoneIntTest',
42329   'type' => 'class',
42330   'filename' => 'sites/all/modules/phone/tests/phone.int.test',
42331   'module' => 'phone',
42332   'weight' => '0',
42333 ))
42334 ->values(array(
42335   'name' => 'PhonePanamanianTest',
42336   'type' => 'class',
42337   'filename' => 'sites/all/modules/phone/tests/phone.pa.test',
42338   'module' => 'phone',
42339   'weight' => '0',
42340 ))
42341 ->values(array(
42342   'name' => 'PHPAccessTestCase',
42343   'type' => 'class',
42344   'filename' => 'modules/php/php.test',
42345   'module' => 'php',
42346   'weight' => '0',
42347 ))
42348 ->values(array(
42349   'name' => 'PHPFilterTestCase',
42350   'type' => 'class',
42351   'filename' => 'modules/php/php.test',
42352   'module' => 'php',
42353   'weight' => '0',
42354 ))
42355 ->values(array(
42356   'name' => 'PHPhoneNumberTestCase',
42357   'type' => 'class',
42358   'filename' => 'sites/all/modules/phone/tests/phone.ph.test',
42359   'module' => 'phone',
42360   'weight' => '0',
42361 ))
42362 ->values(array(
42363   'name' => 'PHPTestCase',
42364   'type' => 'class',
42365   'filename' => 'modules/php/php.test',
42366   'module' => 'php',
42367   'weight' => '0',
42368 ))
42369 ->values(array(
42370   'name' => 'PKPhoneNumberTestCase',
42371   'type' => 'class',
42372   'filename' => 'sites/all/modules/phone/tests/phone.pk.test',
42373   'module' => 'phone',
42374   'weight' => '0',
42375 ))
42376 ->values(array(
42377   'name' => 'PLPhoneNumberTestCase',
42378   'type' => 'class',
42379   'filename' => 'sites/all/modules/phone/tests/phone.pl.test',
42380   'module' => 'phone',
42381   'weight' => '0',
42382 ))
42383 ->values(array(
42384   'name' => 'PollBlockTestCase',
42385   'type' => 'class',
42386   'filename' => 'modules/poll/poll.test',
42387   'module' => 'poll',
42388   'weight' => '0',
42389 ))
42390 ->values(array(
42391   'name' => 'PollCreateTestCase',
42392   'type' => 'class',
42393   'filename' => 'modules/poll/poll.test',
42394   'module' => 'poll',
42395   'weight' => '0',
42396 ))
42397 ->values(array(
42398   'name' => 'PollDeleteChoiceTestCase',
42399   'type' => 'class',
42400   'filename' => 'modules/poll/poll.test',
42401   'module' => 'poll',
42402   'weight' => '0',
42403 ))
42404 ->values(array(
42405   'name' => 'PollExpirationTestCase',
42406   'type' => 'class',
42407   'filename' => 'modules/poll/poll.test',
42408   'module' => 'poll',
42409   'weight' => '0',
42410 ))
42411 ->values(array(
42412   'name' => 'PollJSAddChoice',
42413   'type' => 'class',
42414   'filename' => 'modules/poll/poll.test',
42415   'module' => 'poll',
42416   'weight' => '0',
42417 ))
42418 ->values(array(
42419   'name' => 'PollTestCase',
42420   'type' => 'class',
42421   'filename' => 'modules/poll/poll.test',
42422   'module' => 'poll',
42423   'weight' => '0',
42424 ))
42425 ->values(array(
42426   'name' => 'PollTokenReplaceTestCase',
42427   'type' => 'class',
42428   'filename' => 'modules/poll/poll.test',
42429   'module' => 'poll',
42430   'weight' => '0',
42431 ))
42432 ->values(array(
42433   'name' => 'PollTranslateTestCase',
42434   'type' => 'class',
42435   'filename' => 'modules/poll/poll.test',
42436   'module' => 'poll',
42437   'weight' => '0',
42438 ))
42439 ->values(array(
42440   'name' => 'PollUpgradePathTestCase',
42441   'type' => 'class',
42442   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
42443   'module' => 'simpletest',
42444   'weight' => '0',
42445 ))
42446 ->values(array(
42447   'name' => 'PollVoteCheckHostname',
42448   'type' => 'class',
42449   'filename' => 'modules/poll/poll.test',
42450   'module' => 'poll',
42451   'weight' => '0',
42452 ))
42453 ->values(array(
42454   'name' => 'PollVoteTestCase',
42455   'type' => 'class',
42456   'filename' => 'modules/poll/poll.test',
42457   'module' => 'poll',
42458   'weight' => '0',
42459 ))
42460 ->values(array(
42461   'name' => 'ProfileBlockTestCase',
42462   'type' => 'class',
42463   'filename' => 'modules/profile/profile.test',
42464   'module' => 'profile',
42465   'weight' => '0',
42466 ))
42467 ->values(array(
42468   'name' => 'ProfileCrudTestCase',
42469   'type' => 'class',
42470   'filename' => 'modules/profile/profile.test',
42471   'module' => 'profile',
42472   'weight' => '0',
42473 ))
42474 ->values(array(
42475   'name' => 'ProfileTestAutocomplete',
42476   'type' => 'class',
42477   'filename' => 'modules/profile/profile.test',
42478   'module' => 'profile',
42479   'weight' => '0',
42480 ))
42481 ->values(array(
42482   'name' => 'ProfileTestBrowsing',
42483   'type' => 'class',
42484   'filename' => 'modules/profile/profile.test',
42485   'module' => 'profile',
42486   'weight' => '0',
42487 ))
42488 ->values(array(
42489   'name' => 'ProfileTestCase',
42490   'type' => 'class',
42491   'filename' => 'modules/profile/profile.test',
42492   'module' => 'profile',
42493   'weight' => '0',
42494 ))
42495 ->values(array(
42496   'name' => 'ProfileTestDate',
42497   'type' => 'class',
42498   'filename' => 'modules/profile/profile.test',
42499   'module' => 'profile',
42500   'weight' => '0',
42501 ))
42502 ->values(array(
42503   'name' => 'ProfileTestFields',
42504   'type' => 'class',
42505   'filename' => 'modules/profile/profile.test',
42506   'module' => 'profile',
42507   'weight' => '0',
42508 ))
42509 ->values(array(
42510   'name' => 'ProfileTestSelect',
42511   'type' => 'class',
42512   'filename' => 'modules/profile/profile.test',
42513   'module' => 'profile',
42514   'weight' => '0',
42515 ))
42516 ->values(array(
42517   'name' => 'ProfileTestWeights',
42518   'type' => 'class',
42519   'filename' => 'modules/profile/profile.test',
42520   'module' => 'profile',
42521   'weight' => '0',
42522 ))
42523 ->values(array(
42524   'name' => 'Query',
42525   'type' => 'class',
42526   'filename' => 'includes/database/query.inc',
42527   'module' => '',
42528   'weight' => '0',
42529 ))
42530 ->values(array(
42531   'name' => 'QueryAlterableInterface',
42532   'type' => 'interface',
42533   'filename' => 'includes/database/query.inc',
42534   'module' => '',
42535   'weight' => '0',
42536 ))
42537 ->values(array(
42538   'name' => 'QueryConditionInterface',
42539   'type' => 'interface',
42540   'filename' => 'includes/database/query.inc',
42541   'module' => '',
42542   'weight' => '0',
42543 ))
42544 ->values(array(
42545   'name' => 'QueryExtendableInterface',
42546   'type' => 'interface',
42547   'filename' => 'includes/database/select.inc',
42548   'module' => '',
42549   'weight' => '0',
42550 ))
42551 ->values(array(
42552   'name' => 'QueryPlaceholderInterface',
42553   'type' => 'interface',
42554   'filename' => 'includes/database/query.inc',
42555   'module' => '',
42556   'weight' => '0',
42557 ))
42558 ->values(array(
42559   'name' => 'QueueTestCase',
42560   'type' => 'class',
42561   'filename' => 'modules/system/system.test',
42562   'module' => 'system',
42563   'weight' => '0',
42564 ))
42565 ->values(array(
42566   'name' => 'RdfCommentAttributesTestCase',
42567   'type' => 'class',
42568   'filename' => 'modules/rdf/rdf.test',
42569   'module' => 'rdf',
42570   'weight' => '0',
42571 ))
42572 ->values(array(
42573   'name' => 'RdfCrudTestCase',
42574   'type' => 'class',
42575   'filename' => 'modules/rdf/rdf.test',
42576   'module' => 'rdf',
42577   'weight' => '0',
42578 ))
42579 ->values(array(
42580   'name' => 'RdfGetRdfNamespacesTestCase',
42581   'type' => 'class',
42582   'filename' => 'modules/rdf/rdf.test',
42583   'module' => 'rdf',
42584   'weight' => '0',
42585 ))
42586 ->values(array(
42587   'name' => 'RdfMappingDefinitionTestCase',
42588   'type' => 'class',
42589   'filename' => 'modules/rdf/rdf.test',
42590   'module' => 'rdf',
42591   'weight' => '0',
42592 ))
42593 ->values(array(
42594   'name' => 'RdfMappingHookTestCase',
42595   'type' => 'class',
42596   'filename' => 'modules/rdf/rdf.test',
42597   'module' => 'rdf',
42598   'weight' => '0',
42599 ))
42600 ->values(array(
42601   'name' => 'RdfRdfaMarkupTestCase',
42602   'type' => 'class',
42603   'filename' => 'modules/rdf/rdf.test',
42604   'module' => 'rdf',
42605   'weight' => '0',
42606 ))
42607 ->values(array(
42608   'name' => 'RdfTrackerAttributesTestCase',
42609   'type' => 'class',
42610   'filename' => 'modules/rdf/rdf.test',
42611   'module' => 'rdf',
42612   'weight' => '0',
42613 ))
42614 ->values(array(
42615   'name' => 'RegistryParseFilesTestCase',
42616   'type' => 'class',
42617   'filename' => 'modules/simpletest/tests/registry.test',
42618   'module' => 'simpletest',
42619   'weight' => '0',
42620 ))
42621 ->values(array(
42622   'name' => 'RegistryParseFileTestCase',
42623   'type' => 'class',
42624   'filename' => 'modules/simpletest/tests/registry.test',
42625   'module' => 'simpletest',
42626   'weight' => '0',
42627 ))
42628 ->values(array(
42629   'name' => 'RemoteFileDirectoryTest',
42630   'type' => 'class',
42631   'filename' => 'modules/simpletest/tests/file.test',
42632   'module' => 'simpletest',
42633   'weight' => '0',
42634 ))
42635 ->values(array(
42636   'name' => 'RemoteFileSaveUploadTest',
42637   'type' => 'class',
42638   'filename' => 'modules/simpletest/tests/file.test',
42639   'module' => 'simpletest',
42640   'weight' => '0',
42641 ))
42642 ->values(array(
42643   'name' => 'RemoteFileScanDirectoryTest',
42644   'type' => 'class',
42645   'filename' => 'modules/simpletest/tests/file.test',
42646   'module' => 'simpletest',
42647   'weight' => '0',
42648 ))
42649 ->values(array(
42650   'name' => 'RemoteFileUnmanagedCopyTest',
42651   'type' => 'class',
42652   'filename' => 'modules/simpletest/tests/file.test',
42653   'module' => 'simpletest',
42654   'weight' => '0',
42655 ))
42656 ->values(array(
42657   'name' => 'RemoteFileUnmanagedDeleteRecursiveTest',
42658   'type' => 'class',
42659   'filename' => 'modules/simpletest/tests/file.test',
42660   'module' => 'simpletest',
42661   'weight' => '0',
42662 ))
42663 ->values(array(
42664   'name' => 'RemoteFileUnmanagedDeleteTest',
42665   'type' => 'class',
42666   'filename' => 'modules/simpletest/tests/file.test',
42667   'module' => 'simpletest',
42668   'weight' => '0',
42669 ))
42670 ->values(array(
42671   'name' => 'RemoteFileUnmanagedMoveTest',
42672   'type' => 'class',
42673   'filename' => 'modules/simpletest/tests/file.test',
42674   'module' => 'simpletest',
42675   'weight' => '0',
42676 ))
42677 ->values(array(
42678   'name' => 'RemoteFileUnmanagedSaveDataTest',
42679   'type' => 'class',
42680   'filename' => 'modules/simpletest/tests/file.test',
42681   'module' => 'simpletest',
42682   'weight' => '0',
42683 ))
42684 ->values(array(
42685   'name' => 'RemoveFeedItemTestCase',
42686   'type' => 'class',
42687   'filename' => 'modules/aggregator/aggregator.test',
42688   'module' => 'aggregator',
42689   'weight' => '0',
42690 ))
42691 ->values(array(
42692   'name' => 'RemoveFeedTestCase',
42693   'type' => 'class',
42694   'filename' => 'modules/aggregator/aggregator.test',
42695   'module' => 'aggregator',
42696   'weight' => '0',
42697 ))
42698 ->values(array(
42699   'name' => 'RenderElementTypesTestCase',
42700   'type' => 'class',
42701   'filename' => 'modules/simpletest/tests/theme.test',
42702   'module' => 'simpletest',
42703   'weight' => '0',
42704 ))
42705 ->values(array(
42706   'name' => 'RetrieveFileTestCase',
42707   'type' => 'class',
42708   'filename' => 'modules/system/system.test',
42709   'module' => 'system',
42710   'weight' => '0',
42711 ))
42712 ->values(array(
42713   'name' => 'RUPhoneNumberTestCase',
42714   'type' => 'class',
42715   'filename' => 'sites/all/modules/phone/tests/phone.ru.test',
42716   'module' => 'phone',
42717   'weight' => '0',
42718 ))
42719 ->values(array(
42720   'name' => 'SchemaCache',
42721   'type' => 'class',
42722   'filename' => 'includes/bootstrap.inc',
42723   'module' => '',
42724   'weight' => '0',
42725 ))
42726 ->values(array(
42727   'name' => 'SchemaTestCase',
42728   'type' => 'class',
42729   'filename' => 'modules/simpletest/tests/schema.test',
42730   'module' => 'simpletest',
42731   'weight' => '0',
42732 ))
42733 ->values(array(
42734   'name' => 'SearchAdvancedSearchForm',
42735   'type' => 'class',
42736   'filename' => 'modules/search/search.test',
42737   'module' => 'search',
42738   'weight' => '0',
42739 ))
42740 ->values(array(
42741   'name' => 'SearchBlockTestCase',
42742   'type' => 'class',
42743   'filename' => 'modules/search/search.test',
42744   'module' => 'search',
42745   'weight' => '0',
42746 ))
42747 ->values(array(
42748   'name' => 'SearchCommentCountToggleTestCase',
42749   'type' => 'class',
42750   'filename' => 'modules/search/search.test',
42751   'module' => 'search',
42752   'weight' => '0',
42753 ))
42754 ->values(array(
42755   'name' => 'SearchCommentTestCase',
42756   'type' => 'class',
42757   'filename' => 'modules/search/search.test',
42758   'module' => 'search',
42759   'weight' => '0',
42760 ))
42761 ->values(array(
42762   'name' => 'SearchConfigSettingsForm',
42763   'type' => 'class',
42764   'filename' => 'modules/search/search.test',
42765   'module' => 'search',
42766   'weight' => '0',
42767 ))
42768 ->values(array(
42769   'name' => 'SearchEmbedForm',
42770   'type' => 'class',
42771   'filename' => 'modules/search/search.test',
42772   'module' => 'search',
42773   'weight' => '0',
42774 ))
42775 ->values(array(
42776   'name' => 'SearchExactTestCase',
42777   'type' => 'class',
42778   'filename' => 'modules/search/search.test',
42779   'module' => 'search',
42780   'weight' => '0',
42781 ))
42782 ->values(array(
42783   'name' => 'SearchExcerptTestCase',
42784   'type' => 'class',
42785   'filename' => 'modules/search/search.test',
42786   'module' => 'search',
42787   'weight' => '0',
42788 ))
42789 ->values(array(
42790   'name' => 'SearchExpressionInsertExtractTestCase',
42791   'type' => 'class',
42792   'filename' => 'modules/search/search.test',
42793   'module' => 'search',
42794   'weight' => '0',
42795 ))
42796 ->values(array(
42797   'name' => 'SearchKeywordsConditions',
42798   'type' => 'class',
42799   'filename' => 'modules/search/search.test',
42800   'module' => 'search',
42801   'weight' => '0',
42802 ))
42803 ->values(array(
42804   'name' => 'SearchLanguageTestCase',
42805   'type' => 'class',
42806   'filename' => 'modules/search/search.test',
42807   'module' => 'search',
42808   'weight' => '0',
42809 ))
42810 ->values(array(
42811   'name' => 'SearchMatchTestCase',
42812   'type' => 'class',
42813   'filename' => 'modules/search/search.test',
42814   'module' => 'search',
42815   'weight' => '0',
42816 ))
42817 ->values(array(
42818   'name' => 'SearchNodeAccessTest',
42819   'type' => 'class',
42820   'filename' => 'modules/search/search.test',
42821   'module' => 'search',
42822   'weight' => '0',
42823 ))
42824 ->values(array(
42825   'name' => 'SearchNodeTagTest',
42826   'type' => 'class',
42827   'filename' => 'modules/search/search.test',
42828   'module' => 'search',
42829   'weight' => '0',
42830 ))
42831 ->values(array(
42832   'name' => 'SearchNumberMatchingTestCase',
42833   'type' => 'class',
42834   'filename' => 'modules/search/search.test',
42835   'module' => 'search',
42836   'weight' => '0',
42837 ))
42838 ->values(array(
42839   'name' => 'SearchNumbersTestCase',
42840   'type' => 'class',
42841   'filename' => 'modules/search/search.test',
42842   'module' => 'search',
42843   'weight' => '0',
42844 ))
42845 ->values(array(
42846   'name' => 'SearchPageOverride',
42847   'type' => 'class',
42848   'filename' => 'modules/search/search.test',
42849   'module' => 'search',
42850   'weight' => '0',
42851 ))
42852 ->values(array(
42853   'name' => 'SearchPageText',
42854   'type' => 'class',
42855   'filename' => 'modules/search/search.test',
42856   'module' => 'search',
42857   'weight' => '0',
42858 ))
42859 ->values(array(
42860   'name' => 'SearchQuery',
42861   'type' => 'class',
42862   'filename' => 'modules/search/search.extender.inc',
42863   'module' => 'search',
42864   'weight' => '0',
42865 ))
42866 ->values(array(
42867   'name' => 'SearchRankingTestCase',
42868   'type' => 'class',
42869   'filename' => 'modules/search/search.test',
42870   'module' => 'search',
42871   'weight' => '0',
42872 ))
42873 ->values(array(
42874   'name' => 'SearchSetLocaleTest',
42875   'type' => 'class',
42876   'filename' => 'modules/search/search.test',
42877   'module' => 'search',
42878   'weight' => '0',
42879 ))
42880 ->values(array(
42881   'name' => 'SearchSimplifyTestCase',
42882   'type' => 'class',
42883   'filename' => 'modules/search/search.test',
42884   'module' => 'search',
42885   'weight' => '0',
42886 ))
42887 ->values(array(
42888   'name' => 'SearchTokenizerTestCase',
42889   'type' => 'class',
42890   'filename' => 'modules/search/search.test',
42891   'module' => 'search',
42892   'weight' => '0',
42893 ))
42894 ->values(array(
42895   'name' => 'SelectQuery',
42896   'type' => 'class',
42897   'filename' => 'includes/database/select.inc',
42898   'module' => '',
42899   'weight' => '0',
42900 ))
42901 ->values(array(
42902   'name' => 'SelectQueryExtender',
42903   'type' => 'class',
42904   'filename' => 'includes/database/select.inc',
42905   'module' => '',
42906   'weight' => '0',
42907 ))
42908 ->values(array(
42909   'name' => 'SelectQueryInterface',
42910   'type' => 'interface',
42911   'filename' => 'includes/database/select.inc',
42912   'module' => '',
42913   'weight' => '0',
42914 ))
42915 ->values(array(
42916   'name' => 'SelectQuery_pgsql',
42917   'type' => 'class',
42918   'filename' => 'includes/database/pgsql/select.inc',
42919   'module' => '',
42920   'weight' => '0',
42921 ))
42922 ->values(array(
42923   'name' => 'SelectQuery_sqlite',
42924   'type' => 'class',
42925   'filename' => 'includes/database/sqlite/select.inc',
42926   'module' => '',
42927   'weight' => '0',
42928 ))
42929 ->values(array(
42930   'name' => 'SEPhoneNumberTestCase',
42931   'type' => 'class',
42932   'filename' => 'sites/all/modules/phone/tests/phone.se.test',
42933   'module' => 'phone',
42934   'weight' => '0',
42935 ))
42936 ->values(array(
42937   'name' => 'SessionHttpsTestCase',
42938   'type' => 'class',
42939   'filename' => 'modules/simpletest/tests/session.test',
42940   'module' => 'simpletest',
42941   'weight' => '0',
42942 ))
42943 ->values(array(
42944   'name' => 'SessionTestCase',
42945   'type' => 'class',
42946   'filename' => 'modules/simpletest/tests/session.test',
42947   'module' => 'simpletest',
42948   'weight' => '0',
42949 ))
42950 ->values(array(
42951   'name' => 'SGPhoneNumberTestCase',
42952   'type' => 'class',
42953   'filename' => 'sites/all/modules/phone/tests/phone.sg.test',
42954   'module' => 'phone',
42955   'weight' => '0',
42956 ))
42957 ->values(array(
42958   'name' => 'ShortcutLinksTestCase',
42959   'type' => 'class',
42960   'filename' => 'modules/shortcut/shortcut.test',
42961   'module' => 'shortcut',
42962   'weight' => '0',
42963 ))
42964 ->values(array(
42965   'name' => 'ShortcutSetsTestCase',
42966   'type' => 'class',
42967   'filename' => 'modules/shortcut/shortcut.test',
42968   'module' => 'shortcut',
42969   'weight' => '0',
42970 ))
42971 ->values(array(
42972   'name' => 'ShortcutTestCase',
42973   'type' => 'class',
42974   'filename' => 'modules/shortcut/shortcut.test',
42975   'module' => 'shortcut',
42976   'weight' => '0',
42977 ))
42978 ->values(array(
42979   'name' => 'ShutdownFunctionsTest',
42980   'type' => 'class',
42981   'filename' => 'modules/system/system.test',
42982   'module' => 'system',
42983   'weight' => '0',
42984 ))
42985 ->values(array(
42986   'name' => 'SimpleTestBrokenSetUp',
42987   'type' => 'class',
42988   'filename' => 'modules/simpletest/simpletest.test',
42989   'module' => 'simpletest',
42990   'weight' => '0',
42991 ))
42992 ->values(array(
42993   'name' => 'SimpleTestBrowserTestCase',
42994   'type' => 'class',
42995   'filename' => 'modules/simpletest/simpletest.test',
42996   'module' => 'simpletest',
42997   'weight' => '0',
42998 ))
42999 ->values(array(
43000   'name' => 'SimpleTestDiscoveryTestCase',
43001   'type' => 'class',
43002   'filename' => 'modules/simpletest/simpletest.test',
43003   'module' => 'simpletest',
43004   'weight' => '0',
43005 ))
43006 ->values(array(
43007   'name' => 'SimpleTestFolderTestCase',
43008   'type' => 'class',
43009   'filename' => 'modules/simpletest/simpletest.test',
43010   'module' => 'simpletest',
43011   'weight' => '0',
43012 ))
43013 ->values(array(
43014   'name' => 'SimpleTestFunctionalTest',
43015   'type' => 'class',
43016   'filename' => 'modules/simpletest/simpletest.test',
43017   'module' => 'simpletest',
43018   'weight' => '0',
43019 ))
43020 ->values(array(
43021   'name' => 'SimpleTestInstallationProfileModuleTestsTestCase',
43022   'type' => 'class',
43023   'filename' => 'modules/simpletest/simpletest.test',
43024   'module' => 'simpletest',
43025   'weight' => '0',
43026 ))
43027 ->values(array(
43028   'name' => 'SimpleTestMailCaptureTestCase',
43029   'type' => 'class',
43030   'filename' => 'modules/simpletest/simpletest.test',
43031   'module' => 'simpletest',
43032   'weight' => '0',
43033 ))
43034 ->values(array(
43035   'name' => 'SimpleTestMissingDependentModuleUnitTest',
43036   'type' => 'class',
43037   'filename' => 'modules/simpletest/simpletest.test',
43038   'module' => 'simpletest',
43039   'weight' => '0',
43040 ))
43041 ->values(array(
43042   'name' => 'SimpleTestOtherInstallationProfileModuleTestsTestCase',
43043   'type' => 'class',
43044   'filename' => 'modules/simpletest/simpletest.test',
43045   'module' => 'simpletest',
43046   'weight' => '0',
43047 ))
43048 ->values(array(
43049   'name' => 'SiteMaintenanceTestCase',
43050   'type' => 'class',
43051   'filename' => 'modules/system/system.test',
43052   'module' => 'system',
43053   'weight' => '0',
43054 ))
43055 ->values(array(
43056   'name' => 'SkipDotsRecursiveDirectoryIterator',
43057   'type' => 'class',
43058   'filename' => 'includes/filetransfer/filetransfer.inc',
43059   'module' => '',
43060   'weight' => '0',
43061 ))
43062 ->values(array(
43063   'name' => 'StatisticsAdminTestCase',
43064   'type' => 'class',
43065   'filename' => 'modules/statistics/statistics.test',
43066   'module' => 'statistics',
43067   'weight' => '0',
43068 ))
43069 ->values(array(
43070   'name' => 'StatisticsBlockVisitorsTestCase',
43071   'type' => 'class',
43072   'filename' => 'modules/statistics/statistics.test',
43073   'module' => 'statistics',
43074   'weight' => '0',
43075 ))
43076 ->values(array(
43077   'name' => 'StatisticsLoggingTestCase',
43078   'type' => 'class',
43079   'filename' => 'modules/statistics/statistics.test',
43080   'module' => 'statistics',
43081   'weight' => '0',
43082 ))
43083 ->values(array(
43084   'name' => 'StatisticsReportsTestCase',
43085   'type' => 'class',
43086   'filename' => 'modules/statistics/statistics.test',
43087   'module' => 'statistics',
43088   'weight' => '0',
43089 ))
43090 ->values(array(
43091   'name' => 'StatisticsTestCase',
43092   'type' => 'class',
43093   'filename' => 'modules/statistics/statistics.test',
43094   'module' => 'statistics',
43095   'weight' => '0',
43096 ))
43097 ->values(array(
43098   'name' => 'StatisticsTokenReplaceTestCase',
43099   'type' => 'class',
43100   'filename' => 'modules/statistics/statistics.test',
43101   'module' => 'statistics',
43102   'weight' => '0',
43103 ))
43104 ->values(array(
43105   'name' => 'StreamWrapperInterface',
43106   'type' => 'interface',
43107   'filename' => 'includes/stream_wrappers.inc',
43108   'module' => '',
43109   'weight' => '0',
43110 ))
43111 ->values(array(
43112   'name' => 'StreamWrapperTest',
43113   'type' => 'class',
43114   'filename' => 'modules/simpletest/tests/file.test',
43115   'module' => 'simpletest',
43116   'weight' => '0',
43117 ))
43118 ->values(array(
43119   'name' => 'SummaryLengthTestCase',
43120   'type' => 'class',
43121   'filename' => 'modules/node/node.test',
43122   'module' => 'node',
43123   'weight' => '0',
43124 ))
43125 ->values(array(
43126   'name' => 'SyslogTestCase',
43127   'type' => 'class',
43128   'filename' => 'modules/syslog/syslog.test',
43129   'module' => 'syslog',
43130   'weight' => '0',
43131 ))
43132 ->values(array(
43133   'name' => 'SystemAdminTestCase',
43134   'type' => 'class',
43135   'filename' => 'modules/system/system.test',
43136   'module' => 'system',
43137   'weight' => '0',
43138 ))
43139 ->values(array(
43140   'name' => 'SystemAuthorizeCase',
43141   'type' => 'class',
43142   'filename' => 'modules/system/system.test',
43143   'module' => 'system',
43144   'weight' => '0',
43145 ))
43146 ->values(array(
43147   'name' => 'SystemBlockTestCase',
43148   'type' => 'class',
43149   'filename' => 'modules/system/system.test',
43150   'module' => 'system',
43151   'weight' => '0',
43152 ))
43153 ->values(array(
43154   'name' => 'SystemIndexPhpTest',
43155   'type' => 'class',
43156   'filename' => 'modules/system/system.test',
43157   'module' => 'system',
43158   'weight' => '0',
43159 ))
43160 ->values(array(
43161   'name' => 'SystemInfoAlterTestCase',
43162   'type' => 'class',
43163   'filename' => 'modules/system/system.test',
43164   'module' => 'system',
43165   'weight' => '0',
43166 ))
43167 ->values(array(
43168   'name' => 'SystemMainContentFallback',
43169   'type' => 'class',
43170   'filename' => 'modules/system/system.test',
43171   'module' => 'system',
43172   'weight' => '0',
43173 ))
43174 ->values(array(
43175   'name' => 'SystemQueue',
43176   'type' => 'class',
43177   'filename' => 'modules/system/system.queue.inc',
43178   'module' => 'system',
43179   'weight' => '0',
43180 ))
43181 ->values(array(
43182   'name' => 'SystemThemeFunctionalTest',
43183   'type' => 'class',
43184   'filename' => 'modules/system/system.test',
43185   'module' => 'system',
43186   'weight' => '0',
43187 ))
43188 ->values(array(
43189   'name' => 'SystemValidTokenTest',
43190   'type' => 'class',
43191   'filename' => 'modules/system/system.test',
43192   'module' => 'system',
43193   'weight' => '0',
43194 ))
43195 ->values(array(
43196   'name' => 'TableSort',
43197   'type' => 'class',
43198   'filename' => 'includes/tablesort.inc',
43199   'module' => '',
43200   'weight' => '0',
43201 ))
43202 ->values(array(
43203   'name' => 'TableSortTest',
43204   'type' => 'class',
43205   'filename' => 'modules/simpletest/tests/tablesort.test',
43206   'module' => 'simpletest',
43207   'weight' => '0',
43208 ))
43209 ->values(array(
43210   'name' => 'TaxonomyEFQTestCase',
43211   'type' => 'class',
43212   'filename' => 'modules/taxonomy/taxonomy.test',
43213   'module' => 'taxonomy',
43214   'weight' => '0',
43215 ))
43216 ->values(array(
43217   'name' => 'TaxonomyHooksTestCase',
43218   'type' => 'class',
43219   'filename' => 'modules/taxonomy/taxonomy.test',
43220   'module' => 'taxonomy',
43221   'weight' => '0',
43222 ))
43223 ->values(array(
43224   'name' => 'TaxonomyLegacyTestCase',
43225   'type' => 'class',
43226   'filename' => 'modules/taxonomy/taxonomy.test',
43227   'module' => 'taxonomy',
43228   'weight' => '0',
43229 ))
43230 ->values(array(
43231   'name' => 'TaxonomyLoadMultipleTestCase',
43232   'type' => 'class',
43233   'filename' => 'modules/taxonomy/taxonomy.test',
43234   'module' => 'taxonomy',
43235   'weight' => '0',
43236 ))
43237 ->values(array(
43238   'name' => 'TaxonomyRSSTestCase',
43239   'type' => 'class',
43240   'filename' => 'modules/taxonomy/taxonomy.test',
43241   'module' => 'taxonomy',
43242   'weight' => '0',
43243 ))
43244 ->values(array(
43245   'name' => 'TaxonomyTermController',
43246   'type' => 'class',
43247   'filename' => 'modules/taxonomy/taxonomy.module',
43248   'module' => 'taxonomy',
43249   'weight' => '0',
43250 ))
43251 ->values(array(
43252   'name' => 'TaxonomyTermFieldMultipleVocabularyTestCase',
43253   'type' => 'class',
43254   'filename' => 'modules/taxonomy/taxonomy.test',
43255   'module' => 'taxonomy',
43256   'weight' => '0',
43257 ))
43258 ->values(array(
43259   'name' => 'TaxonomyTermFieldTestCase',
43260   'type' => 'class',
43261   'filename' => 'modules/taxonomy/taxonomy.test',
43262   'module' => 'taxonomy',
43263   'weight' => '0',
43264 ))
43265 ->values(array(
43266   'name' => 'TaxonomyTermFunctionTestCase',
43267   'type' => 'class',
43268   'filename' => 'modules/taxonomy/taxonomy.test',
43269   'module' => 'taxonomy',
43270   'weight' => '0',
43271 ))
43272 ->values(array(
43273   'name' => 'TaxonomyTermIndexTestCase',
43274   'type' => 'class',
43275   'filename' => 'modules/taxonomy/taxonomy.test',
43276   'module' => 'taxonomy',
43277   'weight' => '0',
43278 ))
43279 ->values(array(
43280   'name' => 'TaxonomyTermTestCase',
43281   'type' => 'class',
43282   'filename' => 'modules/taxonomy/taxonomy.test',
43283   'module' => 'taxonomy',
43284   'weight' => '0',
43285 ))
43286 ->values(array(
43287   'name' => 'TaxonomyThemeTestCase',
43288   'type' => 'class',
43289   'filename' => 'modules/taxonomy/taxonomy.test',
43290   'module' => 'taxonomy',
43291   'weight' => '0',
43292 ))
43293 ->values(array(
43294   'name' => 'TaxonomyTokenReplaceTestCase',
43295   'type' => 'class',
43296   'filename' => 'modules/taxonomy/taxonomy.test',
43297   'module' => 'taxonomy',
43298   'weight' => '0',
43299 ))
43300 ->values(array(
43301   'name' => 'TaxonomyVocabularyController',
43302   'type' => 'class',
43303   'filename' => 'modules/taxonomy/taxonomy.module',
43304   'module' => 'taxonomy',
43305   'weight' => '0',
43306 ))
43307 ->values(array(
43308   'name' => 'TaxonomyVocabularyFunctionalTest',
43309   'type' => 'class',
43310   'filename' => 'modules/taxonomy/taxonomy.test',
43311   'module' => 'taxonomy',
43312   'weight' => '0',
43313 ))
43314 ->values(array(
43315   'name' => 'TaxonomyVocabularyTestCase',
43316   'type' => 'class',
43317   'filename' => 'modules/taxonomy/taxonomy.test',
43318   'module' => 'taxonomy',
43319   'weight' => '0',
43320 ))
43321 ->values(array(
43322   'name' => 'TaxonomyWebTestCase',
43323   'type' => 'class',
43324   'filename' => 'modules/taxonomy/taxonomy.test',
43325   'module' => 'taxonomy',
43326   'weight' => '0',
43327 ))
43328 ->values(array(
43329   'name' => 'TestFileTransfer',
43330   'type' => 'class',
43331   'filename' => 'modules/simpletest/tests/filetransfer.test',
43332   'module' => 'simpletest',
43333   'weight' => '0',
43334 ))
43335 ->values(array(
43336   'name' => 'TestingMailSystem',
43337   'type' => 'class',
43338   'filename' => 'modules/system/system.mail.inc',
43339   'module' => 'system',
43340   'weight' => '0',
43341 ))
43342 ->values(array(
43343   'name' => 'TextFieldTestCase',
43344   'type' => 'class',
43345   'filename' => 'modules/field/modules/text/text.test',
43346   'module' => 'text',
43347   'weight' => '0',
43348 ))
43349 ->values(array(
43350   'name' => 'TextSummaryTestCase',
43351   'type' => 'class',
43352   'filename' => 'modules/field/modules/text/text.test',
43353   'module' => 'text',
43354   'weight' => '0',
43355 ))
43356 ->values(array(
43357   'name' => 'TextTranslationTestCase',
43358   'type' => 'class',
43359   'filename' => 'modules/field/modules/text/text.test',
43360   'module' => 'text',
43361   'weight' => '0',
43362 ))
43363 ->values(array(
43364   'name' => 'ThemeDebugMarkupTestCase',
43365   'type' => 'class',
43366   'filename' => 'modules/simpletest/tests/theme.test',
43367   'module' => 'simpletest',
43368   'weight' => '0',
43369 ))
43370 ->values(array(
43371   'name' => 'ThemeFastTestCase',
43372   'type' => 'class',
43373   'filename' => 'modules/simpletest/tests/theme.test',
43374   'module' => 'simpletest',
43375   'weight' => '0',
43376 ))
43377 ->values(array(
43378   'name' => 'ThemeHookInitTestCase',
43379   'type' => 'class',
43380   'filename' => 'modules/simpletest/tests/theme.test',
43381   'module' => 'simpletest',
43382   'weight' => '0',
43383 ))
43384 ->values(array(
43385   'name' => 'ThemeItemListUnitTest',
43386   'type' => 'class',
43387   'filename' => 'modules/simpletest/tests/theme.test',
43388   'module' => 'simpletest',
43389   'weight' => '0',
43390 ))
43391 ->values(array(
43392   'name' => 'ThemeLinksTest',
43393   'type' => 'class',
43394   'filename' => 'modules/simpletest/tests/theme.test',
43395   'module' => 'simpletest',
43396   'weight' => '0',
43397 ))
43398 ->values(array(
43399   'name' => 'ThemeRegistry',
43400   'type' => 'class',
43401   'filename' => 'includes/theme.inc',
43402   'module' => '',
43403   'weight' => '0',
43404 ))
43405 ->values(array(
43406   'name' => 'ThemeRegistryTestCase',
43407   'type' => 'class',
43408   'filename' => 'modules/simpletest/tests/theme.test',
43409   'module' => 'simpletest',
43410   'weight' => '0',
43411 ))
43412 ->values(array(
43413   'name' => 'ThemeTableTestCase',
43414   'type' => 'class',
43415   'filename' => 'modules/simpletest/tests/theme.test',
43416   'module' => 'simpletest',
43417   'weight' => '0',
43418 ))
43419 ->values(array(
43420   'name' => 'ThemeTestCase',
43421   'type' => 'class',
43422   'filename' => 'modules/simpletest/tests/theme.test',
43423   'module' => 'simpletest',
43424   'weight' => '0',
43425 ))
43426 ->values(array(
43427   'name' => 'ThemeUpdater',
43428   'type' => 'class',
43429   'filename' => 'modules/system/system.updater.inc',
43430   'module' => 'system',
43431   'weight' => '0',
43432 ))
43433 ->values(array(
43434   'name' => 'TokenReplaceTestCase',
43435   'type' => 'class',
43436   'filename' => 'modules/system/system.test',
43437   'module' => 'system',
43438   'weight' => '0',
43439 ))
43440 ->values(array(
43441   'name' => 'TokenScanTest',
43442   'type' => 'class',
43443   'filename' => 'modules/system/system.test',
43444   'module' => 'system',
43445   'weight' => '0',
43446 ))
43447 ->values(array(
43448   'name' => 'TrackerTest',
43449   'type' => 'class',
43450   'filename' => 'modules/tracker/tracker.test',
43451   'module' => 'tracker',
43452   'weight' => '0',
43453 ))
43454 ->values(array(
43455   'name' => 'TranslatableUpgradePathTestCase',
43456   'type' => 'class',
43457   'filename' => 'modules/simpletest/tests/upgrade/upgrade.translatable.test',
43458   'module' => 'simpletest',
43459   'weight' => '0',
43460 ))
43461 ->values(array(
43462   'name' => 'TranslationTestCase',
43463   'type' => 'class',
43464   'filename' => 'modules/translation/translation.test',
43465   'module' => 'translation',
43466   'weight' => '0',
43467 ))
43468 ->values(array(
43469   'name' => 'TriggerActionTestCase',
43470   'type' => 'class',
43471   'filename' => 'modules/trigger/trigger.test',
43472   'module' => 'trigger',
43473   'weight' => '0',
43474 ))
43475 ->values(array(
43476   'name' => 'TriggerContentTestCase',
43477   'type' => 'class',
43478   'filename' => 'modules/trigger/trigger.test',
43479   'module' => 'trigger',
43480   'weight' => '0',
43481 ))
43482 ->values(array(
43483   'name' => 'TriggerCronTestCase',
43484   'type' => 'class',
43485   'filename' => 'modules/trigger/trigger.test',
43486   'module' => 'trigger',
43487   'weight' => '0',
43488 ))
43489 ->values(array(
43490   'name' => 'TriggerOrphanedActionsTestCase',
43491   'type' => 'class',
43492   'filename' => 'modules/trigger/trigger.test',
43493   'module' => 'trigger',
43494   'weight' => '0',
43495 ))
43496 ->values(array(
43497   'name' => 'TriggerOtherTestCase',
43498   'type' => 'class',
43499   'filename' => 'modules/trigger/trigger.test',
43500   'module' => 'trigger',
43501   'weight' => '0',
43502 ))
43503 ->values(array(
43504   'name' => 'TriggerUnassignTestCase',
43505   'type' => 'class',
43506   'filename' => 'modules/trigger/trigger.test',
43507   'module' => 'trigger',
43508   'weight' => '0',
43509 ))
43510 ->values(array(
43511   'name' => 'TriggerUpdatePathTestCase',
43512   'type' => 'class',
43513   'filename' => 'modules/simpletest/tests/upgrade/update.trigger.test',
43514   'module' => 'simpletest',
43515   'weight' => '0',
43516 ))
43517 ->values(array(
43518   'name' => 'TriggerUserActionTestCase',
43519   'type' => 'class',
43520   'filename' => 'modules/trigger/trigger.test',
43521   'module' => 'trigger',
43522   'weight' => '0',
43523 ))
43524 ->values(array(
43525   'name' => 'TriggerUserTokenTestCase',
43526   'type' => 'class',
43527   'filename' => 'modules/trigger/trigger.test',
43528   'module' => 'trigger',
43529   'weight' => '0',
43530 ))
43531 ->values(array(
43532   'name' => 'TriggerWebTestCase',
43533   'type' => 'class',
43534   'filename' => 'modules/trigger/trigger.test',
43535   'module' => 'trigger',
43536   'weight' => '0',
43537 ))
43538 ->values(array(
43539   'name' => 'TruncateQuery',
43540   'type' => 'class',
43541   'filename' => 'includes/database/query.inc',
43542   'module' => '',
43543   'weight' => '0',
43544 ))
43545 ->values(array(
43546   'name' => 'TruncateQuery_mysql',
43547   'type' => 'class',
43548   'filename' => 'includes/database/mysql/query.inc',
43549   'module' => '',
43550   'weight' => '0',
43551 ))
43552 ->values(array(
43553   'name' => 'TruncateQuery_sqlite',
43554   'type' => 'class',
43555   'filename' => 'includes/database/sqlite/query.inc',
43556   'module' => '',
43557   'weight' => '0',
43558 ))
43559 ->values(array(
43560   'name' => 'UAPhoneNumberTestCase',
43561   'type' => 'class',
43562   'filename' => 'sites/all/modules/phone/tests/phone.ua.test',
43563   'module' => 'phone',
43564   'weight' => '0',
43565 ))
43566 ->values(array(
43567   'name' => 'UKPhoneNumberTestCase',
43568   'type' => 'class',
43569   'filename' => 'sites/all/modules/phone/tests/phone.uk.test',
43570   'module' => 'phone',
43571   'weight' => '0',
43572 ))
43573 ->values(array(
43574   'name' => 'UnicodeUnitTest',
43575   'type' => 'class',
43576   'filename' => 'modules/simpletest/tests/unicode.test',
43577   'module' => 'simpletest',
43578   'weight' => '0',
43579 ))
43580 ->values(array(
43581   'name' => 'UpdateCoreTestCase',
43582   'type' => 'class',
43583   'filename' => 'modules/update/update.test',
43584   'module' => 'update',
43585   'weight' => '0',
43586 ))
43587 ->values(array(
43588   'name' => 'UpdateCoreUnitTestCase',
43589   'type' => 'class',
43590   'filename' => 'modules/update/update.test',
43591   'module' => 'update',
43592   'weight' => '0',
43593 ))
43594 ->values(array(
43595   'name' => 'UpdateDependencyHookInvocationTestCase',
43596   'type' => 'class',
43597   'filename' => 'modules/simpletest/tests/update.test',
43598   'module' => 'simpletest',
43599   'weight' => '0',
43600 ))
43601 ->values(array(
43602   'name' => 'UpdateDependencyMissingTestCase',
43603   'type' => 'class',
43604   'filename' => 'modules/simpletest/tests/update.test',
43605   'module' => 'simpletest',
43606   'weight' => '0',
43607 ))
43608 ->values(array(
43609   'name' => 'UpdateDependencyOrderingTestCase',
43610   'type' => 'class',
43611   'filename' => 'modules/simpletest/tests/update.test',
43612   'module' => 'simpletest',
43613   'weight' => '0',
43614 ))
43615 ->values(array(
43616   'name' => 'UpdateFeedItemTestCase',
43617   'type' => 'class',
43618   'filename' => 'modules/aggregator/aggregator.test',
43619   'module' => 'aggregator',
43620   'weight' => '0',
43621 ))
43622 ->values(array(
43623   'name' => 'UpdateFeedTestCase',
43624   'type' => 'class',
43625   'filename' => 'modules/aggregator/aggregator.test',
43626   'module' => 'aggregator',
43627   'weight' => '0',
43628 ))
43629 ->values(array(
43630   'name' => 'UpdatePathTestCase',
43631   'type' => 'class',
43632   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
43633   'module' => 'simpletest',
43634   'weight' => '0',
43635 ))
43636 ->values(array(
43637   'name' => 'UpdateQuery',
43638   'type' => 'class',
43639   'filename' => 'includes/database/query.inc',
43640   'module' => '',
43641   'weight' => '0',
43642 ))
43643 ->values(array(
43644   'name' => 'UpdateQuery_pgsql',
43645   'type' => 'class',
43646   'filename' => 'includes/database/pgsql/query.inc',
43647   'module' => '',
43648   'weight' => '0',
43649 ))
43650 ->values(array(
43651   'name' => 'UpdateQuery_sqlite',
43652   'type' => 'class',
43653   'filename' => 'includes/database/sqlite/query.inc',
43654   'module' => '',
43655   'weight' => '0',
43656 ))
43657 ->values(array(
43658   'name' => 'Updater',
43659   'type' => 'class',
43660   'filename' => 'includes/updater.inc',
43661   'module' => '',
43662   'weight' => '0',
43663 ))
43664 ->values(array(
43665   'name' => 'UpdaterException',
43666   'type' => 'class',
43667   'filename' => 'includes/updater.inc',
43668   'module' => '',
43669   'weight' => '0',
43670 ))
43671 ->values(array(
43672   'name' => 'UpdaterFileTransferException',
43673   'type' => 'class',
43674   'filename' => 'includes/updater.inc',
43675   'module' => '',
43676   'weight' => '0',
43677 ))
43678 ->values(array(
43679   'name' => 'UpdateScriptFunctionalTest',
43680   'type' => 'class',
43681   'filename' => 'modules/system/system.test',
43682   'module' => 'system',
43683   'weight' => '0',
43684 ))
43685 ->values(array(
43686   'name' => 'UpdateTestContribCase',
43687   'type' => 'class',
43688   'filename' => 'modules/update/update.test',
43689   'module' => 'update',
43690   'weight' => '0',
43691 ))
43692 ->values(array(
43693   'name' => 'UpdateTestHelper',
43694   'type' => 'class',
43695   'filename' => 'modules/update/update.test',
43696   'module' => 'update',
43697   'weight' => '0',
43698 ))
43699 ->values(array(
43700   'name' => 'UpdateTestUploadCase',
43701   'type' => 'class',
43702   'filename' => 'modules/update/update.test',
43703   'module' => 'update',
43704   'weight' => '0',
43705 ))
43706 ->values(array(
43707   'name' => 'UpgradePathTaxonomyTestCase',
43708   'type' => 'class',
43709   'filename' => 'modules/simpletest/tests/upgrade/upgrade.taxonomy.test',
43710   'module' => 'simpletest',
43711   'weight' => '0',
43712 ))
43713 ->values(array(
43714   'name' => 'UpgradePathTestCase',
43715   'type' => 'class',
43716   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
43717   'module' => 'simpletest',
43718   'weight' => '0',
43719 ))
43720 ->values(array(
43721   'name' => 'UpgradePathTriggerTestCase',
43722   'type' => 'class',
43723   'filename' => 'modules/simpletest/tests/upgrade/upgrade.trigger.test',
43724   'module' => 'simpletest',
43725   'weight' => '0',
43726 ))
43727 ->values(array(
43728   'name' => 'UploadUpgradePathTestCase',
43729   'type' => 'class',
43730   'filename' => 'modules/simpletest/tests/upgrade/upgrade.upload.test',
43731   'module' => 'simpletest',
43732   'weight' => '0',
43733 ))
43734 ->values(array(
43735   'name' => 'UrlAlterFunctionalTest',
43736   'type' => 'class',
43737   'filename' => 'modules/simpletest/tests/path.test',
43738   'module' => 'simpletest',
43739   'weight' => '0',
43740 ))
43741 ->values(array(
43742   'name' => 'UserAccountLinksUnitTests',
43743   'type' => 'class',
43744   'filename' => 'modules/user/user.test',
43745   'module' => 'user',
43746   'weight' => '0',
43747 ))
43748 ->values(array(
43749   'name' => 'UserAdminTestCase',
43750   'type' => 'class',
43751   'filename' => 'modules/user/user.test',
43752   'module' => 'user',
43753   'weight' => '0',
43754 ))
43755 ->values(array(
43756   'name' => 'UserAuthmapAssignmentTestCase',
43757   'type' => 'class',
43758   'filename' => 'modules/user/user.test',
43759   'module' => 'user',
43760   'weight' => '0',
43761 ))
43762 ->values(array(
43763   'name' => 'UserAutocompleteTestCase',
43764   'type' => 'class',
43765   'filename' => 'modules/user/user.test',
43766   'module' => 'user',
43767   'weight' => '0',
43768 ))
43769 ->values(array(
43770   'name' => 'UserBlocksUnitTests',
43771   'type' => 'class',
43772   'filename' => 'modules/user/user.test',
43773   'module' => 'user',
43774   'weight' => '0',
43775 ))
43776 ->values(array(
43777   'name' => 'UserCancelTestCase',
43778   'type' => 'class',
43779   'filename' => 'modules/user/user.test',
43780   'module' => 'user',
43781   'weight' => '0',
43782 ))
43783 ->values(array(
43784   'name' => 'UserController',
43785   'type' => 'class',
43786   'filename' => 'modules/user/user.module',
43787   'module' => 'user',
43788   'weight' => '0',
43789 ))
43790 ->values(array(
43791   'name' => 'UserCreateTestCase',
43792   'type' => 'class',
43793   'filename' => 'modules/user/user.test',
43794   'module' => 'user',
43795   'weight' => '0',
43796 ))
43797 ->values(array(
43798   'name' => 'UserEditedOwnAccountTestCase',
43799   'type' => 'class',
43800   'filename' => 'modules/user/user.test',
43801   'module' => 'user',
43802   'weight' => '0',
43803 ))
43804 ->values(array(
43805   'name' => 'UserEditTestCase',
43806   'type' => 'class',
43807   'filename' => 'modules/user/user.test',
43808   'module' => 'user',
43809   'weight' => '0',
43810 ))
43811 ->values(array(
43812   'name' => 'UserLoginTestCase',
43813   'type' => 'class',
43814   'filename' => 'modules/user/user.test',
43815   'module' => 'user',
43816   'weight' => '0',
43817 ))
43818 ->values(array(
43819   'name' => 'UserPasswordResetTestCase',
43820   'type' => 'class',
43821   'filename' => 'modules/user/user.test',
43822   'module' => 'user',
43823   'weight' => '0',
43824 ))
43825 ->values(array(
43826   'name' => 'UserPermissionsTestCase',
43827   'type' => 'class',
43828   'filename' => 'modules/user/user.test',
43829   'module' => 'user',
43830   'weight' => '0',
43831 ))
43832 ->values(array(
43833   'name' => 'UserPictureTestCase',
43834   'type' => 'class',
43835   'filename' => 'modules/user/user.test',
43836   'module' => 'user',
43837   'weight' => '0',
43838 ))
43839 ->values(array(
43840   'name' => 'UserRegistrationTestCase',
43841   'type' => 'class',
43842   'filename' => 'modules/user/user.test',
43843   'module' => 'user',
43844   'weight' => '0',
43845 ))
43846 ->values(array(
43847   'name' => 'UserRoleAdminTestCase',
43848   'type' => 'class',
43849   'filename' => 'modules/user/user.test',
43850   'module' => 'user',
43851   'weight' => '0',
43852 ))
43853 ->values(array(
43854   'name' => 'UserRolesAssignmentTestCase',
43855   'type' => 'class',
43856   'filename' => 'modules/user/user.test',
43857   'module' => 'user',
43858   'weight' => '0',
43859 ))
43860 ->values(array(
43861   'name' => 'UserSaveTestCase',
43862   'type' => 'class',
43863   'filename' => 'modules/user/user.test',
43864   'module' => 'user',
43865   'weight' => '0',
43866 ))
43867 ->values(array(
43868   'name' => 'UserSignatureTestCase',
43869   'type' => 'class',
43870   'filename' => 'modules/user/user.test',
43871   'module' => 'user',
43872   'weight' => '0',
43873 ))
43874 ->values(array(
43875   'name' => 'UserTimeZoneFunctionalTest',
43876   'type' => 'class',
43877   'filename' => 'modules/user/user.test',
43878   'module' => 'user',
43879   'weight' => '0',
43880 ))
43881 ->values(array(
43882   'name' => 'UserTokenReplaceTestCase',
43883   'type' => 'class',
43884   'filename' => 'modules/user/user.test',
43885   'module' => 'user',
43886   'weight' => '0',
43887 ))
43888 ->values(array(
43889   'name' => 'UserUpdatePathTestCase',
43890   'type' => 'class',
43891   'filename' => 'modules/simpletest/tests/upgrade/update.user.test',
43892   'module' => 'simpletest',
43893   'weight' => '0',
43894 ))
43895 ->values(array(
43896   'name' => 'UserUpgradePathDuplicatedPermissionTestCase',
43897   'type' => 'class',
43898   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
43899   'module' => 'simpletest',
43900   'weight' => '0',
43901 ))
43902 ->values(array(
43903   'name' => 'UserUpgradePathNoPasswordTokenTestCase',
43904   'type' => 'class',
43905   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
43906   'module' => 'simpletest',
43907   'weight' => '0',
43908 ))
43909 ->values(array(
43910   'name' => 'UserUpgradePathPasswordTokenTestCase',
43911   'type' => 'class',
43912   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
43913   'module' => 'simpletest',
43914   'weight' => '0',
43915 ))
43916 ->values(array(
43917   'name' => 'UserUserSearchTestCase',
43918   'type' => 'class',
43919   'filename' => 'modules/user/user.test',
43920   'module' => 'user',
43921   'weight' => '0',
43922 ))
43923 ->values(array(
43924   'name' => 'UserValidateCurrentPassCustomForm',
43925   'type' => 'class',
43926   'filename' => 'modules/user/user.test',
43927   'module' => 'user',
43928   'weight' => '0',
43929 ))
43930 ->values(array(
43931   'name' => 'UserValidationTestCase',
43932   'type' => 'class',
43933   'filename' => 'modules/user/user.test',
43934   'module' => 'user',
43935   'weight' => '0',
43936 ))
43937 ->values(array(
43938   'name' => 'ValidUrlTestCase',
43939   'type' => 'class',
43940   'filename' => 'modules/simpletest/tests/common.test',
43941   'module' => 'simpletest',
43942   'weight' => '0',
43943 ))
43944 ->values(array(
43945   'name' => 'ViewsAccessTest',
43946   'type' => 'class',
43947   'filename' => 'sites/all/modules/views/tests/views_access.test',
43948   'module' => 'views',
43949   'weight' => '0',
43950 ))
43951 ->values(array(
43952   'name' => 'ViewsAnalyzeTest',
43953   'type' => 'class',
43954   'filename' => 'sites/all/modules/views/tests/views_analyze.test',
43955   'module' => 'views',
43956   'weight' => '0',
43957 ))
43958 ->values(array(
43959   'name' => 'ViewsArgumentDefaultTest',
43960   'type' => 'class',
43961   'filename' => 'sites/all/modules/views/tests/views_argument_default.test',
43962   'module' => 'views',
43963   'weight' => '0',
43964 ))
43965 ->values(array(
43966   'name' => 'ViewsArgumentValidatorTest',
43967   'type' => 'class',
43968   'filename' => 'sites/all/modules/views/tests/views_argument_validator.test',
43969   'module' => 'views',
43970   'weight' => '0',
43971 ))
43972 ->values(array(
43973   'name' => 'ViewsBasicTest',
43974   'type' => 'class',
43975   'filename' => 'sites/all/modules/views/tests/views_basic.test',
43976   'module' => 'views',
43977   'weight' => '0',
43978 ))
43979 ->values(array(
43980   'name' => 'ViewsCacheTest',
43981   'type' => 'class',
43982   'filename' => 'sites/all/modules/views/tests/views_cache.test',
43983   'module' => 'views',
43984   'weight' => '0',
43985 ))
43986 ->values(array(
43987   'name' => 'ViewsExposedFormTest',
43988   'type' => 'class',
43989   'filename' => 'sites/all/modules/views/tests/views_exposed_form.test',
43990   'module' => 'views',
43991   'weight' => '0',
43992 ))
43993 ->values(array(
43994   'name' => 'viewsFieldApiDataTest',
43995   'type' => 'class',
43996   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
43997   'module' => 'views',
43998   'weight' => '0',
43999 ))
44000 ->values(array(
44001   'name' => 'ViewsFieldApiTestHelper',
44002   'type' => 'class',
44003   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
44004   'module' => 'views',
44005   'weight' => '0',
44006 ))
44007 ->values(array(
44008   'name' => 'ViewsGlossaryTestCase',
44009   'type' => 'class',
44010   'filename' => 'sites/all/modules/views/tests/views_glossary.test',
44011   'module' => 'views',
44012   'weight' => '0',
44013 ))
44014 ->values(array(
44015   'name' => 'ViewsHandlerAreaTextTest',
44016   'type' => 'class',
44017   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_area_text.test',
44018   'module' => 'views',
44019   'weight' => '0',
44020 ))
44021 ->values(array(
44022   'name' => 'viewsHandlerArgumentCommentUserUidTest',
44023   'type' => 'class',
44024   'filename' => 'sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test',
44025   'module' => 'views',
44026   'weight' => '0',
44027 ))
44028 ->values(array(
44029   'name' => 'ViewsHandlerArgumentNullTest',
44030   'type' => 'class',
44031   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_null.test',
44032   'module' => 'views',
44033   'weight' => '0',
44034 ))
44035 ->values(array(
44036   'name' => 'ViewsHandlerArgumentStringTest',
44037   'type' => 'class',
44038   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_string.test',
44039   'module' => 'views',
44040   'weight' => '0',
44041 ))
44042 ->values(array(
44043   'name' => 'ViewsHandlerFieldBooleanTest',
44044   'type' => 'class',
44045   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_boolean.test',
44046   'module' => 'views',
44047   'weight' => '0',
44048 ))
44049 ->values(array(
44050   'name' => 'ViewsHandlerFieldCustomTest',
44051   'type' => 'class',
44052   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_custom.test',
44053   'module' => 'views',
44054   'weight' => '0',
44055 ))
44056 ->values(array(
44057   'name' => 'ViewsHandlerFieldDateTest',
44058   'type' => 'class',
44059   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_date.test',
44060   'module' => 'views',
44061   'weight' => '0',
44062 ))
44063 ->values(array(
44064   'name' => 'viewsHandlerFieldFieldTest',
44065   'type' => 'class',
44066   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
44067   'module' => 'views',
44068   'weight' => '0',
44069 ))
44070 ->values(array(
44071   'name' => 'ViewsHandlerFieldMath',
44072   'type' => 'class',
44073   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_math.test',
44074   'module' => 'views',
44075   'weight' => '0',
44076 ))
44077 ->values(array(
44078   'name' => 'ViewsHandlerFieldTest',
44079   'type' => 'class',
44080   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field.test',
44081   'module' => 'views',
44082   'weight' => '0',
44083 ))
44084 ->values(array(
44085   'name' => 'ViewsHandlerFieldUrlTest',
44086   'type' => 'class',
44087   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_url.test',
44088   'module' => 'views',
44089   'weight' => '0',
44090 ))
44091 ->values(array(
44092   'name' => 'viewsHandlerFieldUserNameTest',
44093   'type' => 'class',
44094   'filename' => 'sites/all/modules/views/tests/user/views_handler_field_user_name.test',
44095   'module' => 'views',
44096   'weight' => '0',
44097 ))
44098 ->values(array(
44099   'name' => 'ViewsHandlerFilterCombineTest',
44100   'type' => 'class',
44101   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_combine.test',
44102   'module' => 'views',
44103   'weight' => '0',
44104 ))
44105 ->values(array(
44106   'name' => 'viewsHandlerFilterCommentUserUidTest',
44107   'type' => 'class',
44108   'filename' => 'sites/all/modules/views/tests/comment/views_handler_filter_comment_user_uid.test',
44109   'module' => 'views',
44110   'weight' => '0',
44111 ))
44112 ->values(array(
44113   'name' => 'ViewsHandlerFilterCounterTest',
44114   'type' => 'class',
44115   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_counter.test',
44116   'module' => 'views',
44117   'weight' => '0',
44118 ))
44119 ->values(array(
44120   'name' => 'ViewsHandlerFilterDateTest',
44121   'type' => 'class',
44122   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_date.test',
44123   'module' => 'views',
44124   'weight' => '0',
44125 ))
44126 ->values(array(
44127   'name' => 'ViewsHandlerFilterEqualityTest',
44128   'type' => 'class',
44129   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_equality.test',
44130   'module' => 'views',
44131   'weight' => '0',
44132 ))
44133 ->values(array(
44134   'name' => 'ViewsHandlerFilterInOperator',
44135   'type' => 'class',
44136   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_in_operator.test',
44137   'module' => 'views',
44138   'weight' => '0',
44139 ))
44140 ->values(array(
44141   'name' => 'ViewsHandlerFilterNumericTest',
44142   'type' => 'class',
44143   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_numeric.test',
44144   'module' => 'views',
44145   'weight' => '0',
44146 ))
44147 ->values(array(
44148   'name' => 'ViewsHandlerFilterStringTest',
44149   'type' => 'class',
44150   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_string.test',
44151   'module' => 'views',
44152   'weight' => '0',
44153 ))
44154 ->values(array(
44155   'name' => 'ViewsHandlerRelationshipNodeTermDataTest',
44156   'type' => 'class',
44157   'filename' => 'sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test',
44158   'module' => 'views',
44159   'weight' => '0',
44160 ))
44161 ->values(array(
44162   'name' => 'ViewsHandlerSortDateTest',
44163   'type' => 'class',
44164   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_date.test',
44165   'module' => 'views',
44166   'weight' => '0',
44167 ))
44168 ->values(array(
44169   'name' => 'ViewsHandlerSortRandomTest',
44170   'type' => 'class',
44171   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_random.test',
44172   'module' => 'views',
44173   'weight' => '0',
44174 ))
44175 ->values(array(
44176   'name' => 'ViewsHandlerSortTest',
44177   'type' => 'class',
44178   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort.test',
44179   'module' => 'views',
44180   'weight' => '0',
44181 ))
44182 ->values(array(
44183   'name' => 'ViewsHandlersTest',
44184   'type' => 'class',
44185   'filename' => 'sites/all/modules/views/tests/views_handlers.test',
44186   'module' => 'views',
44187   'weight' => '0',
44188 ))
44189 ->values(array(
44190   'name' => 'ViewsHandlerTestFileSize',
44191   'type' => 'class',
44192   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_size.test',
44193   'module' => 'views',
44194   'weight' => '0',
44195 ))
44196 ->values(array(
44197   'name' => 'ViewsHandlerTestXss',
44198   'type' => 'class',
44199   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_xss.test',
44200   'module' => 'views',
44201   'weight' => '0',
44202 ))
44203 ->values(array(
44204   'name' => 'ViewsModuleTest',
44205   'type' => 'class',
44206   'filename' => 'sites/all/modules/views/tests/views_module.test',
44207   'module' => 'views',
44208   'weight' => '0',
44209 ))
44210 ->values(array(
44211   'name' => 'ViewsNodeRevisionRelationsTestCase',
44212   'type' => 'class',
44213   'filename' => 'sites/all/modules/views/tests/node/views_node_revision_relations.test',
44214   'module' => 'views',
44215   'weight' => '0',
44216 ))
44217 ->values(array(
44218   'name' => 'ViewsPagerTest',
44219   'type' => 'class',
44220   'filename' => 'sites/all/modules/views/tests/views_pager.test',
44221   'module' => 'views',
44222   'weight' => '0',
44223 ))
44224 ->values(array(
44225   'name' => 'ViewsPagerTestCase',
44226   'type' => 'class',
44227   'filename' => 'sites/all/modules/date/tests/date_views_pager.test',
44228   'module' => 'date',
44229   'weight' => '0',
44230 ))
44231 ->values(array(
44232   'name' => 'ViewsPluginDisplayTestCase',
44233   'type' => 'class',
44234   'filename' => 'sites/all/modules/views/tests/plugins/views_plugin_display.test',
44235   'module' => 'views',
44236   'weight' => '0',
44237 ))
44238 ->values(array(
44239   'name' => 'viewsPluginStyleJumpMenuTest',
44240   'type' => 'class',
44241   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_jump_menu.test',
44242   'module' => 'views',
44243   'weight' => '0',
44244 ))
44245 ->values(array(
44246   'name' => 'ViewsPluginStyleMappingTest',
44247   'type' => 'class',
44248   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_mapping.test',
44249   'module' => 'views',
44250   'weight' => '0',
44251 ))
44252 ->values(array(
44253   'name' => 'ViewsPluginStyleTestBase',
44254   'type' => 'class',
44255   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_base.test',
44256   'module' => 'views',
44257   'weight' => '0',
44258 ))
44259 ->values(array(
44260   'name' => 'ViewsPluginStyleTestCase',
44261   'type' => 'class',
44262   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style.test',
44263   'module' => 'views',
44264   'weight' => '0',
44265 ))
44266 ->values(array(
44267   'name' => 'ViewsPluginStyleUnformattedTestCase',
44268   'type' => 'class',
44269   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_unformatted.test',
44270   'module' => 'views',
44271   'weight' => '0',
44272 ))
44273 ->values(array(
44274   'name' => 'ViewsQueryGroupByTest',
44275   'type' => 'class',
44276   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
44277   'module' => 'views',
44278   'weight' => '0',
44279 ))
44280 ->values(array(
44281   'name' => 'ViewsSqlTest',
44282   'type' => 'class',
44283   'filename' => 'sites/all/modules/views/tests/views_query.test',
44284   'module' => 'views',
44285   'weight' => '0',
44286 ))
44287 ->values(array(
44288   'name' => 'ViewsTestCase',
44289   'type' => 'class',
44290   'filename' => 'sites/all/modules/views/tests/views_query.test',
44291   'module' => 'views',
44292   'weight' => '0',
44293 ))
44294 ->values(array(
44295   'name' => 'ViewsTranslatableTest',
44296   'type' => 'class',
44297   'filename' => 'sites/all/modules/views/tests/views_translatable.test',
44298   'module' => 'views',
44299   'weight' => '0',
44300 ))
44301 ->values(array(
44302   'name' => 'viewsUiGroupbyTestCase',
44303   'type' => 'class',
44304   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
44305   'module' => 'views',
44306   'weight' => '0',
44307 ))
44308 ->values(array(
44309   'name' => 'ViewsUIWizardBasicTestCase',
44310   'type' => 'class',
44311   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44312   'module' => 'views',
44313   'weight' => '0',
44314 ))
44315 ->values(array(
44316   'name' => 'ViewsUIWizardDefaultViewsTestCase',
44317   'type' => 'class',
44318   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44319   'module' => 'views',
44320   'weight' => '0',
44321 ))
44322 ->values(array(
44323   'name' => 'ViewsUIWizardHelper',
44324   'type' => 'class',
44325   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44326   'module' => 'views',
44327   'weight' => '0',
44328 ))
44329 ->values(array(
44330   'name' => 'ViewsUIWizardItemsPerPageTestCase',
44331   'type' => 'class',
44332   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44333   'module' => 'views',
44334   'weight' => '0',
44335 ))
44336 ->values(array(
44337   'name' => 'ViewsUIWizardJumpMenuTestCase',
44338   'type' => 'class',
44339   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44340   'module' => 'views',
44341   'weight' => '0',
44342 ))
44343 ->values(array(
44344   'name' => 'ViewsUIWizardMenuTestCase',
44345   'type' => 'class',
44346   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44347   'module' => 'views',
44348   'weight' => '0',
44349 ))
44350 ->values(array(
44351   'name' => 'ViewsUIWizardOverrideDisplaysTestCase',
44352   'type' => 'class',
44353   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44354   'module' => 'views',
44355   'weight' => '0',
44356 ))
44357 ->values(array(
44358   'name' => 'ViewsUIWizardSortingTestCase',
44359   'type' => 'class',
44360   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44361   'module' => 'views',
44362   'weight' => '0',
44363 ))
44364 ->values(array(
44365   'name' => 'ViewsUIWizardTaggedWithTestCase',
44366   'type' => 'class',
44367   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44368   'module' => 'views',
44369   'weight' => '0',
44370 ))
44371 ->values(array(
44372   'name' => 'ViewsUpgradeTestCase',
44373   'type' => 'class',
44374   'filename' => 'sites/all/modules/views/tests/views_upgrade.test',
44375   'module' => 'views',
44376   'weight' => '0',
44377 ))
44378 ->values(array(
44379   'name' => 'ViewsUserArgumentDefault',
44380   'type' => 'class',
44381   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_default.test',
44382   'module' => 'views',
44383   'weight' => '0',
44384 ))
44385 ->values(array(
44386   'name' => 'ViewsUserArgumentValidate',
44387   'type' => 'class',
44388   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_validate.test',
44389   'module' => 'views',
44390   'weight' => '0',
44391 ))
44392 ->values(array(
44393   'name' => 'ViewsUserTestCase',
44394   'type' => 'class',
44395   'filename' => 'sites/all/modules/views/tests/user/views_user.test',
44396   'module' => 'views',
44397   'weight' => '0',
44398 ))
44399 ->values(array(
44400   'name' => 'ViewsViewTest',
44401   'type' => 'class',
44402   'filename' => 'sites/all/modules/views/tests/views_view.test',
44403   'module' => 'views',
44404   'weight' => '0',
44405 ))
44406 ->values(array(
44407   'name' => 'XMLRPCBasicTestCase',
44408   'type' => 'class',
44409   'filename' => 'modules/simpletest/tests/xmlrpc.test',
44410   'module' => 'simpletest',
44411   'weight' => '0',
44412 ))
44413 ->values(array(
44414   'name' => 'XMLRPCMessagesTestCase',
44415   'type' => 'class',
44416   'filename' => 'modules/simpletest/tests/xmlrpc.test',
44417   'module' => 'simpletest',
44418   'weight' => '0',
44419 ))
44420 ->values(array(
44421   'name' => 'XMLRPCValidator1IncTestCase',
44422   'type' => 'class',
44423   'filename' => 'modules/simpletest/tests/xmlrpc.test',
44424   'module' => 'simpletest',
44425   'weight' => '0',
44426 ))
44427 ->values(array(
44428   'name' => 'ZAPhoneNumberTestCase',
44429   'type' => 'class',
44430   'filename' => 'sites/all/modules/phone/tests/phone.za.test',
44431   'module' => 'phone',
44432   'weight' => '0',
44433 ))
44434 ->execute();
44435
44436 $connection->schema()->createTable('registry_file', array(
44437   'fields' => array(
44438     'filename' => array(
44439       'type' => 'varchar',
44440       'not null' => TRUE,
44441       'length' => '255',
44442     ),
44443     'hash' => array(
44444       'type' => 'varchar',
44445       'not null' => TRUE,
44446       'length' => '64',
44447     ),
44448   ),
44449   'primary key' => array(
44450     'filename',
44451   ),
44452   'mysql_character_set' => 'utf8',
44453 ));
44454
44455 $connection->insert('registry_file')
44456 ->fields(array(
44457   'filename',
44458   'hash',
44459 ))
44460 ->values(array(
44461   'filename' => 'includes/actions.inc',
44462   'hash' => 'f36b066681463c7dfe189e0430cb1a89bf66f7e228cbb53cdfcd93987193f759',
44463 ))
44464 ->values(array(
44465   'filename' => 'includes/ajax.inc',
44466   'hash' => 'a22c8f7345c1f714ea40bbaa1385fa0e3763b389c82656cf6ff3e4d051532ee4',
44467 ))
44468 ->values(array(
44469   'filename' => 'includes/archiver.inc',
44470   'hash' => 'bdbb21b712a62f6b913590b609fd17cd9f3c3b77c0d21f68e71a78427ed2e3e9',
44471 ))
44472 ->values(array(
44473   'filename' => 'includes/authorize.inc',
44474   'hash' => '6d64d8c21aa01eb12fc29918732e4df6b871ed06e5d41373cb95c197ed661d13',
44475 ))
44476 ->values(array(
44477   'filename' => 'includes/batch.inc',
44478   'hash' => '1fe00f9a25481cd43e19fbd6bd37b7ff9dca79f8405ec3e55ffb011be12ec2c3',
44479 ))
44480 ->values(array(
44481   'filename' => 'includes/batch.queue.inc',
44482   'hash' => '554b2e92e1dad0f7fd5a19cb8dff7e109f10fbe2441a5692d076338ec908de0f',
44483 ))
44484 ->values(array(
44485   'filename' => 'includes/bootstrap.inc',
44486   'hash' => '245deaa370fa492dae401e2eee215f771f9ffbba14c1ff50631a6a4b2b3c771e',
44487 ))
44488 ->values(array(
44489   'filename' => 'includes/cache-install.inc',
44490   'hash' => 'e7ed123c5805703c84ad2cce9c1ca46b3ce8caeeea0d8ef39a3024a4ab95fa0e',
44491 ))
44492 ->values(array(
44493   'filename' => 'includes/cache.inc',
44494   'hash' => 'ee0bf13c7e067695dffcb9ade3b79fea82a3a8db9e9a422ebfcc91c383aa4b4c',
44495 ))
44496 ->values(array(
44497   'filename' => 'includes/common.inc',
44498   'hash' => 'd64557e1027136d80e66c329133336412c8301b48c6703943494cff1309f934c',
44499 ))
44500 ->values(array(
44501   'filename' => 'includes/database/database.inc',
44502   'hash' => '27f874fb21e1a85c86e0317669e2e26c1c6611a5e913c5bbce4c7aa62734edfe',
44503 ))
44504 ->values(array(
44505   'filename' => 'includes/database/log.inc',
44506   'hash' => '9feb5a17ae2fabcf26a96d2a634ba73da501f7bcfc3599a693d916a6971d00d1',
44507 ))
44508 ->values(array(
44509   'filename' => 'includes/database/mysql/database.inc',
44510   'hash' => 'f021edd0e2b5e315336eb6b5e481b9516c12de78dff2c468be3d7fd0d3672665',
44511 ))
44512 ->values(array(
44513   'filename' => 'includes/database/mysql/install.inc',
44514   'hash' => '6ae316941f771732fbbabed7e1d6b4cbb41b1f429dd097d04b3345aa15e461a0',
44515 ))
44516 ->values(array(
44517   'filename' => 'includes/database/mysql/query.inc',
44518   'hash' => '0212a871646c223bf77aa26b945c77a8974855373967b5fb9fdc09f8a1de88a6',
44519 ))
44520 ->values(array(
44521   'filename' => 'includes/database/mysql/schema.inc',
44522   'hash' => '6f43ac87508f868fe38ee09994fc18d69915bada0237f8ac3b717cafe8f22c6b',
44523 ))
44524 ->values(array(
44525   'filename' => 'includes/database/pgsql/database.inc',
44526   'hash' => 'd737f95947d78eb801e8ec8ca8b01e72d2e305924efce8abca0a98c1b5264cff',
44527 ))
44528 ->values(array(
44529   'filename' => 'includes/database/pgsql/install.inc',
44530   'hash' => '585b80c5bbd6f134bff60d06397f15154657a577d4da8d1b181858905f09dea5',
44531 ))
44532 ->values(array(
44533   'filename' => 'includes/database/pgsql/query.inc',
44534   'hash' => '0df57377686c921e722a10b49d5e433b131176c8059a4ace4680964206fc14b4',
44535 ))
44536 ->values(array(
44537   'filename' => 'includes/database/pgsql/schema.inc',
44538   'hash' => '1588daadfa53506aa1f5d94572162a45a46dc3ceabdd0e2f224532ded6508403',
44539 ))
44540 ->values(array(
44541   'filename' => 'includes/database/pgsql/select.inc',
44542   'hash' => 'fd4bba7887c1dc6abc8f080fc3a76c01d92ea085434e355dc1ecb50d8743c22d',
44543 ))
44544 ->values(array(
44545   'filename' => 'includes/database/prefetch.inc',
44546   'hash' => 'b5b207a66a69ecb52ee4f4459af16a7b5eabedc87254245f37cc33bebb61c0fb',
44547 ))
44548 ->values(array(
44549   'filename' => 'includes/database/query.inc',
44550   'hash' => '4016a397f10f071cac338fd0a9b004296106e42ab2b9db8c7ff0db341658e88f',
44551 ))
44552 ->values(array(
44553   'filename' => 'includes/database/schema.inc',
44554   'hash' => '9fecfd13fc1d4056a62d385840dccd052ea0e184dc47101f4bd8f57f10b68174',
44555 ))
44556 ->values(array(
44557   'filename' => 'includes/database/select.inc',
44558   'hash' => '5e9cdc383564ba86cb9dcad0046990ce15415a3000e4f617d6e0f30a205b852c',
44559 ))
44560 ->values(array(
44561   'filename' => 'includes/database/sqlite/database.inc',
44562   'hash' => '4281c6e80932560ecbeb07d1757efd133e8699a6fccf58c27a55df0f71794622',
44563 ))
44564 ->values(array(
44565   'filename' => 'includes/database/sqlite/install.inc',
44566   'hash' => '6620f354aa175a116ba3a0562c980d86cc3b8b481042fc3cc5ed6a4d1a7a6d74',
44567 ))
44568 ->values(array(
44569   'filename' => 'includes/database/sqlite/query.inc',
44570   'hash' => 'f33ab1b6350736a231a4f3f93012d3aac4431ac4e5510fb3a015a5aa6cab8303',
44571 ))
44572 ->values(array(
44573   'filename' => 'includes/database/sqlite/schema.inc',
44574   'hash' => 'cd829700205a8574f8b9d88cd1eaf909519c64754c6f84d6c62b5d21f5886f8d',
44575 ))
44576 ->values(array(
44577   'filename' => 'includes/database/sqlite/select.inc',
44578   'hash' => '8d1c426dbd337733c206cce9f59a172546c6ed856d8ef3f1c7bef05a16f7bf68',
44579 ))
44580 ->values(array(
44581   'filename' => 'includes/date.inc',
44582   'hash' => '18c047be64f201e16d189f1cc47ed9dcf0a145151b1ee187e90511b24e5d2b36',
44583 ))
44584 ->values(array(
44585   'filename' => 'includes/entity.inc',
44586   'hash' => 'e4fc9ff21b165a804d7ac4f036b3b5bd1d3c73da7029bf3f761d4bdee9ae3c96',
44587 ))
44588 ->values(array(
44589   'filename' => 'includes/errors.inc',
44590   'hash' => '72cc29840b24830df98a5628286b4d82738f2abbb78e69b4980310ff12062668',
44591 ))
44592 ->values(array(
44593   'filename' => 'includes/file.inc',
44594   'hash' => '9de0398940bf2db560902736f1832d8b72b3e8b49dbbaba5f94c9331425ee04a',
44595 ))
44596 ->values(array(
44597   'filename' => 'includes/file.mimetypes.inc',
44598   'hash' => '33266e837f4ce076378e7e8cef6c5af46446226ca4259f83e13f605856a7f147',
44599 ))
44600 ->values(array(
44601   'filename' => 'includes/filetransfer/filetransfer.inc',
44602   'hash' => 'fdea8ae48345ec91885ac48a9bc53daf87616271472bb7c29b7e3ce219b22034',
44603 ))
44604 ->values(array(
44605   'filename' => 'includes/filetransfer/ftp.inc',
44606   'hash' => '51eb119b8e1221d598ffa6cc46c8a322aa77b49a3d8879f7fb38b7221cf7e06d',
44607 ))
44608 ->values(array(
44609   'filename' => 'includes/filetransfer/local.inc',
44610   'hash' => '7cbfdb46abbdf539640db27e66fb30e5265128f31002bd0dfc3af16ae01a9492',
44611 ))
44612 ->values(array(
44613   'filename' => 'includes/filetransfer/ssh.inc',
44614   'hash' => '92f1232158cb32ab04cbc93ae38ad3af04796e18f66910a9bc5ca8e437f06891',
44615 ))
44616 ->values(array(
44617   'filename' => 'includes/form.inc',
44618   'hash' => '9b37fe7e5d04b25604bbc63abb6b6d332be14926011533b4449de52d45a86765',
44619 ))
44620 ->values(array(
44621   'filename' => 'includes/graph.inc',
44622   'hash' => '8e0e313a8bb33488f371df11fc1b58d7cf80099b886cd1003871e2c896d1b536',
44623 ))
44624 ->values(array(
44625   'filename' => 'includes/image.inc',
44626   'hash' => 'bcdc7e1599c02227502b9d0fe36eeb2b529b130a392bc709eb737647bd361826',
44627 ))
44628 ->values(array(
44629   'filename' => 'includes/install.core.inc',
44630   'hash' => '733ec6fac8e51747d1c83f266a42e4a0cb6bf31ac50f17f06e37c9e0865f4a38',
44631 ))
44632 ->values(array(
44633   'filename' => 'includes/install.inc',
44634   'hash' => '781c54771c14b067bb38d222096f981121d479222fbdea9c433405de561a2881',
44635 ))
44636 ->values(array(
44637   'filename' => 'includes/iso.inc',
44638   'hash' => '0ce4c225edcfa9f037703bc7dd09d4e268a69bcc90e55da0a3f04c502bd2f349',
44639 ))
44640 ->values(array(
44641   'filename' => 'includes/json-encode.inc',
44642   'hash' => '02a822a652d00151f79db9aa9e171c310b69b93a12f549bc2ce00533a8efa14e',
44643 ))
44644 ->values(array(
44645   'filename' => 'includes/language.inc',
44646   'hash' => '4e08f30843a7ccaeea5c041083e9f77d33d57ff002f1ab4f66168e2c683ce128',
44647 ))
44648 ->values(array(
44649   'filename' => 'includes/locale.inc',
44650   'hash' => 'f8a3ba7868698e9b43c2ceaebe2cbdcb92d6c68427e817a6e10a76b937b5a127',
44651 ))
44652 ->values(array(
44653   'filename' => 'includes/lock.inc',
44654   'hash' => 'a181c8bd4f88d292a0a73b9f1fbd727e3314f66ec3631f288e6b9a54ba2b70fa',
44655 ))
44656 ->values(array(
44657   'filename' => 'includes/mail.inc',
44658   'hash' => 'd9fb2b99025745cbb73ebcfc7ac12df100508b9273ce35c433deacf12dd6a13a',
44659 ))
44660 ->values(array(
44661   'filename' => 'includes/menu.inc',
44662   'hash' => '2ecc6f990dc2d987425c680e27a4ddeec2e8376a2be408b00a144131f41a59ea',
44663 ))
44664 ->values(array(
44665   'filename' => 'includes/module.inc',
44666   'hash' => 'a18bc92e5fc1f2a31a79eace8c6f2436bc15c8f0b332c8b7aaafa3a223746861',
44667 ))
44668 ->values(array(
44669   'filename' => 'includes/pager.inc',
44670   'hash' => '6f9494b85c07a2cc3be4e54aff2d2757485238c476a7da084d25bde1d88be6d8',
44671 ))
44672 ->values(array(
44673   'filename' => 'includes/password.inc',
44674   'hash' => 'fd9a1c94fe5a0fa7c7049a2435c7280b1d666b2074595010e3c492dd15712775',
44675 ))
44676 ->values(array(
44677   'filename' => 'includes/path.inc',
44678   'hash' => '74bf05f3c68b0218730abf3e539fcf08b271959c8f4611940d05124f34a6a66f',
44679 ))
44680 ->values(array(
44681   'filename' => 'includes/registry.inc',
44682   'hash' => 'f47b20859f0fc80bf4bb2849a1282d6c54006957b69da0e5f4691de585ca4cdf',
44683 ))
44684 ->values(array(
44685   'filename' => 'includes/session.inc',
44686   'hash' => '7548621ae4c273179a76eba41aa58b740100613bc015ad388a5c30132b61e34b',
44687 ))
44688 ->values(array(
44689   'filename' => 'includes/stream_wrappers.inc',
44690   'hash' => '4f1feb774a8dbc04ca382fa052f59e58039c7261625f3df29987d6b31f08d92d',
44691 ))
44692 ->values(array(
44693   'filename' => 'includes/tablesort.inc',
44694   'hash' => '2d88768a544829595dd6cda2a5eb008bedb730f36bba6dfe005d9ddd999d5c0f',
44695 ))
44696 ->values(array(
44697   'filename' => 'includes/theme.inc',
44698   'hash' => '507932af124871dd2639ab8eafbbd68f962ef70f44ef1c4fd1a14daf04c53b5e',
44699 ))
44700 ->values(array(
44701   'filename' => 'includes/theme.maintenance.inc',
44702   'hash' => '39f068b3eee4d10a90d6aa3c86db587b6d25844c2919d418d34d133cfe330f5a',
44703 ))
44704 ->values(array(
44705   'filename' => 'includes/token.inc',
44706   'hash' => '5e7898cd78689e2c291ed3cd8f41c032075656896f1db57e49217aac19ae0428',
44707 ))
44708 ->values(array(
44709   'filename' => 'includes/unicode.entities.inc',
44710   'hash' => '2b858138596d961fbaa4c6e3986e409921df7f76b6ee1b109c4af5970f1e0f54',
44711 ))
44712 ->values(array(
44713   'filename' => 'includes/unicode.inc',
44714   'hash' => 'e18772dafe0f80eb139fcfc582fef1704ba9f730647057d4f4841d6a6e4066ca',
44715 ))
44716 ->values(array(
44717   'filename' => 'includes/update.inc',
44718   'hash' => '77403195059de797422d9d9202f18548a38558995120c7f9ffb9bd044730a3bc',
44719 ))
44720 ->values(array(
44721   'filename' => 'includes/updater.inc',
44722   'hash' => 'd2da0e74ed86e93c209f16069f3d32e1a134ceb6c06a0044f78e841a1b54e380',
44723 ))
44724 ->values(array(
44725   'filename' => 'includes/utility.inc',
44726   'hash' => '3458fd2b55ab004dd0cc529b8e58af12916e8bd36653b072bdd820b26b907ed5',
44727 ))
44728 ->values(array(
44729   'filename' => 'includes/xmlrpc.inc',
44730   'hash' => 'ea24176ec445c440ba0c825fc7b04a31b440288df8ef02081560dc418e34e659',
44731 ))
44732 ->values(array(
44733   'filename' => 'includes/xmlrpcs.inc',
44734   'hash' => '741aa8d6fcc6c45a9409064f52351f7999b7c702d73def8da44de2567946598a',
44735 ))
44736 ->values(array(
44737   'filename' => 'modules/aggregator/aggregator.test',
44738   'hash' => '1288945ead1e0b250cb0f2d8bc5486ab1c67295b78b5f1ba0f77ade7bf1243b4',
44739 ))
44740 ->values(array(
44741   'filename' => 'modules/block/block.test',
44742   'hash' => '40d9de00589211770a85c47d38c8ad61c598ec65d9332128a882eb8750e65a16',
44743 ))
44744 ->values(array(
44745   'filename' => 'modules/blog/blog.test',
44746   'hash' => 'f7534b972951c05d34bd832d3e06176b372fff6f4999c428f789fdd7703ed2e2',
44747 ))
44748 ->values(array(
44749   'filename' => 'modules/book/book.test',
44750   'hash' => 'a75a4ec12f930d85adbf7c46d6a1a4ed1356657466874f21e9cc931b6cd41aa0',
44751 ))
44752 ->values(array(
44753   'filename' => 'modules/color/color.test',
44754   'hash' => '013806279bd47ceb2f82ca854b57f880ba21058f7a2592c422afae881a7f5d15',
44755 ))
44756 ->values(array(
44757   'filename' => 'modules/comment/comment.module',
44758   'hash' => 'db858137ff6ce06d87cb3b8f5275bed90c33a6d9aa7d46e7a74524cc2f052309',
44759 ))
44760 ->values(array(
44761   'filename' => 'modules/comment/comment.test',
44762   'hash' => '0443a4dbc5aef3d64405a7cabf462c8c5e0b24517d89410d261027b85292cd4b',
44763 ))
44764 ->values(array(
44765   'filename' => 'modules/contact/contact.test',
44766   'hash' => 'd49eedd71859fbb6ffa26b87226f640db56694c8f43c863c83d920cf3632f9ad',
44767 ))
44768 ->values(array(
44769   'filename' => 'modules/contextual/contextual.test',
44770   'hash' => '023dafa199bd325ecc55a17b2a3db46ac0a31e23059f701f789f3bc42427ba0b',
44771 ))
44772 ->values(array(
44773   'filename' => 'modules/dashboard/dashboard.test',
44774   'hash' => '125df00fc6deb985dc554aa7807a48e60a68dbbddbad9ec2c4718da724f0e683',
44775 ))
44776 ->values(array(
44777   'filename' => 'modules/dblog/dblog.test',
44778   'hash' => '11fbb8522b1c9dc7c85edba3aed7308a8891f26fc7292008822bea1b54722912',
44779 ))
44780 ->values(array(
44781   'filename' => 'modules/field/field.attach.inc',
44782   'hash' => '2df4687b5ec078c4893dc1fea514f67524fd5293de717b9e05caf977e5ae2327',
44783 ))
44784 ->values(array(
44785   'filename' => 'modules/field/field.info.class.inc',
44786   'hash' => 'cf18178e119d43897d3abd882ba3acc0cf59d1ad747663437c57b1ec4d0a4322',
44787 ))
44788 ->values(array(
44789   'filename' => 'modules/field/field.module',
44790   'hash' => 'e9359f8cac64b2d81ac067d7da22972116dc10b9b346752a8ef8292943a958c9',
44791 ))
44792 ->values(array(
44793   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.test',
44794   'hash' => '315eedaf2022afc884c35efd3b7c400eddab6ea30bec91924bc82ab5cd3e79f2',
44795 ))
44796 ->values(array(
44797   'filename' => 'modules/field/modules/list/tests/list.test',
44798   'hash' => '97e55bd49f6f4b0562d04aa3773b5ab9b35063aee05c8c7231780cdcf9c97714',
44799 ))
44800 ->values(array(
44801   'filename' => 'modules/field/modules/number/number.test',
44802   'hash' => '9ccf835bbf80ff31b121286f6fbcf59cc42b622a51ab56b22362b2f55c656e18',
44803 ))
44804 ->values(array(
44805   'filename' => 'modules/field/modules/options/options.test',
44806   'hash' => 'c71441020206b1587dece7296cca306a9f0fbd6e8f04dae272efc15ed3a38383',
44807 ))
44808 ->values(array(
44809   'filename' => 'modules/field/modules/text/text.test',
44810   'hash' => 'a1e5cb0fa8c0651c68d560d9bb7781463a84200f701b00b6e797a9ca792a7e42',
44811 ))
44812 ->values(array(
44813   'filename' => 'modules/field/tests/field.test',
44814   'hash' => '5eaad7a933ef8ea05b958056492ce17858cd542111f0fe81dd1a5949ad8f966e',
44815 ))
44816 ->values(array(
44817   'filename' => 'modules/field_ui/field_ui.test',
44818   'hash' => 'ded58a83a37cf111834f68fde9c34cddc7f4d36b91f31281e41ed5220c65dac4',
44819 ))
44820 ->values(array(
44821   'filename' => 'modules/file/tests/file.test',
44822   'hash' => '51d79794cbe647b2f5635ca9193b4d63bb9f99db4d9074676a80c55582b02985',
44823 ))
44824 ->values(array(
44825   'filename' => 'modules/filter/filter.test',
44826   'hash' => '268488be9d8e6a4bfa906bbb5bbf1f0df5881c04a421cbefcd7aa4f05fb63ba0',
44827 ))
44828 ->values(array(
44829   'filename' => 'modules/forum/forum.test',
44830   'hash' => 'd282b29d6312d63183e003ba036d7645a946e828c94448592f930d80fceb42d6',
44831 ))
44832 ->values(array(
44833   'filename' => 'modules/help/help.test',
44834   'hash' => 'bc934de8c71bd9874a05ccb5e8f927f4c227b3b2397d739e8504c8fd6ae5a83c',
44835 ))
44836 ->values(array(
44837   'filename' => 'modules/image/image.test',
44838   'hash' => '19459f5be2fb58058a984ef302d6f6defca20207324db25726d06a7743cc2960',
44839 ))
44840 ->values(array(
44841   'filename' => 'modules/locale/locale.test',
44842   'hash' => '61c6a80ba44ff92e6ba4a350b7c95890368e2f9e029b8f84563df2490a8e93b1',
44843 ))
44844 ->values(array(
44845   'filename' => 'modules/menu/menu.test',
44846   'hash' => '51817d6c591c28cf268145c2d39b41f66e453edf42c86472e61b7081da1d86bb',
44847 ))
44848 ->values(array(
44849   'filename' => 'modules/node/node.module',
44850   'hash' => 'b594aa316e7d74024d633fb95a6e89a2c6c14cb108a481fd0b2521ec0e3316de',
44851 ))
44852 ->values(array(
44853   'filename' => 'modules/node/node.test',
44854   'hash' => 'e2e485fde00796305fd6926c8b4e9c4e1919020a3ec00819aa5cc1d2b3ebcc5c',
44855 ))
44856 ->values(array(
44857   'filename' => 'modules/openid/openid.test',
44858   'hash' => '3decf7faf3a9396671d52c6065a31f0ef81828015e0348a0ba9358b618e737a1',
44859 ))
44860 ->values(array(
44861   'filename' => 'modules/path/path.test',
44862   'hash' => '2004183b2c7c86028bf78c519c6a7afc4397a8267874462b0c2b49b0f8c20322',
44863 ))
44864 ->values(array(
44865   'filename' => 'modules/php/php.test',
44866   'hash' => 'd234f9c1ab18a05834a3cb6dc532fb4c259aa25612551f953ba6e3bb714657b8',
44867 ))
44868 ->values(array(
44869   'filename' => 'modules/poll/poll.test',
44870   'hash' => 'cc8486dc337471d13014954e1c1e4e5ad4956e4a0cbd395adbd064f8e5849c72',
44871 ))
44872 ->values(array(
44873   'filename' => 'modules/profile/profile.test',
44874   'hash' => 'afc23aa58769a84d94c4a6cef7b0ea2c9aa0edfdf2563a34757a1fb4d3d58233',
44875 ))
44876 ->values(array(
44877   'filename' => 'modules/rdf/rdf.test',
44878   'hash' => '9849d2b717119aa6b5f1496929e7ac7c9c0a6e98486b66f3876bda0a8c165525',
44879 ))
44880 ->values(array(
44881   'filename' => 'modules/search/search.extender.inc',
44882   'hash' => '013a6a841cc48a6dc991153fb692b8d1546e56b78d9c95e97e0d7e92296d3481',
44883 ))
44884 ->values(array(
44885   'filename' => 'modules/search/search.test',
44886   'hash' => '6512521f8de3a54238c8f337ae0aa105cab2bbc9a1addb5b1ccb755842656913',
44887 ))
44888 ->values(array(
44889   'filename' => 'modules/shortcut/shortcut.test',
44890   'hash' => '0d78280d4d0a05aa772218e45911552e39611ca9c258b9dd436307914ac3f254',
44891 ))
44892 ->values(array(
44893   'filename' => 'modules/simpletest/drupal_web_test_case.php',
44894   'hash' => 'a4c07ab08d578cc9c4adfb39aaa98270cacc58885c1d61f3a71f207142f4fc0b',
44895 ))
44896 ->values(array(
44897   'filename' => 'modules/simpletest/simpletest.test',
44898   'hash' => '8112284b928297e326a2cb2a029a8ee35490732ce73ab0b54a91e9613a84e951',
44899 ))
44900 ->values(array(
44901   'filename' => 'modules/simpletest/tests/actions.test',
44902   'hash' => '4e61dcbff514581321b47b8b2402cfb387d859b1a9944cb70bf9f33977dd5220',
44903 ))
44904 ->values(array(
44905   'filename' => 'modules/simpletest/tests/ajax.test',
44906   'hash' => '0581306ba076da005db073036806a4d393a166221cd7171e3e3b1974b7082106',
44907 ))
44908 ->values(array(
44909   'filename' => 'modules/simpletest/tests/batch.test',
44910   'hash' => '665a621f4d5f819295ca7c53158d586ed98c42d8a8e6db1e67fb332032ec07d5',
44911 ))
44912 ->values(array(
44913   'filename' => 'modules/simpletest/tests/boot.test',
44914   'hash' => '1a7cf3c120a8e544cb251ba049ae598f8b25c0a9c3283e15df07a3a562641799',
44915 ))
44916 ->values(array(
44917   'filename' => 'modules/simpletest/tests/bootstrap.test',
44918   'hash' => '4ccb0841905a34438e5b3acd712d0a1b52b6aa41535d3a64d3e50eff355a5dbe',
44919 ))
44920 ->values(array(
44921   'filename' => 'modules/simpletest/tests/cache.test',
44922   'hash' => '2ff9a42287a6419acba6589cd887e9c0d765c1c201865799abe03ee6f3234dfb',
44923 ))
44924 ->values(array(
44925   'filename' => 'modules/simpletest/tests/common.test',
44926   'hash' => 'aa2449d4ce5109bc9593901f34f74ce9caeea6450539a120afdf7a71f1e35276',
44927 ))
44928 ->values(array(
44929   'filename' => 'modules/simpletest/tests/database_test.test',
44930   'hash' => '64baa1520d815e049310ae697fa79390b6b0a02fb03d47c64d3caec8d40ab8e9',
44931 ))
44932 ->values(array(
44933   'filename' => 'modules/simpletest/tests/entity_crud.test',
44934   'hash' => '0db2e08cb15ef287ed622fa56cee85e6a61b6e7a8547c77531a80a9ec1379d87',
44935 ))
44936 ->values(array(
44937   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.test',
44938   'hash' => '5f3f083a018c1c0e78c8532cfc87b95d3c2b1740577a2f0eab8bc75e1db069b4',
44939 ))
44940 ->values(array(
44941   'filename' => 'modules/simpletest/tests/entity_query.test',
44942   'hash' => '8b107f796e9febb8080b153d3c9b969cea5bbb3cd4ee410c8f612bf7bdbb0a63',
44943 ))
44944 ->values(array(
44945   'filename' => 'modules/simpletest/tests/error.test',
44946   'hash' => 'df8360738a4b3c946209a560ae83065728ae1aa56744cd8aaee398325a7cda60',
44947 ))
44948 ->values(array(
44949   'filename' => 'modules/simpletest/tests/file.test',
44950   'hash' => '25fdee40ceb8c84f08677224db941e251906f2caa185b351de80eba76f20c90b',
44951 ))
44952 ->values(array(
44953   'filename' => 'modules/simpletest/tests/filetransfer.test',
44954   'hash' => 'a5ae7e24c43f994968d059c93d56be0dfd580699e2cb884afb074b9ae5895fd9',
44955 ))
44956 ->values(array(
44957   'filename' => 'modules/simpletest/tests/form.test',
44958   'hash' => '1d932031c1b2e33947c1cb480457f9f6c95b1ee93bab6eab785c2cde290fd9d7',
44959 ))
44960 ->values(array(
44961   'filename' => 'modules/simpletest/tests/graph.test',
44962   'hash' => '3038b97305b54f859a78356c184feeb773056e6c54b9ad511cc4c487ea3355c2',
44963 ))
44964 ->values(array(
44965   'filename' => 'modules/simpletest/tests/image.test',
44966   'hash' => 'fbad58b83e40aec654bf66835e30f81b83a76714efc560d73e7be3841ab5e996',
44967 ))
44968 ->values(array(
44969   'filename' => 'modules/simpletest/tests/lock.test',
44970   'hash' => '0d63de7e57c405dae03a6c04e13392c59c8dc19a843e0818cc43212af2e26242',
44971 ))
44972 ->values(array(
44973   'filename' => 'modules/simpletest/tests/mail.test',
44974   'hash' => '9f772652385048639264f64147eab2675e9e76be2258e70bbefc2f6f753d047f',
44975 ))
44976 ->values(array(
44977   'filename' => 'modules/simpletest/tests/menu.test',
44978   'hash' => 'b7602b23403271fd404646cd5f4970ce278eb3c014ed30676f1ba680cfd749a1',
44979 ))
44980 ->values(array(
44981   'filename' => 'modules/simpletest/tests/module.test',
44982   'hash' => '056de988f33d43c39e62f067af8f449f5192cd27bbbcf358a6e3b0d34d94167c',
44983 ))
44984 ->values(array(
44985   'filename' => 'modules/simpletest/tests/pager.test',
44986   'hash' => '9586bc07f5ed2791ae69e8cacf1a257ffe85dde3be7769ce6e84435a001bc296',
44987 ))
44988 ->values(array(
44989   'filename' => 'modules/simpletest/tests/password.test',
44990   'hash' => 'fadb23077d9364d0dba4fa7462d31f2ad842d840ad173f685cf6944aa679c9a7',
44991 ))
44992 ->values(array(
44993   'filename' => 'modules/simpletest/tests/path.test',
44994   'hash' => '814b32c225e1a73f225b52c0e5a9579a754dd9f597cb71189fa0b62c5ce821ad',
44995 ))
44996 ->values(array(
44997   'filename' => 'modules/simpletest/tests/registry.test',
44998   'hash' => 'eadaa4f04ffbe49656ee9c8d477a4855de12f5f7fd6923894ab6565b86fde28f',
44999 ))
45000 ->values(array(
45001   'filename' => 'modules/simpletest/tests/schema.test',
45002   'hash' => '14a7975e040ae8d3a7c8bb82c9e26dabe78978f6371dec22ae8c81b71cf3e4bb',
45003 ))
45004 ->values(array(
45005   'filename' => 'modules/simpletest/tests/session.test',
45006   'hash' => '6416694ef7c79680f99e405468401567357c38abead1e0ce9e232a15e7dcd823',
45007 ))
45008 ->values(array(
45009   'filename' => 'modules/simpletest/tests/tablesort.test',
45010   'hash' => '0c0e011775ffc0e8f2d9c6f1284de28ad849ffa88df6e48677ed1c395c2267d1',
45011 ))
45012 ->values(array(
45013   'filename' => 'modules/simpletest/tests/theme.test',
45014   'hash' => 'f542bdf4efc342609b8804767b793521c6641ab5cd31a7130865feeef5f2cfa1',
45015 ))
45016 ->values(array(
45017   'filename' => 'modules/simpletest/tests/unicode.test',
45018   'hash' => '91f0f16bbdb987035b562f4621bea1522aa74851e7c107663ae17d11b2ac0959',
45019 ))
45020 ->values(array(
45021   'filename' => 'modules/simpletest/tests/update.test',
45022   'hash' => '49f64b9b84521f9f8eaebb9610f5cc3378d0665683032320a36abda12d16be43',
45023 ))
45024 ->values(array(
45025   'filename' => 'modules/simpletest/tests/upgrade/update.aggregator.test',
45026   'hash' => 'a2b6a574993591e93dacbd303a300b852775a3beea1343fb1f11578a8cdd26e1',
45027 ))
45028 ->values(array(
45029   'filename' => 'modules/simpletest/tests/upgrade/update.field.test',
45030   'hash' => 'e8a443db8d58d743cf06957ff949370dde65b0ad35837368fd89a95ea6594d52',
45031 ))
45032 ->values(array(
45033   'filename' => 'modules/simpletest/tests/upgrade/update.trigger.test',
45034   'hash' => '421b8986a71c8cf30c442cd9f1736ae7ce8838214a1b6e9eae30c9c5c108acd3',
45035 ))
45036 ->values(array(
45037   'filename' => 'modules/simpletest/tests/upgrade/update.user.test',
45038   'hash' => 'b21ec55d94d3baec7ce807c7972fb3b348deba70a53bfb78a66553c66ede63af',
45039 ))
45040 ->values(array(
45041   'filename' => 'modules/simpletest/tests/upgrade/upgrade.comment.test',
45042   'hash' => 'a20a8b44b46a6bc1cc0f0a18e67a12933d0b101d463bcdc21212e5f35d93c379',
45043 ))
45044 ->values(array(
45045   'filename' => 'modules/simpletest/tests/upgrade/upgrade.filter.test',
45046   'hash' => '0485b6d466476a85e7591eb4bdaf303b1b75a871038f1d5669a3f6d4cd81ecd0',
45047 ))
45048 ->values(array(
45049   'filename' => 'modules/simpletest/tests/upgrade/upgrade.forum.test',
45050   'hash' => '6330fe5d85a81d7d5686da5a40cf18b275bef4c5819afb334f8fc0b043532bb4',
45051 ))
45052 ->values(array(
45053   'filename' => 'modules/simpletest/tests/upgrade/upgrade.locale.test',
45054   'hash' => 'ec2d285222dd85022a16daed2b3a3e951dba97ab4de9fd46d89d2064f5db7595',
45055 ))
45056 ->values(array(
45057   'filename' => 'modules/simpletest/tests/upgrade/upgrade.menu.test',
45058   'hash' => 'fa6e46dcb1028e6c3faad86c50d3d9296d7a4095115ffb8d39b627dbd31996d7',
45059 ))
45060 ->values(array(
45061   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
45062   'hash' => 'f16f1ae5b5b3584e4d1d119473a962112fb28796efb5283aaa8df2db0ddec364',
45063 ))
45064 ->values(array(
45065   'filename' => 'modules/simpletest/tests/upgrade/upgrade.taxonomy.test',
45066   'hash' => '805528f81162014479d94e70bcaf234f818a1898d057e05d08b148a9120743b9',
45067 ))
45068 ->values(array(
45069   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
45070   'hash' => '877364dd82e5e1ed28e1ee93c48fbec083237012f44038a8fef39d9c6cb8b4f9',
45071 ))
45072 ->values(array(
45073   'filename' => 'modules/simpletest/tests/upgrade/upgrade.translatable.test',
45074   'hash' => '7a53241c9df9c671fb1da2789fe32c0e0425267f1647293a89adadbfa49bc4ac',
45075 ))
45076 ->values(array(
45077   'filename' => 'modules/simpletest/tests/upgrade/upgrade.trigger.test',
45078   'hash' => '4ba820349ef89f6eaa73f429c053e09f937d36808149a00563efa5b551e8669d',
45079 ))
45080 ->values(array(
45081   'filename' => 'modules/simpletest/tests/upgrade/upgrade.upload.test',
45082   'hash' => '8fc15f53a5ef54b48133a8525fcd384729563ba2d9bd49ab035549d07fabf3c4',
45083 ))
45084 ->values(array(
45085   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
45086   'hash' => '9c11a51f2bd262f957e6c609ec84b26ac9d1fa00feeb0078b7a12beb450daab3',
45087 ))
45088 ->values(array(
45089   'filename' => 'modules/simpletest/tests/xmlrpc.test',
45090   'hash' => '1d9b1fe51d31722473478087d50ed09b180748047205cea936db49a74ade82e7',
45091 ))
45092 ->values(array(
45093   'filename' => 'modules/statistics/statistics.test',
45094   'hash' => '3fd921d3cc26f9363bba0d6f29efb96c49c88ca51e2e2376b6554afaff8ceeb5',
45095 ))
45096 ->values(array(
45097   'filename' => 'modules/syslog/syslog.test',
45098   'hash' => 'ad873b3d499ebad748784ae88df3496f39de1b9bbfd98c3193ef1ea70c6376ae',
45099 ))
45100 ->values(array(
45101   'filename' => 'modules/system/system.archiver.inc',
45102   'hash' => 'faa849f3e646a910ab82fd6c8bbf0a4e6b8c60725d7ba81ec0556bd716616cd1',
45103 ))
45104 ->values(array(
45105   'filename' => 'modules/system/system.mail.inc',
45106   'hash' => 'd31e1769f5defbe5f27dc68f641ab80fb8d3de92f6e895f4c654ec05fc7e5f0f',
45107 ))
45108 ->values(array(
45109   'filename' => 'modules/system/system.queue.inc',
45110   'hash' => 'a60cff401fc410cd81dc1d105ed66f79396ed7b15fdc3a5c5b80593ad5d4352a',
45111 ))
45112 ->values(array(
45113   'filename' => 'modules/system/system.tar.inc',
45114   'hash' => '8a31d91f7b3cd7eac25b3fa46e1ed9a8527c39718ba76c3f8c0bbbeaa3aa4086',
45115 ))
45116 ->values(array(
45117   'filename' => 'modules/system/system.test',
45118   'hash' => 'b53fdc9f28a49d9bdd819721a6bc4ae0e8a7b023a415e98672a99453187c1f1e',
45119 ))
45120 ->values(array(
45121   'filename' => 'modules/system/system.updater.inc',
45122   'hash' => '338cf14cb691ba16ee551b3b9e0fa4f579a2f25c964130658236726d17563b6a',
45123 ))
45124 ->values(array(
45125   'filename' => 'modules/taxonomy/taxonomy.module',
45126   'hash' => '45d6d5652a464318f3eccf8bad6220cc5784e7ffdb0c7b732bf4d540e1effe83',
45127 ))
45128 ->values(array(
45129   'filename' => 'modules/taxonomy/taxonomy.test',
45130   'hash' => '8525035816906e327ad48bd48bb071597f4c58368a692bcec401299a86699e6e',
45131 ))
45132 ->values(array(
45133   'filename' => 'modules/tracker/tracker.test',
45134   'hash' => 'bea7303dfe934afeb271506da43bcf24a51d7d5546181796d7f9f70b6283ed67',
45135 ))
45136 ->values(array(
45137   'filename' => 'modules/translation/translation.test',
45138   'hash' => 'c2ad71934a9a2139cdf8213df35f4c91dcc0e643fabb883c38e3ffbdd313d608',
45139 ))
45140 ->values(array(
45141   'filename' => 'modules/trigger/trigger.test',
45142   'hash' => '662f1a55e62832d7d5258965ca70ebe9d36ce8ae34e05fda2a2f9dc72418978b',
45143 ))
45144 ->values(array(
45145   'filename' => 'modules/update/update.test',
45146   'hash' => '1ea3e22bd4d47afb8b2799057cdbdfbb57ce09013d9d5f2de7e61ef9c2ebc72d',
45147 ))
45148 ->values(array(
45149   'filename' => 'modules/user/user.module',
45150   'hash' => '88bb508e0eb658281b085cd07c81808bd9634bba8a2271515c1d68079d58817d',
45151 ))
45152 ->values(array(
45153   'filename' => 'modules/user/user.test',
45154   'hash' => '178320fdb9a0c8754f1fa7272f68f536dcb94ae82ce7d0fc6a0f8a476c1f6922',
45155 ))
45156 ->values(array(
45157   'filename' => 'sites/all/modules/ctools/includes/context.inc',
45158   'hash' => '4cec11a71872eb916c4315c9f727a184d46758aa64bb950d86877a60b9007157',
45159 ))
45160 ->values(array(
45161   'filename' => 'sites/all/modules/ctools/includes/css-cache.inc',
45162   'hash' => 'db90ff67669d9fa445e91074ac67fb97cdb191a19e68d42744f0fd4158649cfa',
45163 ))
45164 ->values(array(
45165   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
45166   'hash' => '601db581743dd22d67f7aaf228bd8d26298d72033fc675d02385a1fd6d31888f',
45167 ))
45168 ->values(array(
45169   'filename' => 'sites/all/modules/ctools/includes/stylizer.inc',
45170   'hash' => '3f91f5ed42fb6ee1b65ddef7ac22577b07a5d75ca1eb2df60041243ced5c7079',
45171 ))
45172 ->values(array(
45173   'filename' => 'sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php',
45174   'hash' => '2fd87a7d80689e4d44673b31c07b762144eb8ac57324fd0b9cd9ede5f4ea34b5',
45175 ))
45176 ->values(array(
45177   'filename' => 'sites/all/modules/ctools/tests/context.test',
45178   'hash' => '3a8dd81dd1b99da05a28425f9a017cb611e0470ba88cf000c8b74339c8c91d91',
45179 ))
45180 ->values(array(
45181   'filename' => 'sites/all/modules/ctools/tests/css.test',
45182   'hash' => '20ba7d780a8bdd8f512472a8becef11240da74b96599f6968fecea0ad7ae49c6',
45183 ))
45184 ->values(array(
45185   'filename' => 'sites/all/modules/ctools/tests/css_cache.test',
45186   'hash' => '0dbc038efedb1fa06d2617b7c72b3a45d6ee5b5b791dcb1134876f174a2a7733',
45187 ))
45188 ->values(array(
45189   'filename' => 'sites/all/modules/ctools/tests/ctools.plugins.test',
45190   'hash' => '6af9d9caa3afe93faf5051d3d42c0ce33a1ff6e3a18a09f281df1260d43337d6',
45191 ))
45192 ->values(array(
45193   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export.test',
45194   'hash' => '65e96eabc5c62d7ad29f63309671e2761f221a1c15bb6836d7eadfd263653abc',
45195 ))
45196 ->values(array(
45197   'filename' => 'sites/all/modules/ctools/tests/math_expression.test',
45198   'hash' => 'b99d5c3096857de944dba0e88e21628c7268d8056f42903786172b7a95563dbf',
45199 ))
45200 ->values(array(
45201   'filename' => 'sites/all/modules/ctools/tests/math_expression_stack.test',
45202   'hash' => '797d9e0844f9e214799d96b33d55dd041720d27b11ceb96c3790634d93a62be6',
45203 ))
45204 ->values(array(
45205   'filename' => 'sites/all/modules/ctools/tests/object_cache.test',
45206   'hash' => '18e03c7760a2fc8858d801479ec5471b8c93bd4044c80db557c5e77e7ab20d79',
45207 ))
45208 ->values(array(
45209   'filename' => 'sites/all/modules/date/date.migrate.inc',
45210   'hash' => '47ffb48daf97c13ef154cf2ffff577018f02a7091b85dfb39e9c2c89e1da6a5d',
45211 ))
45212 ->values(array(
45213   'filename' => 'sites/all/modules/date/date_api/date_api.module',
45214   'hash' => 'af2124c5727d839871309b31fe288fe3945d6ef67eb469ddcc02839be98860dc',
45215 ))
45216 ->values(array(
45217   'filename' => 'sites/all/modules/date/date_api/date_api_sql.inc',
45218   'hash' => '5a484b487c13fd6094348e2011c19e72d6c6c9ceb0b0a4143ef5542cd1c495fa',
45219 ))
45220 ->values(array(
45221   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat.test',
45222   'hash' => '3702268fa89aa7ed9bcae025f0fb21bd67f90e89d53122049854de60a5316d4a',
45223 ))
45224 ->values(array(
45225   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat_form.test',
45226   'hash' => '2ec4e5d57d5b9f1adf81505d40890c63dc684f2d0f00669b9c8c12518eb3bf4a',
45227 ))
45228 ->values(array(
45229   'filename' => 'sites/all/modules/date/date_tools/tests/date_tools.test',
45230   'hash' => 'bdb9b310295207ce2284b23556810296e1477b9604e98a3d0fb21aba7da04394',
45231 ))
45232 ->values(array(
45233   'filename' => 'sites/all/modules/date/tests/date.test',
45234   'hash' => '6cb38e9ed60bfdfa268051b47fcad699f1c8104accc7286abafbeddbbc9d143c',
45235 ))
45236 ->values(array(
45237   'filename' => 'sites/all/modules/date/tests/date_api.test',
45238   'hash' => '280148ca742592a1e22f663fe4d810532b95d09975db0182347a0bbd6917f996',
45239 ))
45240 ->values(array(
45241   'filename' => 'sites/all/modules/date/tests/date_field.test',
45242   'hash' => 'bae59aee63ed204e27909709e59eeae1a6192e5f7456de2ce2cce06c49732dc4',
45243 ))
45244 ->values(array(
45245   'filename' => 'sites/all/modules/date/tests/date_migrate.test',
45246   'hash' => 'a43f448732d474c5136d89ff560b7e14c1ff5622f9c35a1998aa0570cd0c536c',
45247 ))
45248 ->values(array(
45249   'filename' => 'sites/all/modules/date/tests/date_timezone.test',
45250   'hash' => '598ac52aa82f79fe90faa401c2c6dc7114295c0321800ea9a9b4058717d00409',
45251 ))
45252 ->values(array(
45253   'filename' => 'sites/all/modules/date/tests/date_validation.test',
45254   'hash' => '2e4d27c29192c9d55eb27b985d7e9838702c4324d36ed6e3a85999e9f25ada99',
45255 ))
45256 ->values(array(
45257   'filename' => 'sites/all/modules/date/tests/date_views_pager.test',
45258   'hash' => 'aceff66e11dd3ea418e9905b28384432f4fe7cf9746e711cf56add73e64336dd',
45259 ))
45260 ->values(array(
45261   'filename' => 'sites/all/modules/date/tests/date_views_popup.test',
45262   'hash' => '0684ad4977093fd7338eb045f85ceda195e82f50bd33fecbf0dca00e42b0385e',
45263 ))
45264 ->values(array(
45265   'filename' => 'sites/all/modules/email/email.migrate.inc',
45266   'hash' => 'bf3859ca39a3e5570e4ac862858f066668caab33841d65bdfa229c8445e12d5a',
45267 ))
45268 ->values(array(
45269   'filename' => 'sites/all/modules/entity/entity.features.inc',
45270   'hash' => '47261e1f4f39ac3707a16fdea8a8147c09df1281bcb4b9e46b0c8120603137e8',
45271 ))
45272 ->values(array(
45273   'filename' => 'sites/all/modules/entity/entity.i18n.inc',
45274   'hash' => '41e0e62af7e2774f62b162d597bb3244551c280296b692b29d039a2c243d7059',
45275 ))
45276 ->values(array(
45277   'filename' => 'sites/all/modules/entity/entity.info.inc',
45278   'hash' => '8799080b9393c9560e64feae1276fb7d26fef4d92bb0edacc863ee3e7b67bf04',
45279 ))
45280 ->values(array(
45281   'filename' => 'sites/all/modules/entity/entity.rules.inc',
45282   'hash' => '774199059d1b3ebe6d3fe7a49dbb1550df489055a3d066b5de54edda8dd7ba84',
45283 ))
45284 ->values(array(
45285   'filename' => 'sites/all/modules/entity/entity.test',
45286   'hash' => 'df253128e41f152b45ef30b5674009c51cf4112450e5dad8e815f39ced280db5',
45287 ))
45288 ->values(array(
45289   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
45290   'hash' => '342db185e6170b63c59a9b360a196eb322edb9a5b8c7819f66b0eae48ed13ebd',
45291 ))
45292 ->values(array(
45293   'filename' => 'sites/all/modules/entity/includes/entity.inc',
45294   'hash' => '57411fa3d7b5cd2afe8b84f20c1741f48c32673a9da07bd2c35d4a11c50c640e',
45295 ))
45296 ->values(array(
45297   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
45298   'hash' => '65739b31af0e6b422919c17805799dc99143fd89cacfb56b9186e26ece2d0df2',
45299 ))
45300 ->values(array(
45301   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
45302   'hash' => '0db08cbb6b730035e3e9a483e6e5c06a744a73f19e4ca83936446b44f0c3d158',
45303 ))
45304 ->values(array(
45305   'filename' => 'sites/all/modules/entity/views/entity.views.inc',
45306   'hash' => 'de657f42389ed6832df787e4b618d8d7117b60d145d34ce5dcf3a5b65db29df9',
45307 ))
45308 ->values(array(
45309   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_field_handler_helper.inc',
45310   'hash' => '4ec395881109a71327ab8d7c5b5702bef30288ca66557e44e8539cc15a2135bb',
45311 ))
45312 ->values(array(
45313   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_area_entity.inc',
45314   'hash' => '7b7bb88e53861739b7279f705f0492fc83ce95f5b20d89339480f546422ebf25',
45315 ))
45316 ->values(array(
45317   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_boolean.inc',
45318   'hash' => 'b28b8eee8761ba7a6af35d97ab7aaee28406e6c227271f9769818560626c5791',
45319 ))
45320 ->values(array(
45321   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_date.inc',
45322   'hash' => 'b0f5be5b399de94934b24e84c8cf6053a043f6b00c60dcffa752daeafdd38778',
45323 ))
45324 ->values(array(
45325   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_duration.inc',
45326   'hash' => 'ed7bb64cb63b94a20c8cde98cfb053b5ea252804396cf61ac562faf1d850266b',
45327 ))
45328 ->values(array(
45329   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_entity.inc',
45330   'hash' => '4f255918a22fefebe9c7734f200751457a7ca4d3648e32a98511bb51968d7521',
45331 ))
45332 ->values(array(
45333   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_field.inc',
45334   'hash' => '893121efbce2a7181e31147bade260c9cc657cbd33b0d254cb28b2650e57566d',
45335 ))
45336 ->values(array(
45337   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_numeric.inc',
45338   'hash' => 'f14e2b063930e8820af381b4f5e83c7278440e7804ab88cfde865b6c94e7c0f6',
45339 ))
45340 ->values(array(
45341   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_options.inc',
45342   'hash' => '27ef31b8ee7b9999930380d6a5fdb477772329c4ddbd5c70cc34bcdc7543ce56',
45343 ))
45344 ->values(array(
45345   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_text.inc',
45346   'hash' => '5fb0a85d35d29944c699ceaf6efed5eda2df757009e44caba8ff2be397568b60',
45347 ))
45348 ->values(array(
45349   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_uri.inc',
45350   'hash' => '79ecaa3eb17dfdd0ca077351b75a2c0adf411ebc04720e7cc0e2397674225f24',
45351 ))
45352 ->values(array(
45353   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship.inc',
45354   'hash' => 'b69bc538d1e1e0f91f8485ca54c3b6e2be025caa47619734c467377cf89041b9',
45355 ))
45356 ->values(array(
45357   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship_by_bundle.inc',
45358   'hash' => '65300c793c4591d60ad908dc02cf3148fe4e899fa6ad218e875fd92d411374dc',
45359 ))
45360 ->values(array(
45361   'filename' => 'sites/all/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc',
45362   'hash' => 'ba557790215f2658146424d933e0d17787a0b15180c5815f23428448ccf056a0',
45363 ))
45364 ->values(array(
45365   'filename' => 'sites/all/modules/entityreference/entityreference.migrate.inc',
45366   'hash' => '617c6c49e6e0fa4d106cfb49b61a6994b5520934ac3b64a8400a9d969eab7c59',
45367 ))
45368 ->values(array(
45369   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
45370   'hash' => 'a7959ddece2ce3490f92d916162e07aed313e28ca299ca0375bad633b42d93e3',
45371 ))
45372 ->values(array(
45373   'filename' => 'sites/all/modules/entityreference/plugins/behavior/EntityReferenceBehavior_TaxonomyIndex.class.php',
45374   'hash' => '92fa0cf46ecdf6200659646e6666c562ea506c40efa41a8edd4758dc0c551b92',
45375 ))
45376 ->values(array(
45377   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
45378   'hash' => '7ecf94f5dc3456e4a5c87117d19deb98c368617fb07d610505b1dfa351f14a0b',
45379 ))
45380 ->values(array(
45381   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
45382   'hash' => 'e9a8a3c693ed24218d00c10c445cdb21daed10a26e6b55e5c9d6a8c616cfd871',
45383 ))
45384 ->values(array(
45385   'filename' => 'sites/all/modules/entityreference/plugins/selection/views.inc',
45386   'hash' => '7bbe8900b6b71c2d41e370deaccca869884d0fe9ca81772d7d5bca5f58ec1cd8',
45387 ))
45388 ->values(array(
45389   'filename' => 'sites/all/modules/entityreference/tests/entityreference.admin.test',
45390   'hash' => 'bcd6516be3099ae87a4c3d41add08edd17eafb4244db8442c5dc15f19ebde7ae',
45391 ))
45392 ->values(array(
45393   'filename' => 'sites/all/modules/entityreference/tests/entityreference.feeds.test',
45394   'hash' => '320c7480b1758e4d80e91c0a6ea3d43b6b35d1adfe00b6155b61ef786510bb7c',
45395 ))
45396 ->values(array(
45397   'filename' => 'sites/all/modules/entityreference/tests/entityreference.handlers.test',
45398   'hash' => '2fa170925ac5303c519378f1763e918cc2f111205220d90998b547a08db90d8c',
45399 ))
45400 ->values(array(
45401   'filename' => 'sites/all/modules/entityreference/tests/entityreference.taxonomy.test',
45402   'hash' => '8e4f7d9ae621df0f587b6fcbf139adea2a35c69305ef018ced88447a41164c5f',
45403 ))
45404 ->values(array(
45405   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_display.inc',
45406   'hash' => '9216a065ea4fdb2daacb1280e5c9549e3400b8553b5293534cf65a0d703ab189',
45407 ))
45408 ->values(array(
45409   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_row_fields.inc',
45410   'hash' => '7f5a58c099c2df6fd1c3ae285197a4648841d44fa107bcb2064bc1edf435ea8b',
45411 ))
45412 ->values(array(
45413   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_style.inc',
45414   'hash' => 'ad9a7ea5a37c2d9658c2b1d19ade3011c27ed5d9959423ebf7a390372507e6b0',
45415 ))
45416 ->values(array(
45417   'filename' => 'sites/all/modules/link/link.migrate.inc',
45418   'hash' => '0a17ff0daa79813174fff92e9db787e75e710fe757b6924eec193c66fe13f3df',
45419 ))
45420 ->values(array(
45421   'filename' => 'sites/all/modules/link/link.module',
45422   'hash' => '3fdf23f9f409b80df5eee57207a5045c566422cef14128306835f7b1b03a5e66',
45423 ))
45424 ->values(array(
45425   'filename' => 'sites/all/modules/link/tests/link.attribute.test',
45426   'hash' => '8c21045dbcf346edf8dc70c157d02074dd87372d4f60e7f5a4ae11683cd79399',
45427 ))
45428 ->values(array(
45429   'filename' => 'sites/all/modules/link/tests/link.crud.test',
45430   'hash' => 'de19e2c5e8c6cb02f25d7051bdd1db77852379ac59ce8185c25b4bf927478f22',
45431 ))
45432 ->values(array(
45433   'filename' => 'sites/all/modules/link/tests/link.crud_browser.test',
45434   'hash' => '07794771164033e14a635625ad08fdbcdc4dafa154db2ec0bd9a95ca30202eb5',
45435 ))
45436 ->values(array(
45437   'filename' => 'sites/all/modules/link/tests/link.test',
45438   'hash' => 'fe5d8cd577fbfc07929e7216e115530a28777ace9b7135fbc853a3a78d550456',
45439 ))
45440 ->values(array(
45441   'filename' => 'sites/all/modules/link/tests/link.token.test',
45442   'hash' => '930af3b64ccabd58a14c8f596ee4b908596b4bee64174bfa34d55fbab7173da4',
45443 ))
45444 ->values(array(
45445   'filename' => 'sites/all/modules/link/tests/link.validate.test',
45446   'hash' => '4fb3d9124767f43332f2e40bcca3aba98575dd1f6a286adfc8831607823986c5',
45447 ))
45448 ->values(array(
45449   'filename' => 'sites/all/modules/link/views/link_views_handler_argument_target.inc',
45450   'hash' => 'd77c23c6b085382c63e7dbce3d95afc9756517edcdc4cd455892d8333520d4c9',
45451 ))
45452 ->values(array(
45453   'filename' => 'sites/all/modules/link/views/link_views_handler_filter_protocol.inc',
45454   'hash' => 'e10a0d2de73bfa9a56fadbac023c6ac16022ced40c0444ab6ffed1b5d7ea7358',
45455 ))
45456 ->values(array(
45457   'filename' => 'sites/all/modules/phone/phone.migrate.inc',
45458   'hash' => 'd7422e56ab02e4b55b2fdb9ea185a876fd6164446b0c4f66b5c0e70071d7e708',
45459 ))
45460 ->values(array(
45461   'filename' => 'sites/all/modules/phone/tests/phone.au.test',
45462   'hash' => '0b920ca34f5255c6d49b0138b9bd58fa9e430fa11e33e93ab3cd248c2b4ad0fe',
45463 ))
45464 ->values(array(
45465   'filename' => 'sites/all/modules/phone/tests/phone.be.test',
45466   'hash' => '311af0608d86bb10a02e393a2d9e541a409b081088f353eacee6ceb864130a98',
45467 ))
45468 ->values(array(
45469   'filename' => 'sites/all/modules/phone/tests/phone.br.test',
45470   'hash' => '93bad68cd3e4560cc05914aeaee8bb9056591b46917d7295f9a3d4feca89e739',
45471 ))
45472 ->values(array(
45473   'filename' => 'sites/all/modules/phone/tests/phone.ca.test',
45474   'hash' => '6f425a856adb70fb250fc8823bc010afab781839695c9ecb5f7be38bf7710348',
45475 ))
45476 ->values(array(
45477   'filename' => 'sites/all/modules/phone/tests/phone.ch.test',
45478   'hash' => 'ab8fa50c459d6e11d773c597320859d07bfdbf5ab7715bd505cff025980b7070',
45479 ))
45480 ->values(array(
45481   'filename' => 'sites/all/modules/phone/tests/phone.cl.test',
45482   'hash' => '2cc581962d4367c476b2010f10de7acb3bc9ab52177bb52694e28a88d54d48a1',
45483 ))
45484 ->values(array(
45485   'filename' => 'sites/all/modules/phone/tests/phone.cn.test',
45486   'hash' => 'e36269835b0d5673684887cf33831a254e7b2110b98dc35a60102246901c244d',
45487 ))
45488 ->values(array(
45489   'filename' => 'sites/all/modules/phone/tests/phone.cr.test',
45490   'hash' => '04c3aab79d2c75104d0ce9a9a84f84443303289bafce79b43f06d90cbc4c78b0',
45491 ))
45492 ->values(array(
45493   'filename' => 'sites/all/modules/phone/tests/phone.cs.test',
45494   'hash' => '3e90d66bedebd4c66b46526fb4877340b6b0c2d4bcd7557e477b5b9c52727d9a',
45495 ))
45496 ->values(array(
45497   'filename' => 'sites/all/modules/phone/tests/phone.eg.test',
45498   'hash' => 'f0568e235c65fc625cc2eca359c0062771df5755460cb6003ae8c5197aca67f9',
45499 ))
45500 ->values(array(
45501   'filename' => 'sites/all/modules/phone/tests/phone.es.test',
45502   'hash' => '8a8bfa8827e42a79d89720cec22c9246ff463cc8bae89f78394b61fbd676614e',
45503 ))
45504 ->values(array(
45505   'filename' => 'sites/all/modules/phone/tests/phone.fr.test',
45506   'hash' => '76dc4de9eb4547e3a27298a93fb9949f5d354b3464ec268df9da496783093115',
45507 ))
45508 ->values(array(
45509   'filename' => 'sites/all/modules/phone/tests/phone.hu.test',
45510   'hash' => '57aee8805078b0281c4722e80d721fbcc6dec739b7258bc9843139fd2652471f',
45511 ))
45512 ->values(array(
45513   'filename' => 'sites/all/modules/phone/tests/phone.il.test',
45514   'hash' => '5dba7aa580c087df4d0d9e8a9d8a00a0203a3217cce2e14a26fc18371964f5d5',
45515 ))
45516 ->values(array(
45517   'filename' => 'sites/all/modules/phone/tests/phone.int.test',
45518   'hash' => '99b33e5ec1d232106ce3be0adf8fb7a9e57ee2bb82536408ec60978561ac0a5f',
45519 ))
45520 ->values(array(
45521   'filename' => 'sites/all/modules/phone/tests/phone.it.test',
45522   'hash' => 'dc80b84ed335e2989a36b3ffc7d670ff4106daa665e26df550c0dcf96915c056',
45523 ))
45524 ->values(array(
45525   'filename' => 'sites/all/modules/phone/tests/phone.jo.test',
45526   'hash' => '0c30dc4baccba8ddb4f2c55cfc2b79ceb736769bdc664e6189d1b5e7cd348e00',
45527 ))
45528 ->values(array(
45529   'filename' => 'sites/all/modules/phone/tests/phone.nl.test',
45530   'hash' => '33431240ce625582f22a5ae98066efd7ac57176a1d3e18a2a0f702ea43418637',
45531 ))
45532 ->values(array(
45533   'filename' => 'sites/all/modules/phone/tests/phone.nz.test',
45534   'hash' => '3a4cbb625f3c8de015b99ed1bc712f4cd41a3819ac9aea75170ad202297e46bc',
45535 ))
45536 ->values(array(
45537   'filename' => 'sites/all/modules/phone/tests/phone.pa.test',
45538   'hash' => 'd8fb12e636cd5028ab15e35f61d01d2d15e9e22f40724bf57f5958d6261720b7',
45539 ))
45540 ->values(array(
45541   'filename' => 'sites/all/modules/phone/tests/phone.ph.test',
45542   'hash' => '56727122712ea07bdded9df15449ffe1e605c5e64cebf599876a49e3b0bbb616',
45543 ))
45544 ->values(array(
45545   'filename' => 'sites/all/modules/phone/tests/phone.pk.test',
45546   'hash' => 'd061a6aa870b6a2607cfdb074d5d9ed5719e02fa298f69d38349b742335d8bb8',
45547 ))
45548 ->values(array(
45549   'filename' => 'sites/all/modules/phone/tests/phone.pl.test',
45550   'hash' => 'b9a2079d3d93909513d1c7b10054fddcea114529ac3f0d0cbbc674c547476180',
45551 ))
45552 ->values(array(
45553   'filename' => 'sites/all/modules/phone/tests/phone.ru.test',
45554   'hash' => 'f2f8c62e441ca34552754337f63ac7db81dceff3ebb984bfad3ad0ad19ca2072',
45555 ))
45556 ->values(array(
45557   'filename' => 'sites/all/modules/phone/tests/phone.se.test',
45558   'hash' => '7cb5c273d1f5d19533130da5417a4208c31f7ef8fd4d336972af202e64f05fd9',
45559 ))
45560 ->values(array(
45561   'filename' => 'sites/all/modules/phone/tests/phone.sg.test',
45562   'hash' => 'f76557ba04ad21f81b010f1cd6e649b7fa9eaf1df6acbcd7ac1c7fa60945f29e',
45563 ))
45564 ->values(array(
45565   'filename' => 'sites/all/modules/phone/tests/phone.ua.test',
45566   'hash' => '7441058b561f294da5dca24a367c5cb37bd043c4cb4a55606240d1843a244e56',
45567 ))
45568 ->values(array(
45569   'filename' => 'sites/all/modules/phone/tests/phone.uk.test',
45570   'hash' => 'a42cde9cb4ffbdab1974f56bbdf1f6fe9987f1a5d5713d11c0d3cdc6e0cb34c3',
45571 ))
45572 ->values(array(
45573   'filename' => 'sites/all/modules/phone/tests/phone.za.test',
45574   'hash' => 'c5491ab663972aa23ae2f917a0fc605a6136f02e1b207d3fc650ed1f251359ee',
45575 ))
45576 ->values(array(
45577   'filename' => 'sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test',
45578   'hash' => 'b8b417ef0e05806a88bd7d5e2f7dcb41339fbf5b66f39311defc9fb65476d561',
45579 ))
45580 ->values(array(
45581   'filename' => 'sites/all/modules/views/tests/comment/views_handler_filter_comment_user_uid.test',
45582   'hash' => '347c6ffd4383706dbde844235aaf31cff44a22e95d2e6d8ef4da34a41b70edd1',
45583 ))
45584 ->values(array(
45585   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
45586   'hash' => '53e6d57c2d1d6cd0cd92e15ca4077ba532214daf41e9c7c0f940c7c8dbd86a66',
45587 ))
45588 ->values(array(
45589   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_area_text.test',
45590   'hash' => 'af74a74a3357567b844606add76d7ca1271317778dd7bd245a216cf963c738b4',
45591 ))
45592 ->values(array(
45593   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_null.test',
45594   'hash' => '1d174e1f467b905d67217bd755100d78ffeca4aa4ada5c4be40270cd6d30b721',
45595 ))
45596 ->values(array(
45597   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_string.test',
45598   'hash' => '3d0213af0041146abb61dcdc750869ed773d0ac80cfa74ffbadfdd03b1f11c52',
45599 ))
45600 ->values(array(
45601   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field.test',
45602   'hash' => 'af552bf825ab77486b3d0d156779b7c4806ce5a983c6116ad68b633daf9bb927',
45603 ))
45604 ->values(array(
45605   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_boolean.test',
45606   'hash' => 'd334b12a850f36b41fe89ab30a9d758fd3ce434286bd136404344b7b288460ae',
45607 ))
45608 ->values(array(
45609   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_counter.test',
45610   'hash' => '75b31942adf06b107f5ffd3c97545fde8cd1040b1d00f682e3c7c1320026e26c',
45611 ))
45612 ->values(array(
45613   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_custom.test',
45614   'hash' => '1446bc3d5a6b1180a79edfa46a5268dbf7f089836aa3bc45df00ddaff9dd0ce1',
45615 ))
45616 ->values(array(
45617   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_date.test',
45618   'hash' => '6f45326d7f74127956d9d8e4d7ad96a4beb0f66175fa40daf1d618d1a5fa996d',
45619 ))
45620 ->values(array(
45621   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_size.test',
45622   'hash' => '49184db68af398a54e81c8a76261acd861da8fd7846b9d51dcf476d61396bfb9',
45623 ))
45624 ->values(array(
45625   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_math.test',
45626   'hash' => '6e39e4f782e6b36151ceafb41a5509f7c661be79b393b24f6f5496d724535887',
45627 ))
45628 ->values(array(
45629   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_url.test',
45630   'hash' => 'b41f762a71594b438a2e60a79c8260ba54e6305635725b0747e29f0d3ffe08c9',
45631 ))
45632 ->values(array(
45633   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_xss.test',
45634   'hash' => 'f129ee16c03f84673e33990cbb2da5aa88c362f46e9ba1620b2a842ffd1c9cd2',
45635 ))
45636 ->values(array(
45637   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_combine.test',
45638   'hash' => '05842d83a11822afe7d566835f5db9f0f94fdb27ddfc388d38138767bdf36f8b',
45639 ))
45640 ->values(array(
45641   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_date.test',
45642   'hash' => '045cc449b68bbd5526071bf38c505b6d44f6c91868273c3120705c3bad250aee',
45643 ))
45644 ->values(array(
45645   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_equality.test',
45646   'hash' => 'c88f21c9cbf1aae83393b26616908f8020c18fe378d76256c7ba192df2ec17af',
45647 ))
45648 ->values(array(
45649   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_in_operator.test',
45650   'hash' => '89420a4071677232e0eb82b184b37b818a82bdb2ff90a8b21293f9ecb21808bf',
45651 ))
45652 ->values(array(
45653   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_numeric.test',
45654   'hash' => '35ac7a34e696b979e86ef7209b6697098d9abe218e30a02cc4fe39fb11f2a852',
45655 ))
45656 ->values(array(
45657   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_string.test',
45658   'hash' => 'b7d090780748faad478e619fd55673d746d4a0cf343d9e40ea96881324c34cbd',
45659 ))
45660 ->values(array(
45661   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort.test',
45662   'hash' => 'f4ff79e6bc54e83c4eb2777811f33702b7e9fe7416ef70ae00d100fa54d44fec',
45663 ))
45664 ->values(array(
45665   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_date.test',
45666   'hash' => 'f548584d7c6a71cabd3ce07e04053a38df3f3e1685210ce8114238fd05344c10',
45667 ))
45668 ->values(array(
45669   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_random.test',
45670   'hash' => '4fdba9bf05a26720ffa97e7a37da65ddc9044bd2832f8c89007b82feb062f182',
45671 ))
45672 ->values(array(
45673   'filename' => 'sites/all/modules/views/tests/node/views_node_revision_relations.test',
45674   'hash' => '9467497a6d693615b48c8f57611a850002317bcb091b926d2efbbe56a4e61480',
45675 ))
45676 ->values(array(
45677   'filename' => 'sites/all/modules/views/tests/plugins/views_plugin_display.test',
45678   'hash' => '4a6b136543a60999604c54125fa9d4f5aa61a5dcc71e2133d89325d81bc0fc2d',
45679 ))
45680 ->values(array(
45681   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style.test',
45682   'hash' => 'fb6c3279645fbcc1126acb3e1c908189e5240c647f81dcfd9b0761570c99d269',
45683 ))
45684 ->values(array(
45685   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_base.test',
45686   'hash' => '54fb7816d18416d8b0db67e9f55aa2aa50ac204eb9311be14b6700b7d7a95ae7',
45687 ))
45688 ->values(array(
45689   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_jump_menu.test',
45690   'hash' => 'b88baa8aebe183943a6e4cf2df314fef13ac41b5844cd5fa4aa91557dd624895',
45691 ))
45692 ->values(array(
45693   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_mapping.test',
45694   'hash' => 'a4e68bc8cfbeff4a1d9b8085fd115bfe7a8c4b84c049573fa0409b0dc8c2f053',
45695 ))
45696 ->values(array(
45697   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_unformatted.test',
45698   'hash' => '033ca29d41af47cd7bd12d50fea6c956dde247202ebda9df7f637111481bb51d',
45699 ))
45700 ->values(array(
45701   'filename' => 'sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test',
45702   'hash' => '6074f5c7ae63225ea0cd26626ace6c017740e226f4d3c234e39869c31308223d',
45703 ))
45704 ->values(array(
45705   'filename' => 'sites/all/modules/views/tests/user/views_handler_field_user_name.test',
45706   'hash' => '69641b6da26d8daee9a2ceb2d0df56668bf09b86db1d4071c275b6e8d0885f9e',
45707 ))
45708 ->values(array(
45709   'filename' => 'sites/all/modules/views/tests/user/views_user.test',
45710   'hash' => 'fbb63b42a0b7051bd4d33cf36841f39d7cc13a63b0554eca431b2a08c19facae',
45711 ))
45712 ->values(array(
45713   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_default.test',
45714   'hash' => '6423f2db7673763991b1fd0c452a7d84413c7dd888ca6c95545fadc531cfaaf4',
45715 ))
45716 ->values(array(
45717   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_validate.test',
45718   'hash' => 'c88c9e5d162958f8924849758486a0d83822ada06088f5cf71bfbe76932d8d84',
45719 ))
45720 ->values(array(
45721   'filename' => 'sites/all/modules/views/tests/views_access.test',
45722   'hash' => 'f8b9d04b43c09a67ec722290a30408c1df8c163cf6e5863b41468bb4e381ee6f',
45723 ))
45724 ->values(array(
45725   'filename' => 'sites/all/modules/views/tests/views_analyze.test',
45726   'hash' => '5548e36c99bb626209d63e5cddbc31f49ad83865c983d2662c6826b328d24ffb',
45727 ))
45728 ->values(array(
45729   'filename' => 'sites/all/modules/views/tests/views_argument_default.test',
45730   'hash' => '5950937aae4608bba5b86f366ef3a56cc6518bbccfeaeacda79fa13246d220e4',
45731 ))
45732 ->values(array(
45733   'filename' => 'sites/all/modules/views/tests/views_argument_validator.test',
45734   'hash' => '31f8f49946c8aa3b03d6d9a2281bdfb11c54071b28e83fb3e827ca6ff5e38c88',
45735 ))
45736 ->values(array(
45737   'filename' => 'sites/all/modules/views/tests/views_basic.test',
45738   'hash' => '655bd33983f84bbea68a3f24bfab545d2c02f36a478566edf35a98a58ff0c6cf',
45739 ))
45740 ->values(array(
45741   'filename' => 'sites/all/modules/views/tests/views_cache.test',
45742   'hash' => '76316e1f026c2ab81ef91450b9d6d5985cbfab087f839ea0edd112209bf84fd9',
45743 ))
45744 ->values(array(
45745   'filename' => 'sites/all/modules/views/tests/views_exposed_form.test',
45746   'hash' => '2b2b16373af8ecade91d7c77bd8c2da8286a33bde554874f5d81399d201c3228',
45747 ))
45748 ->values(array(
45749   'filename' => 'sites/all/modules/views/tests/views_glossary.test',
45750   'hash' => '118d50177a68a6f88e3727e10f8bcc6f95176282cc42fbd604458eeb932a36e8',
45751 ))
45752 ->values(array(
45753   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
45754   'hash' => 'ac6ca55f084f4884c06437815ccfa5c4d10bfef808c3f6f17a4f69537794a992',
45755 ))
45756 ->values(array(
45757   'filename' => 'sites/all/modules/views/tests/views_handlers.test',
45758   'hash' => 'a696e3d6b1748da03a04ac532f403700d07c920b9c405c628a6c94ea6764f501',
45759 ))
45760 ->values(array(
45761   'filename' => 'sites/all/modules/views/tests/views_module.test',
45762   'hash' => '3939798f2f679308903d4845f5625dd60df6110aec2615e33ab81e854d0b7e73',
45763 ))
45764 ->values(array(
45765   'filename' => 'sites/all/modules/views/tests/views_pager.test',
45766   'hash' => '6f448c8c13c5177afb35103119d6281958a2d6dbdfb96ae5f4ee77cb3b44adc5',
45767 ))
45768 ->values(array(
45769   'filename' => 'sites/all/modules/views/tests/views_query.test',
45770   'hash' => '1ab587994dc43b1315e9a534d005798aecaa14182ba23a2b445e56516b9528cb',
45771 ))
45772 ->values(array(
45773   'filename' => 'sites/all/modules/views/tests/views_translatable.test',
45774   'hash' => '6899c7b09ab72c262480cf78d200ecddfb683e8f2495438a55b35ae0e103a1b3',
45775 ))
45776 ->values(array(
45777   'filename' => 'sites/all/modules/views/tests/views_ui.test',
45778   'hash' => 'f9687a363d7cc2828739583e3eedeb68c99acd505ff4e3036c806a42b93a2688',
45779 ))
45780 ->values(array(
45781   'filename' => 'sites/all/modules/views/tests/views_upgrade.test',
45782   'hash' => 'c48bd74b85809dd78d963e525e38f3b6dd7e12aa249f73bd6a20247a40d6713a',
45783 ))
45784 ->values(array(
45785   'filename' => 'sites/all/modules/views/tests/views_view.test',
45786   'hash' => 'a52e010d27cc2eb29804a3acd30f574adf11fad1f5860e431178b61cddbdbb69',
45787 ))
45788 ->execute();
45789
45790 $connection->schema()->createTable('role', array(
45791   'fields' => array(
45792     'rid' => array(
45793       'type' => 'serial',
45794       'not null' => TRUE,
45795       'size' => 'normal',
45796       'unsigned' => TRUE,
45797     ),
45798     'name' => array(
45799       'type' => 'varchar',
45800       'not null' => TRUE,
45801       'length' => '64',
45802       'default' => '',
45803     ),
45804     'weight' => array(
45805       'type' => 'int',
45806       'not null' => TRUE,
45807       'size' => 'normal',
45808       'default' => '0',
45809     ),
45810   ),
45811   'primary key' => array(
45812     'rid',
45813   ),
45814   'mysql_character_set' => 'utf8',
45815 ));
45816
45817 $connection->insert('role')
45818 ->fields(array(
45819   'rid',
45820   'name',
45821   'weight',
45822 ))
45823 ->values(array(
45824   'rid' => '1',
45825   'name' => 'anonymous user',
45826   'weight' => '0',
45827 ))
45828 ->values(array(
45829   'rid' => '2',
45830   'name' => 'authenticated user',
45831   'weight' => '1',
45832 ))
45833 ->values(array(
45834   'rid' => '3',
45835   'name' => 'administrator',
45836   'weight' => '2',
45837 ))
45838 ->execute();
45839
45840 $connection->schema()->createTable('role_permission', array(
45841   'fields' => array(
45842     'rid' => array(
45843       'type' => 'int',
45844       'not null' => TRUE,
45845       'size' => 'normal',
45846       'unsigned' => TRUE,
45847     ),
45848     'permission' => array(
45849       'type' => 'varchar',
45850       'not null' => TRUE,
45851       'length' => '128',
45852       'default' => '',
45853     ),
45854     'module' => array(
45855       'type' => 'varchar',
45856       'not null' => TRUE,
45857       'length' => '255',
45858       'default' => '',
45859     ),
45860   ),
45861   'primary key' => array(
45862     'rid',
45863     'permission',
45864   ),
45865   'mysql_character_set' => 'utf8',
45866 ));
45867
45868 $connection->insert('role_permission')
45869 ->fields(array(
45870   'rid',
45871   'permission',
45872   'module',
45873 ))
45874 ->values(array(
45875   'rid' => '3',
45876   'permission' => 'access administration pages',
45877   'module' => 'system',
45878 ))
45879 ->values(array(
45880   'rid' => '3',
45881   'permission' => 'access all views',
45882   'module' => 'views',
45883 ))
45884 ->values(array(
45885   'rid' => '1',
45886   'permission' => 'access comments',
45887   'module' => 'comment',
45888 ))
45889 ->values(array(
45890   'rid' => '2',
45891   'permission' => 'access comments',
45892   'module' => 'comment',
45893 ))
45894 ->values(array(
45895   'rid' => '3',
45896   'permission' => 'access comments',
45897   'module' => 'comment',
45898 ))
45899 ->values(array(
45900   'rid' => '1',
45901   'permission' => 'access content',
45902   'module' => 'node',
45903 ))
45904 ->values(array(
45905   'rid' => '2',
45906   'permission' => 'access content',
45907   'module' => 'node',
45908 ))
45909 ->values(array(
45910   'rid' => '3',
45911   'permission' => 'access content',
45912   'module' => 'node',
45913 ))
45914 ->values(array(
45915   'rid' => '3',
45916   'permission' => 'access content overview',
45917   'module' => 'node',
45918 ))
45919 ->values(array(
45920   'rid' => '3',
45921   'permission' => 'access contextual links',
45922   'module' => 'contextual',
45923 ))
45924 ->values(array(
45925   'rid' => '3',
45926   'permission' => 'access dashboard',
45927   'module' => 'dashboard',
45928 ))
45929 ->values(array(
45930   'rid' => '3',
45931   'permission' => 'access news feeds',
45932   'module' => 'aggregator',
45933 ))
45934 ->values(array(
45935   'rid' => '3',
45936   'permission' => 'access overlay',
45937   'module' => 'overlay',
45938 ))
45939 ->values(array(
45940   'rid' => '3',
45941   'permission' => 'access printer-friendly version',
45942   'module' => 'book',
45943 ))
45944 ->values(array(
45945   'rid' => '3',
45946   'permission' => 'access site in maintenance mode',
45947   'module' => 'system',
45948 ))
45949 ->values(array(
45950   'rid' => '3',
45951   'permission' => 'access site reports',
45952   'module' => 'system',
45953 ))
45954 ->values(array(
45955   'rid' => '3',
45956   'permission' => 'access site-wide contact form',
45957   'module' => 'contact',
45958 ))
45959 ->values(array(
45960   'rid' => '3',
45961   'permission' => 'access statistics',
45962   'module' => 'statistics',
45963 ))
45964 ->values(array(
45965   'rid' => '3',
45966   'permission' => 'access toolbar',
45967   'module' => 'toolbar',
45968 ))
45969 ->values(array(
45970   'rid' => '3',
45971   'permission' => 'access user contact forms',
45972   'module' => 'contact',
45973 ))
45974 ->values(array(
45975   'rid' => '3',
45976   'permission' => 'access user profiles',
45977   'module' => 'user',
45978 ))
45979 ->values(array(
45980   'rid' => '3',
45981   'permission' => 'add content to books',
45982   'module' => 'book',
45983 ))
45984 ->values(array(
45985   'rid' => '3',
45986   'permission' => 'administer actions',
45987   'module' => 'system',
45988 ))
45989 ->values(array(
45990   'rid' => '3',
45991   'permission' => 'administer blocks',
45992   'module' => 'block',
45993 ))
45994 ->values(array(
45995   'rid' => '3',
45996   'permission' => 'administer book outlines',
45997   'module' => 'book',
45998 ))
45999 ->values(array(
46000   'rid' => '3',
46001   'permission' => 'administer comments',
46002   'module' => 'comment',
46003 ))
46004 ->values(array(
46005   'rid' => '3',
46006   'permission' => 'administer contact forms',
46007   'module' => 'contact',
46008 ))
46009 ->values(array(
46010   'rid' => '3',
46011   'permission' => 'administer content types',
46012   'module' => 'node',
46013 ))
46014 ->values(array(
46015   'rid' => '3',
46016   'permission' => 'administer filters',
46017   'module' => 'filter',
46018 ))
46019 ->values(array(
46020   'rid' => '3',
46021   'permission' => 'administer forums',
46022   'module' => 'forum',
46023 ))
46024 ->values(array(
46025   'rid' => '3',
46026   'permission' => 'administer image styles',
46027   'module' => 'image',
46028 ))
46029 ->values(array(
46030   'rid' => '3',
46031   'permission' => 'administer languages',
46032   'module' => 'locale',
46033 ))
46034 ->values(array(
46035   'rid' => '3',
46036   'permission' => 'administer menu',
46037   'module' => 'menu',
46038 ))
46039 ->values(array(
46040   'rid' => '3',
46041   'permission' => 'administer modules',
46042   'module' => 'system',
46043 ))
46044 ->values(array(
46045   'rid' => '3',
46046   'permission' => 'administer news feeds',
46047   'module' => 'aggregator',
46048 ))
46049 ->values(array(
46050   'rid' => '3',
46051   'permission' => 'administer nodes',
46052   'module' => 'node',
46053 ))
46054 ->values(array(
46055   'rid' => '3',
46056   'permission' => 'administer permissions',
46057   'module' => 'user',
46058 ))
46059 ->values(array(
46060   'rid' => '3',
46061   'permission' => 'administer search',
46062   'module' => 'search',
46063 ))
46064 ->values(array(
46065   'rid' => '3',
46066   'permission' => 'administer shortcuts',
46067   'module' => 'shortcut',
46068 ))
46069 ->values(array(
46070   'rid' => '3',
46071   'permission' => 'administer site configuration',
46072   'module' => 'system',
46073 ))
46074 ->values(array(
46075   'rid' => '3',
46076   'permission' => 'administer software updates',
46077   'module' => 'system',
46078 ))
46079 ->values(array(
46080   'rid' => '3',
46081   'permission' => 'administer statistics',
46082   'module' => 'statistics',
46083 ))
46084 ->values(array(
46085   'rid' => '3',
46086   'permission' => 'administer taxonomy',
46087   'module' => 'taxonomy',
46088 ))
46089 ->values(array(
46090   'rid' => '3',
46091   'permission' => 'administer themes',
46092   'module' => 'system',
46093 ))
46094 ->values(array(
46095   'rid' => '3',
46096   'permission' => 'administer unit tests',
46097   'module' => 'simpletest',
46098 ))
46099 ->values(array(
46100   'rid' => '3',
46101   'permission' => 'administer url aliases',
46102   'module' => 'path',
46103 ))
46104 ->values(array(
46105   'rid' => '3',
46106   'permission' => 'administer users',
46107   'module' => 'user',
46108 ))
46109 ->values(array(
46110   'rid' => '3',
46111   'permission' => 'administer views',
46112   'module' => 'views',
46113 ))
46114 ->values(array(
46115   'rid' => '3',
46116   'permission' => 'block IP addresses',
46117   'module' => 'system',
46118 ))
46119 ->values(array(
46120   'rid' => '3',
46121   'permission' => 'bypass node access',
46122   'module' => 'node',
46123 ))
46124 ->values(array(
46125   'rid' => '3',
46126   'permission' => 'cancel account',
46127   'module' => 'user',
46128 ))
46129 ->values(array(
46130   'rid' => '3',
46131   'permission' => 'change own username',
46132   'module' => 'user',
46133 ))
46134 ->values(array(
46135   'rid' => '3',
46136   'permission' => 'create article content',
46137   'module' => 'node',
46138 ))
46139 ->values(array(
46140   'rid' => '3',
46141   'permission' => 'create new books',
46142   'module' => 'book',
46143 ))
46144 ->values(array(
46145   'rid' => '3',
46146   'permission' => 'create page content',
46147   'module' => 'node',
46148 ))
46149 ->values(array(
46150   'rid' => '3',
46151   'permission' => 'create url aliases',
46152   'module' => 'path',
46153 ))
46154 ->values(array(
46155   'rid' => '3',
46156   'permission' => 'customize shortcut links',
46157   'module' => 'shortcut',
46158 ))
46159 ->values(array(
46160   'rid' => '3',
46161   'permission' => 'delete any article content',
46162   'module' => 'node',
46163 ))
46164 ->values(array(
46165   'rid' => '3',
46166   'permission' => 'delete any page content',
46167   'module' => 'node',
46168 ))
46169 ->values(array(
46170   'rid' => '3',
46171   'permission' => 'delete own article content',
46172   'module' => 'node',
46173 ))
46174 ->values(array(
46175   'rid' => '3',
46176   'permission' => 'delete own page content',
46177   'module' => 'node',
46178 ))
46179 ->values(array(
46180   'rid' => '3',
46181   'permission' => 'delete revisions',
46182   'module' => 'node',
46183 ))
46184 ->values(array(
46185   'rid' => '3',
46186   'permission' => 'delete terms in 1',
46187   'module' => 'taxonomy',
46188 ))
46189 ->values(array(
46190   'rid' => '3',
46191   'permission' => 'edit any article content',
46192   'module' => 'node',
46193 ))
46194 ->values(array(
46195   'rid' => '3',
46196   'permission' => 'edit any page content',
46197   'module' => 'node',
46198 ))
46199 ->values(array(
46200   'rid' => '3',
46201   'permission' => 'edit own article content',
46202   'module' => 'node',
46203 ))
46204 ->values(array(
46205   'rid' => '3',
46206   'permission' => 'edit own comments',
46207   'module' => 'comment',
46208 ))
46209 ->values(array(
46210   'rid' => '3',
46211   'permission' => 'edit own page content',
46212   'module' => 'node',
46213 ))
46214 ->values(array(
46215   'rid' => '3',
46216   'permission' => 'edit terms in 1',
46217   'module' => 'taxonomy',
46218 ))
46219 ->values(array(
46220   'rid' => '2',
46221   'permission' => 'post comments',
46222   'module' => 'comment',
46223 ))
46224 ->values(array(
46225   'rid' => '3',
46226   'permission' => 'post comments',
46227   'module' => 'comment',
46228 ))
46229 ->values(array(
46230   'rid' => '3',
46231   'permission' => 'revert revisions',
46232   'module' => 'node',
46233 ))
46234 ->values(array(
46235   'rid' => '3',
46236   'permission' => 'search content',
46237   'module' => 'search',
46238 ))
46239 ->values(array(
46240   'rid' => '3',
46241   'permission' => 'select account cancellation method',
46242   'module' => 'user',
46243 ))
46244 ->values(array(
46245   'rid' => '2',
46246   'permission' => 'skip comment approval',
46247   'module' => 'comment',
46248 ))
46249 ->values(array(
46250   'rid' => '3',
46251   'permission' => 'skip comment approval',
46252   'module' => 'comment',
46253 ))
46254 ->values(array(
46255   'rid' => '3',
46256   'permission' => 'switch shortcut sets',
46257   'module' => 'shortcut',
46258 ))
46259 ->values(array(
46260   'rid' => '3',
46261   'permission' => 'translate content',
46262   'module' => 'translation',
46263 ))
46264 ->values(array(
46265   'rid' => '3',
46266   'permission' => 'translate interface',
46267   'module' => 'locale',
46268 ))
46269 ->values(array(
46270   'rid' => '3',
46271   'permission' => 'use advanced search',
46272   'module' => 'search',
46273 ))
46274 ->values(array(
46275   'rid' => '3',
46276   'permission' => 'use PHP for settings',
46277   'module' => 'php',
46278 ))
46279 ->values(array(
46280   'rid' => '2',
46281   'permission' => 'use text format custom_text_format',
46282   'module' => 'filter',
46283 ))
46284 ->values(array(
46285   'rid' => '3',
46286   'permission' => 'use text format custom_text_format',
46287   'module' => 'filter',
46288 ))
46289 ->values(array(
46290   'rid' => '1',
46291   'permission' => 'use text format filtered_html',
46292   'module' => 'filter',
46293 ))
46294 ->values(array(
46295   'rid' => '2',
46296   'permission' => 'use text format filtered_html',
46297   'module' => 'filter',
46298 ))
46299 ->values(array(
46300   'rid' => '3',
46301   'permission' => 'use text format filtered_html',
46302   'module' => 'filter',
46303 ))
46304 ->values(array(
46305   'rid' => '3',
46306   'permission' => 'use text format full_html',
46307   'module' => 'filter',
46308 ))
46309 ->values(array(
46310   'rid' => '3',
46311   'permission' => 'view own unpublished content',
46312   'module' => 'node',
46313 ))
46314 ->values(array(
46315   'rid' => '3',
46316   'permission' => 'view post access counter',
46317   'module' => 'statistics',
46318 ))
46319 ->values(array(
46320   'rid' => '3',
46321   'permission' => 'view revisions',
46322   'module' => 'node',
46323 ))
46324 ->values(array(
46325   'rid' => '3',
46326   'permission' => 'view the administration theme',
46327   'module' => 'system',
46328 ))
46329 ->execute();
46330
46331 $connection->schema()->createTable('search_dataset', array(
46332   'fields' => array(
46333     'sid' => array(
46334       'type' => 'int',
46335       'not null' => TRUE,
46336       'size' => 'normal',
46337       'default' => '0',
46338       'unsigned' => TRUE,
46339     ),
46340     'type' => array(
46341       'type' => 'varchar',
46342       'not null' => TRUE,
46343       'length' => '16',
46344     ),
46345     'data' => array(
46346       'type' => 'text',
46347       'not null' => TRUE,
46348       'size' => 'normal',
46349     ),
46350     'reindex' => array(
46351       'type' => 'int',
46352       'not null' => TRUE,
46353       'size' => 'normal',
46354       'default' => '0',
46355       'unsigned' => TRUE,
46356     ),
46357   ),
46358   'primary key' => array(
46359     'sid',
46360     'type',
46361   ),
46362   'mysql_character_set' => 'utf8',
46363 ));
46364
46365 $connection->insert('search_dataset')
46366 ->fields(array(
46367   'sid',
46368   'type',
46369   'data',
46370   'reindex',
46371 ))
46372 ->values(array(
46373   'sid' => '1',
46374   'type' => 'node',
46375   '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  ',
46376   'reindex' => '0',
46377 ))
46378 ->values(array(
46379   'sid' => '2',
46380   'type' => 'node',
46381   '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 ',
46382   'reindex' => '0',
46383 ))
46384 ->execute();
46385
46386 $connection->schema()->createTable('search_index', array(
46387   'fields' => array(
46388     'word' => array(
46389       'type' => 'varchar',
46390       'not null' => TRUE,
46391       'length' => '50',
46392       'default' => '',
46393     ),
46394     'sid' => array(
46395       'type' => 'int',
46396       'not null' => TRUE,
46397       'size' => 'normal',
46398       'default' => '0',
46399       'unsigned' => TRUE,
46400     ),
46401     'type' => array(
46402       'type' => 'varchar',
46403       'not null' => TRUE,
46404       'length' => '16',
46405     ),
46406     'score' => array(
46407       'type' => 'numeric',
46408       'not null' => FALSE,
46409       'precision' => '10',
46410       'scale' => '0',
46411     ),
46412   ),
46413   'primary key' => array(
46414     'word',
46415     'sid',
46416     'type',
46417   ),
46418   'mysql_character_set' => 'utf8',
46419 ));
46420
46421 $connection->insert('search_index')
46422 ->fields(array(
46423   'word',
46424   'sid',
46425   'type',
46426   'score',
46427 ))
46428 ->values(array(
46429   'word' => '1',
46430   'sid' => '1',
46431   'type' => 'node',
46432   'score' => '1',
46433 ))
46434 ->values(array(
46435   'word' => '1192015',
46436   'sid' => '1',
46437   'type' => 'node',
46438   'score' => '1',
46439 ))
46440 ->values(array(
46441   'word' => '19',
46442   'sid' => '1',
46443   'type' => 'node',
46444   'score' => '2',
46445 ))
46446 ->values(array(
46447   'word' => '2015',
46448   'sid' => '1',
46449   'type' => 'node',
46450   'score' => '2',
46451 ))
46452 ->values(array(
46453   'word' => '2215',
46454   'sid' => '1',
46455   'type' => 'node',
46456   'score' => '2',
46457 ))
46458 ->values(array(
46459   'word' => '2218',
46460   'sid' => '1',
46461   'type' => 'node',
46462   'score' => '1',
46463 ))
46464 ->values(array(
46465   'word' => '9',
46466   'sid' => '1',
46467   'type' => 'node',
46468   'score' => '1',
46469 ))
46470 ->values(array(
46471   'word' => '99999999',
46472   'sid' => '1',
46473   'type' => 'node',
46474   'score' => '1',
46475 ))
46476 ->values(array(
46477   'word' => 'abc5xyz',
46478   'sid' => '1',
46479   'type' => 'node',
46480   'score' => '1',
46481 ))
46482 ->values(array(
46483   'word' => 'admin',
46484   'sid' => '1',
46485   'type' => 'node',
46486   'score' => '1',
46487 ))
46488 ->values(array(
46489   'word' => 'another',
46490   'sid' => '1',
46491   'type' => 'node',
46492   'score' => '11',
46493 ))
46494 ->values(array(
46495   'word' => 'click',
46496   'sid' => '1',
46497   'type' => 'node',
46498   'score' => '11',
46499 ))
46500 ->values(array(
46501   'word' => 'comment',
46502   'sid' => '1',
46503   'type' => 'node',
46504   'score' => '27',
46505 ))
46506 ->values(array(
46507   'word' => 'comments',
46508   'sid' => '1',
46509   'type' => 'node',
46510   'score' => '1',
46511 ))
46512 ->values(array(
46513   'word' => 'default',
46514   'sid' => '1',
46515   'type' => 'node',
46516   'score' => '11',
46517 ))
46518 ->values(array(
46519   'word' => 'examplecom',
46520   'sid' => '1',
46521   'type' => 'node',
46522   'score' => '22',
46523 ))
46524 ->values(array(
46525   'word' => 'here',
46526   'sid' => '1',
46527   'type' => 'node',
46528   'score' => '11',
46529 ))
46530 ->values(array(
46531   'word' => 'january',
46532   'sid' => '1',
46533   'type' => 'node',
46534   'score' => '2',
46535 ))
46536 ->values(array(
46537   'word' => 'monday',
46538   'sid' => '1',
46539   'type' => 'node',
46540   'score' => '2',
46541 ))
46542 ->values(array(
46543   'word' => 'more',
46544   'sid' => '1',
46545   'type' => 'node',
46546   'score' => '1',
46547 ))
46548 ->values(array(
46549   'word' => 'node',
46550   'sid' => '1',
46551   'type' => 'node',
46552   'score' => '26',
46553 ))
46554 ->values(array(
46555   'word' => 'permalink',
46556   'sid' => '1',
46557   'type' => 'node',
46558   'score' => '11',
46559 ))
46560 ->values(array(
46561   'word' => 'post',
46562   'sid' => '1',
46563   'type' => 'node',
46564   'score' => '1',
46565 ))
46566 ->values(array(
46567   'word' => 'prefix',
46568   'sid' => '1',
46569   'type' => 'node',
46570   'score' => '1',
46571 ))
46572 ->values(array(
46573   'word' => 'register',
46574   'sid' => '1',
46575   'type' => 'node',
46576   'score' => '2',
46577 ))
46578 ->values(array(
46579   'word' => 'some',
46580   'sid' => '1',
46581   'type' => 'node',
46582   'score' => '1',
46583 ))
46584 ->values(array(
46585   'word' => 'submitted',
46586   'sid' => '1',
46587   'type' => 'node',
46588   'score' => '1',
46589 ))
46590 ->values(array(
46591   'word' => 'text',
46592   'sid' => '1',
46593   'type' => 'node',
46594   'score' => '1',
46595 ))
46596 ->values(array(
46597   'word' => 'this',
46598   'sid' => '1',
46599   'type' => 'node',
46600   'score' => '1',
46601 ))
46602 ->values(array(
46603   'word' => 'value',
46604   'sid' => '1',
46605   'type' => 'node',
46606   'score' => '1',
46607 ))
46608 ->values(array(
46609   'word' => 'value120suffix',
46610   'sid' => '1',
46611   'type' => 'node',
46612   'score' => '1',
46613 ))
46614 ->values(array(
46615   'word' => '9',
46616   'sid' => '2',
46617   'type' => 'node',
46618   'score' => '26',
46619 ))
46620 ->values(array(
46621   'word' => 'about',
46622   'sid' => '2',
46623   'type' => 'node',
46624   'score' => '26',
46625 ))
46626 ->values(array(
46627   'word' => 'absolute',
46628   'sid' => '2',
46629   'type' => 'node',
46630   'score' => '1',
46631 ))
46632 ->values(array(
46633   'word' => 'benjamin',
46634   'sid' => '2',
46635   'type' => 'node',
46636   'score' => '11',
46637 ))
46638 ->values(array(
46639   'word' => 'best',
46640   'sid' => '2',
46641   'type' => 'node',
46642   'score' => '1',
46643 ))
46644 ->values(array(
46645   'word' => 'deep',
46646   'sid' => '2',
46647   'type' => 'node',
46648   'score' => '26',
46649 ))
46650 ->values(array(
46651   'word' => 'ever',
46652   'sid' => '2',
46653   'type' => 'node',
46654   'score' => '1',
46655 ))
46656 ->values(array(
46657   'word' => 'know',
46658   'sid' => '2',
46659   'type' => 'node',
46660   'score' => '1',
46661 ))
46662 ->values(array(
46663   'word' => 'quark',
46664   'sid' => '2',
46665   'type' => 'node',
46666   'score' => '11',
46667 ))
46668 ->values(array(
46669   'word' => 'show',
46670   'sid' => '2',
46671   'type' => 'node',
46672   'score' => '1',
46673 ))
46674 ->values(array(
46675   'word' => 'sisko',
46676   'sid' => '2',
46677   'type' => 'node',
46678   'score' => '11',
46679 ))
46680 ->values(array(
46681   'word' => 'space',
46682   'sid' => '2',
46683   'type' => 'node',
46684   'score' => '26',
46685 ))
46686 ->values(array(
46687   'word' => 'that',
46688   'sid' => '2',
46689   'type' => 'node',
46690   'score' => '1',
46691 ))
46692 ->values(array(
46693   'word' => 'thing',
46694   'sid' => '2',
46695   'type' => 'node',
46696   'score' => '26',
46697 ))
46698 ->values(array(
46699   'word' => 'trust',
46700   'sid' => '2',
46701   'type' => 'node',
46702   'score' => '1',
46703 ))
46704 ->values(array(
46705   'word' => 'would',
46706   'sid' => '2',
46707   'type' => 'node',
46708   'score' => '1',
46709 ))
46710 ->execute();
46711
46712 $connection->schema()->createTable('search_node_links', array(
46713   'fields' => array(
46714     'sid' => array(
46715       'type' => 'int',
46716       'not null' => TRUE,
46717       'size' => 'normal',
46718       'default' => '0',
46719       'unsigned' => TRUE,
46720     ),
46721     'type' => array(
46722       'type' => 'varchar',
46723       'not null' => TRUE,
46724       'length' => '16',
46725       'default' => '',
46726     ),
46727     'nid' => array(
46728       'type' => 'int',
46729       'not null' => TRUE,
46730       'size' => 'normal',
46731       'default' => '0',
46732       'unsigned' => TRUE,
46733     ),
46734     'caption' => array(
46735       'type' => 'text',
46736       'not null' => FALSE,
46737       'size' => 'normal',
46738     ),
46739   ),
46740   'primary key' => array(
46741     'sid',
46742     'type',
46743     'nid',
46744   ),
46745   'mysql_character_set' => 'utf8',
46746 ));
46747
46748 $connection->schema()->createTable('search_total', array(
46749   'fields' => array(
46750     'word' => array(
46751       'type' => 'varchar',
46752       'not null' => TRUE,
46753       'length' => '50',
46754       'default' => '',
46755     ),
46756     'count' => array(
46757       'type' => 'numeric',
46758       'not null' => FALSE,
46759       'precision' => '10',
46760       'scale' => '0',
46761     ),
46762   ),
46763   'primary key' => array(
46764     'word',
46765   ),
46766   'mysql_character_set' => 'utf8',
46767 ));
46768
46769 $connection->insert('search_total')
46770 ->fields(array(
46771   'word',
46772   'count',
46773 ))
46774 ->values(array(
46775   'word' => '1',
46776   'count' => '0',
46777 ))
46778 ->values(array(
46779   'word' => '1192015',
46780   'count' => '0',
46781 ))
46782 ->values(array(
46783   'word' => '19',
46784   'count' => '0',
46785 ))
46786 ->values(array(
46787   'word' => '2015',
46788   'count' => '0',
46789 ))
46790 ->values(array(
46791   'word' => '2215',
46792   'count' => '0',
46793 ))
46794 ->values(array(
46795   'word' => '2218',
46796   'count' => '0',
46797 ))
46798 ->values(array(
46799   'word' => '9',
46800   'count' => '0',
46801 ))
46802 ->values(array(
46803   'word' => '99999999',
46804   'count' => '0',
46805 ))
46806 ->values(array(
46807   'word' => 'abc5xyz',
46808   'count' => '0',
46809 ))
46810 ->values(array(
46811   'word' => 'about',
46812   'count' => '0',
46813 ))
46814 ->values(array(
46815   'word' => 'absolute',
46816   'count' => '0',
46817 ))
46818 ->values(array(
46819   'word' => 'admin',
46820   'count' => '0',
46821 ))
46822 ->values(array(
46823   'word' => 'another',
46824   'count' => '0',
46825 ))
46826 ->values(array(
46827   'word' => 'benjamin',
46828   'count' => '0',
46829 ))
46830 ->values(array(
46831   'word' => 'best',
46832   'count' => '0',
46833 ))
46834 ->values(array(
46835   'word' => 'click',
46836   'count' => '0',
46837 ))
46838 ->values(array(
46839   'word' => 'comment',
46840   'count' => '0',
46841 ))
46842 ->values(array(
46843   'word' => 'comments',
46844   'count' => '0',
46845 ))
46846 ->values(array(
46847   'word' => 'deep',
46848   'count' => '0',
46849 ))
46850 ->values(array(
46851   'word' => 'default',
46852   'count' => '0',
46853 ))
46854 ->values(array(
46855   'word' => 'ever',
46856   'count' => '0',
46857 ))
46858 ->values(array(
46859   'word' => 'examplecom',
46860   'count' => '0',
46861 ))
46862 ->values(array(
46863   'word' => 'here',
46864   'count' => '0',
46865 ))
46866 ->values(array(
46867   'word' => 'january',
46868   'count' => '0',
46869 ))
46870 ->values(array(
46871   'word' => 'know',
46872   'count' => '0',
46873 ))
46874 ->values(array(
46875   'word' => 'monday',
46876   'count' => '0',
46877 ))
46878 ->values(array(
46879   'word' => 'more',
46880   'count' => '0',
46881 ))
46882 ->values(array(
46883   'word' => 'node',
46884   'count' => '0',
46885 ))
46886 ->values(array(
46887   'word' => 'permalink',
46888   'count' => '0',
46889 ))
46890 ->values(array(
46891   'word' => 'post',
46892   'count' => '0',
46893 ))
46894 ->values(array(
46895   'word' => 'prefix',
46896   'count' => '0',
46897 ))
46898 ->values(array(
46899   'word' => 'quark',
46900   'count' => '0',
46901 ))
46902 ->values(array(
46903   'word' => 'register',
46904   'count' => '0',
46905 ))
46906 ->values(array(
46907   'word' => 'show',
46908   'count' => '0',
46909 ))
46910 ->values(array(
46911   'word' => 'sisko',
46912   'count' => '0',
46913 ))
46914 ->values(array(
46915   'word' => 'some',
46916   'count' => '0',
46917 ))
46918 ->values(array(
46919   'word' => 'space',
46920   'count' => '0',
46921 ))
46922 ->values(array(
46923   'word' => 'submitted',
46924   'count' => '0',
46925 ))
46926 ->values(array(
46927   'word' => 'text',
46928   'count' => '0',
46929 ))
46930 ->values(array(
46931   'word' => 'that',
46932   'count' => '0',
46933 ))
46934 ->values(array(
46935   'word' => 'thing',
46936   'count' => '0',
46937 ))
46938 ->values(array(
46939   'word' => 'this',
46940   'count' => '0',
46941 ))
46942 ->values(array(
46943   'word' => 'trust',
46944   'count' => '0',
46945 ))
46946 ->values(array(
46947   'word' => 'value',
46948   'count' => '0',
46949 ))
46950 ->values(array(
46951   'word' => 'value120suffix',
46952   'count' => '0',
46953 ))
46954 ->values(array(
46955   'word' => 'would',
46956   'count' => '0',
46957 ))
46958 ->execute();
46959
46960 $connection->schema()->createTable('semaphore', array(
46961   'fields' => array(
46962     'name' => array(
46963       'type' => 'varchar',
46964       'not null' => TRUE,
46965       'length' => '255',
46966       'default' => '',
46967     ),
46968     'value' => array(
46969       'type' => 'varchar',
46970       'not null' => TRUE,
46971       'length' => '255',
46972       'default' => '',
46973     ),
46974     'expire' => array(
46975       'type' => 'numeric',
46976       'not null' => TRUE,
46977       'precision' => '10',
46978       'scale' => '0',
46979     ),
46980   ),
46981   'primary key' => array(
46982     'name',
46983   ),
46984   'mysql_character_set' => 'utf8',
46985 ));
46986
46987 $connection->schema()->createTable('sequences', array(
46988   'fields' => array(
46989     'value' => array(
46990       'type' => 'serial',
46991       'not null' => TRUE,
46992       'size' => 'normal',
46993       'unsigned' => TRUE,
46994     ),
46995   ),
46996   'primary key' => array(
46997     'value',
46998   ),
46999   'mysql_character_set' => 'utf8',
47000 ));
47001
47002 $connection->insert('sequences')
47003 ->fields(array(
47004   'value',
47005 ))
47006 ->values(array(
47007   'value' => '2',
47008 ))
47009 ->execute();
47010
47011 $connection->schema()->createTable('sessions', array(
47012   'fields' => array(
47013     'uid' => array(
47014       'type' => 'int',
47015       'not null' => TRUE,
47016       'size' => 'normal',
47017       'unsigned' => TRUE,
47018     ),
47019     'sid' => array(
47020       'type' => 'varchar',
47021       'not null' => TRUE,
47022       'length' => '128',
47023     ),
47024     'ssid' => array(
47025       'type' => 'varchar',
47026       'not null' => TRUE,
47027       'length' => '128',
47028       'default' => '',
47029     ),
47030     'hostname' => array(
47031       'type' => 'varchar',
47032       'not null' => TRUE,
47033       'length' => '128',
47034       'default' => '',
47035     ),
47036     'timestamp' => array(
47037       'type' => 'int',
47038       'not null' => TRUE,
47039       'size' => 'normal',
47040       'default' => '0',
47041     ),
47042     'cache' => array(
47043       'type' => 'int',
47044       'not null' => TRUE,
47045       'size' => 'normal',
47046       'default' => '0',
47047     ),
47048     'session' => array(
47049       'type' => 'blob',
47050       'not null' => FALSE,
47051       'size' => 'normal',
47052     ),
47053   ),
47054   'primary key' => array(
47055     'sid',
47056     'ssid',
47057   ),
47058   'mysql_character_set' => 'utf8',
47059 ));
47060
47061 $connection->schema()->createTable('shortcut_set', array(
47062   'fields' => array(
47063     'set_name' => array(
47064       'type' => 'varchar',
47065       'not null' => TRUE,
47066       'length' => '32',
47067       'default' => '',
47068     ),
47069     'title' => array(
47070       'type' => 'varchar',
47071       'not null' => TRUE,
47072       'length' => '255',
47073       'default' => '',
47074     ),
47075   ),
47076   'primary key' => array(
47077     'set_name',
47078   ),
47079   'mysql_character_set' => 'utf8',
47080 ));
47081
47082 $connection->insert('shortcut_set')
47083 ->fields(array(
47084   'set_name',
47085   'title',
47086 ))
47087 ->values(array(
47088   'set_name' => 'shortcut-set-1',
47089   'title' => 'Default',
47090 ))
47091 ->values(array(
47092   'set_name' => 'shortcut-set-2',
47093   'title' => 'Alternative shortcut set',
47094 ))
47095 ->execute();
47096
47097 $connection->schema()->createTable('shortcut_set_users', array(
47098   'fields' => array(
47099     'uid' => array(
47100       'type' => 'int',
47101       'not null' => TRUE,
47102       'size' => 'normal',
47103       'default' => '0',
47104       'unsigned' => TRUE,
47105     ),
47106     'set_name' => array(
47107       'type' => 'varchar',
47108       'not null' => TRUE,
47109       'length' => '32',
47110       'default' => '',
47111     ),
47112   ),
47113   'primary key' => array(
47114     'uid',
47115   ),
47116   'mysql_character_set' => 'utf8',
47117 ));
47118
47119 $connection->insert('shortcut_set_users')
47120 ->fields(array(
47121   'uid',
47122   'set_name',
47123 ))
47124 ->values(array(
47125   'uid' => '2',
47126   'set_name' => 'shortcut-set-2',
47127 ))
47128 ->execute();
47129
47130 $connection->schema()->createTable('simpletest', array(
47131   'fields' => array(
47132     'message_id' => array(
47133       'type' => 'serial',
47134       'not null' => TRUE,
47135       'size' => 'normal',
47136     ),
47137     'test_id' => array(
47138       'type' => 'int',
47139       'not null' => TRUE,
47140       'size' => 'normal',
47141       'default' => '0',
47142     ),
47143     'test_class' => array(
47144       'type' => 'varchar',
47145       'not null' => TRUE,
47146       'length' => '255',
47147       'default' => '',
47148     ),
47149     'status' => array(
47150       'type' => 'varchar',
47151       'not null' => TRUE,
47152       'length' => '9',
47153       'default' => '',
47154     ),
47155     'message' => array(
47156       'type' => 'text',
47157       'not null' => TRUE,
47158       'size' => 'normal',
47159     ),
47160     'message_group' => array(
47161       'type' => 'varchar',
47162       'not null' => TRUE,
47163       'length' => '255',
47164       'default' => '',
47165     ),
47166     'function' => array(
47167       'type' => 'varchar',
47168       'not null' => TRUE,
47169       'length' => '255',
47170       'default' => '',
47171     ),
47172     'line' => array(
47173       'type' => 'int',
47174       'not null' => TRUE,
47175       'size' => 'normal',
47176       'default' => '0',
47177     ),
47178     'file' => array(
47179       'type' => 'varchar',
47180       'not null' => TRUE,
47181       'length' => '255',
47182       'default' => '',
47183     ),
47184   ),
47185   'primary key' => array(
47186     'message_id',
47187   ),
47188   'mysql_character_set' => 'utf8',
47189 ));
47190
47191 $connection->schema()->createTable('system', array(
47192   'fields' => array(
47193     'filename' => array(
47194       'type' => 'varchar',
47195       'not null' => TRUE,
47196       'length' => '255',
47197       'default' => '',
47198     ),
47199     'name' => array(
47200       'type' => 'varchar',
47201       'not null' => TRUE,
47202       'length' => '255',
47203       'default' => '',
47204     ),
47205     'type' => array(
47206       'type' => 'varchar',
47207       'not null' => TRUE,
47208       'length' => '12',
47209       'default' => '',
47210     ),
47211     'owner' => array(
47212       'type' => 'varchar',
47213       'not null' => TRUE,
47214       'length' => '255',
47215       'default' => '',
47216     ),
47217     'status' => array(
47218       'type' => 'int',
47219       'not null' => TRUE,
47220       'size' => 'normal',
47221       'default' => '0',
47222     ),
47223     'bootstrap' => array(
47224       'type' => 'int',
47225       'not null' => TRUE,
47226       'size' => 'normal',
47227       'default' => '0',
47228     ),
47229     'schema_version' => array(
47230       'type' => 'int',
47231       'not null' => TRUE,
47232       'size' => 'normal',
47233       'default' => '-1',
47234     ),
47235     'weight' => array(
47236       'type' => 'int',
47237       'not null' => TRUE,
47238       'size' => 'normal',
47239       'default' => '0',
47240     ),
47241     'info' => array(
47242       'type' => 'blob',
47243       'not null' => FALSE,
47244       'size' => 'normal',
47245     ),
47246   ),
47247   'primary key' => array(
47248     'filename',
47249   ),
47250   'mysql_character_set' => 'utf8',
47251 ));
47252
47253 $connection->insert('system')
47254 ->fields(array(
47255   'filename',
47256   'name',
47257   'type',
47258   'owner',
47259   'status',
47260   'bootstrap',
47261   'schema_version',
47262   'weight',
47263   'info',
47264 ))
47265 ->values(array(
47266   'filename' => 'modules/aggregator/aggregator.module',
47267   'name' => 'aggregator',
47268   'type' => 'module',
47269   'owner' => '',
47270   'status' => '1',
47271   'bootstrap' => '0',
47272   'schema_version' => '7004',
47273   'weight' => '0',
47274   '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;}',
47275 ))
47276 ->values(array(
47277   'filename' => 'modules/aggregator/tests/aggregator_test.module',
47278   'name' => 'aggregator_test',
47279   'type' => 'module',
47280   'owner' => '',
47281   'status' => '0',
47282   'bootstrap' => '0',
47283   'schema_version' => '-1',
47284   'weight' => '0',
47285   '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;}',
47286 ))
47287 ->values(array(
47288   'filename' => 'modules/block/block.module',
47289   'name' => 'block',
47290   'type' => 'module',
47291   'owner' => '',
47292   'status' => '1',
47293   'bootstrap' => '0',
47294   'schema_version' => '7009',
47295   'weight' => '-5',
47296   '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;}',
47297 ))
47298 ->values(array(
47299   'filename' => 'modules/block/tests/block_test.module',
47300   'name' => 'block_test',
47301   'type' => 'module',
47302   'owner' => '',
47303   'status' => '0',
47304   'bootstrap' => '0',
47305   'schema_version' => '-1',
47306   'weight' => '0',
47307   '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;}',
47308 ))
47309 ->values(array(
47310   'filename' => 'modules/blog/blog.module',
47311   'name' => 'blog',
47312   'type' => 'module',
47313   'owner' => '',
47314   'status' => '1',
47315   'bootstrap' => '0',
47316   'schema_version' => '0',
47317   'weight' => '0',
47318   '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;}',
47319 ))
47320 ->values(array(
47321   'filename' => 'modules/book/book.module',
47322   'name' => 'book',
47323   'type' => 'module',
47324   'owner' => '',
47325   'status' => '1',
47326   'bootstrap' => '0',
47327   'schema_version' => '0',
47328   'weight' => '0',
47329   '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;}',
47330 ))
47331 ->values(array(
47332   'filename' => 'modules/color/color.module',
47333   'name' => 'color',
47334   'type' => 'module',
47335   'owner' => '',
47336   'status' => '1',
47337   'bootstrap' => '0',
47338   'schema_version' => '7001',
47339   'weight' => '0',
47340   '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;}',
47341 ))
47342 ->values(array(
47343   'filename' => 'modules/comment/comment.module',
47344   'name' => 'comment',
47345   'type' => 'module',
47346   'owner' => '',
47347   'status' => '1',
47348   'bootstrap' => '0',
47349   'schema_version' => '7009',
47350   'weight' => '0',
47351   '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;}',
47352 ))
47353 ->values(array(
47354   'filename' => 'modules/contact/contact.module',
47355   'name' => 'contact',
47356   'type' => 'module',
47357   'owner' => '',
47358   'status' => '1',
47359   'bootstrap' => '0',
47360   'schema_version' => '7003',
47361   'weight' => '0',
47362   '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;}',
47363 ))
47364 ->values(array(
47365   'filename' => 'modules/contextual/contextual.module',
47366   'name' => 'contextual',
47367   'type' => 'module',
47368   'owner' => '',
47369   'status' => '1',
47370   'bootstrap' => '0',
47371   'schema_version' => '0',
47372   'weight' => '0',
47373   '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;}',
47374 ))
47375 ->values(array(
47376   'filename' => 'modules/dashboard/dashboard.module',
47377   'name' => 'dashboard',
47378   'type' => 'module',
47379   'owner' => '',
47380   'status' => '0',
47381   'bootstrap' => '0',
47382   'schema_version' => '0',
47383   'weight' => '0',
47384   '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;}',
47385 ))
47386 ->values(array(
47387   'filename' => 'modules/dblog/dblog.module',
47388   'name' => 'dblog',
47389   'type' => 'module',
47390   'owner' => '',
47391   'status' => '1',
47392   'bootstrap' => '1',
47393   'schema_version' => '7002',
47394   'weight' => '0',
47395   '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;}',
47396 ))
47397 ->values(array(
47398   'filename' => 'modules/field/field.module',
47399   'name' => 'field',
47400   'type' => 'module',
47401   'owner' => '',
47402   'status' => '1',
47403   'bootstrap' => '0',
47404   'schema_version' => '7003',
47405   'weight' => '0',
47406   '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;}',
47407 ))
47408 ->values(array(
47409   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.module',
47410   'name' => 'field_sql_storage',
47411   'type' => 'module',
47412   'owner' => '',
47413   'status' => '1',
47414   'bootstrap' => '0',
47415   'schema_version' => '7002',
47416   'weight' => '0',
47417   '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;}',
47418 ))
47419 ->values(array(
47420   'filename' => 'modules/field/modules/list/list.module',
47421   'name' => 'list',
47422   'type' => 'module',
47423   'owner' => '',
47424   'status' => '1',
47425   'bootstrap' => '0',
47426   'schema_version' => '7002',
47427   'weight' => '0',
47428   '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>";}',
47429 ))
47430 ->values(array(
47431   'filename' => 'modules/field/modules/list/tests/list_test.module',
47432   'name' => 'list_test',
47433   'type' => 'module',
47434   'owner' => '',
47435   'status' => '0',
47436   'bootstrap' => '0',
47437   'schema_version' => '-1',
47438   'weight' => '0',
47439   '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;}',
47440 ))
47441 ->values(array(
47442   'filename' => 'modules/field/modules/number/number.module',
47443   'name' => 'number',
47444   'type' => 'module',
47445   'owner' => '',
47446   'status' => '1',
47447   'bootstrap' => '0',
47448   'schema_version' => '0',
47449   'weight' => '0',
47450   '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>";}',
47451 ))
47452 ->values(array(
47453   'filename' => 'modules/field/modules/options/options.module',
47454   'name' => 'options',
47455   'type' => 'module',
47456   'owner' => '',
47457   'status' => '1',
47458   'bootstrap' => '0',
47459   'schema_version' => '0',
47460   'weight' => '0',
47461   '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;}',
47462 ))
47463 ->values(array(
47464   'filename' => 'modules/field/modules/text/text.module',
47465   'name' => 'text',
47466   'type' => 'module',
47467   'owner' => '',
47468   'status' => '1',
47469   'bootstrap' => '0',
47470   'schema_version' => '7000',
47471   'weight' => '0',
47472   '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>";}',
47473 ))
47474 ->values(array(
47475   'filename' => 'modules/field/tests/field_test.module',
47476   'name' => 'field_test',
47477   'type' => 'module',
47478   'owner' => '',
47479   'status' => '0',
47480   'bootstrap' => '0',
47481   'schema_version' => '-1',
47482   'weight' => '0',
47483   '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;}',
47484 ))
47485 ->values(array(
47486   'filename' => 'modules/field_ui/field_ui.module',
47487   'name' => 'field_ui',
47488   'type' => 'module',
47489   'owner' => '',
47490   'status' => '1',
47491   'bootstrap' => '0',
47492   'schema_version' => '0',
47493   'weight' => '0',
47494   '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;}',
47495 ))
47496 ->values(array(
47497   'filename' => 'modules/file/file.module',
47498   'name' => 'file',
47499   'type' => 'module',
47500   'owner' => '',
47501   'status' => '1',
47502   'bootstrap' => '0',
47503   'schema_version' => '0',
47504   'weight' => '0',
47505   '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>";}',
47506 ))
47507 ->values(array(
47508   'filename' => 'modules/file/tests/file_module_test.module',
47509   'name' => 'file_module_test',
47510   'type' => 'module',
47511   'owner' => '',
47512   'status' => '0',
47513   'bootstrap' => '0',
47514   'schema_version' => '-1',
47515   'weight' => '0',
47516   '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;}',
47517 ))
47518 ->values(array(
47519   'filename' => 'modules/filter/filter.module',
47520   'name' => 'filter',
47521   'type' => 'module',
47522   'owner' => '',
47523   'status' => '1',
47524   'bootstrap' => '0',
47525   'schema_version' => '7010',
47526   'weight' => '0',
47527   '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;}',
47528 ))
47529 ->values(array(
47530   'filename' => 'modules/forum/forum.module',
47531   'name' => 'forum',
47532   'type' => 'module',
47533   'owner' => '',
47534   'status' => '1',
47535   'bootstrap' => '0',
47536   'schema_version' => '7012',
47537   'weight' => '1',
47538   '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;}',
47539 ))
47540 ->values(array(
47541   'filename' => 'modules/help/help.module',
47542   'name' => 'help',
47543   'type' => 'module',
47544   'owner' => '',
47545   'status' => '1',
47546   'bootstrap' => '0',
47547   'schema_version' => '0',
47548   'weight' => '0',
47549   '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;}',
47550 ))
47551 ->values(array(
47552   'filename' => 'modules/image/image.module',
47553   'name' => 'image',
47554   'type' => 'module',
47555   'owner' => '',
47556   'status' => '1',
47557   'bootstrap' => '0',
47558   'schema_version' => '7005',
47559   'weight' => '0',
47560   '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>";}',
47561 ))
47562 ->values(array(
47563   'filename' => 'modules/image/tests/image_module_test.module',
47564   'name' => 'image_module_test',
47565   'type' => 'module',
47566   'owner' => '',
47567   'status' => '0',
47568   'bootstrap' => '0',
47569   'schema_version' => '-1',
47570   'weight' => '0',
47571   '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;}',
47572 ))
47573 ->values(array(
47574   'filename' => 'modules/locale/locale.module',
47575   'name' => 'locale',
47576   'type' => 'module',
47577   'owner' => '',
47578   'status' => '1',
47579   'bootstrap' => '0',
47580   'schema_version' => '7005',
47581   'weight' => '0',
47582   '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;}',
47583 ))
47584 ->values(array(
47585   'filename' => 'modules/locale/tests/locale_test.module',
47586   'name' => 'locale_test',
47587   'type' => 'module',
47588   'owner' => '',
47589   'status' => '0',
47590   'bootstrap' => '0',
47591   'schema_version' => '-1',
47592   'weight' => '0',
47593   '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;}',
47594 ))
47595 ->values(array(
47596   'filename' => 'modules/menu/menu.module',
47597   'name' => 'menu',
47598   'type' => 'module',
47599   'owner' => '',
47600   'status' => '1',
47601   'bootstrap' => '0',
47602   'schema_version' => '7003',
47603   'weight' => '0',
47604   '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;}',
47605 ))
47606 ->values(array(
47607   'filename' => 'modules/node/node.module',
47608   'name' => 'node',
47609   'type' => 'module',
47610   'owner' => '',
47611   'status' => '1',
47612   'bootstrap' => '0',
47613   'schema_version' => '7015',
47614   'weight' => '0',
47615   '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;}',
47616 ))
47617 ->values(array(
47618   'filename' => 'modules/node/tests/node_access_test.module',
47619   'name' => 'node_access_test',
47620   'type' => 'module',
47621   'owner' => '',
47622   'status' => '0',
47623   'bootstrap' => '0',
47624   'schema_version' => '-1',
47625   'weight' => '0',
47626   '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;}',
47627 ))
47628 ->values(array(
47629   'filename' => 'modules/node/tests/node_test.module',
47630   'name' => 'node_test',
47631   'type' => 'module',
47632   'owner' => '',
47633   'status' => '0',
47634   'bootstrap' => '0',
47635   'schema_version' => '-1',
47636   'weight' => '0',
47637   '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;}',
47638 ))
47639 ->values(array(
47640   'filename' => 'modules/node/tests/node_test_exception.module',
47641   'name' => 'node_test_exception',
47642   'type' => 'module',
47643   'owner' => '',
47644   'status' => '0',
47645   'bootstrap' => '0',
47646   'schema_version' => '-1',
47647   'weight' => '0',
47648   '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;}',
47649 ))
47650 ->values(array(
47651   'filename' => 'modules/openid/openid.module',
47652   'name' => 'openid',
47653   'type' => 'module',
47654   'owner' => '',
47655   'status' => '0',
47656   'bootstrap' => '0',
47657   'schema_version' => '7000',
47658   'weight' => '0',
47659   '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;}',
47660 ))
47661 ->values(array(
47662   'filename' => 'modules/openid/tests/openid_test.module',
47663   'name' => 'openid_test',
47664   'type' => 'module',
47665   'owner' => '',
47666   'status' => '0',
47667   'bootstrap' => '0',
47668   'schema_version' => '-1',
47669   'weight' => '0',
47670   '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;}',
47671 ))
47672 ->values(array(
47673   'filename' => 'modules/overlay/overlay.module',
47674   'name' => 'overlay',
47675   'type' => 'module',
47676   'owner' => '',
47677   'status' => '0',
47678   'bootstrap' => '0',
47679   'schema_version' => '0',
47680   'weight' => '0',
47681   '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;}',
47682 ))
47683 ->values(array(
47684   'filename' => 'modules/path/path.module',
47685   'name' => 'path',
47686   'type' => 'module',
47687   'owner' => '',
47688   'status' => '1',
47689   'bootstrap' => '0',
47690   'schema_version' => '0',
47691   'weight' => '0',
47692   '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;}',
47693 ))
47694 ->values(array(
47695   'filename' => 'modules/php/php.module',
47696   'name' => 'php',
47697   'type' => 'module',
47698   'owner' => '',
47699   'status' => '1',
47700   'bootstrap' => '0',
47701   'schema_version' => '0',
47702   'weight' => '0',
47703   '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;}',
47704 ))
47705 ->values(array(
47706   'filename' => 'modules/poll/poll.module',
47707   'name' => 'poll',
47708   'type' => 'module',
47709   'owner' => '',
47710   'status' => '0',
47711   'bootstrap' => '0',
47712   'schema_version' => '-1',
47713   'weight' => '0',
47714   '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;}',
47715 ))
47716 ->values(array(
47717   'filename' => 'modules/profile/profile.module',
47718   'name' => 'profile',
47719   'type' => 'module',
47720   'owner' => '',
47721   'status' => '0',
47722   'bootstrap' => '0',
47723   'schema_version' => '-1',
47724   'weight' => '0',
47725   '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;}',
47726 ))
47727 ->values(array(
47728   'filename' => 'modules/rdf/rdf.module',
47729   'name' => 'rdf',
47730   'type' => 'module',
47731   'owner' => '',
47732   'status' => '1',
47733   'bootstrap' => '0',
47734   'schema_version' => '0',
47735   'weight' => '0',
47736   '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;}',
47737 ))
47738 ->values(array(
47739   'filename' => 'modules/rdf/tests/rdf_test.module',
47740   'name' => 'rdf_test',
47741   'type' => 'module',
47742   'owner' => '',
47743   'status' => '0',
47744   'bootstrap' => '0',
47745   'schema_version' => '-1',
47746   'weight' => '0',
47747   '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;}',
47748 ))
47749 ->values(array(
47750   'filename' => 'modules/search/search.module',
47751   'name' => 'search',
47752   'type' => 'module',
47753   'owner' => '',
47754   'status' => '1',
47755   'bootstrap' => '0',
47756   'schema_version' => '7000',
47757   'weight' => '0',
47758   '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;}',
47759 ))
47760 ->values(array(
47761   'filename' => 'modules/search/tests/search_embedded_form.module',
47762   'name' => 'search_embedded_form',
47763   'type' => 'module',
47764   'owner' => '',
47765   'status' => '0',
47766   'bootstrap' => '0',
47767   'schema_version' => '-1',
47768   'weight' => '0',
47769   '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;}',
47770 ))
47771 ->values(array(
47772   'filename' => 'modules/search/tests/search_extra_type.module',
47773   'name' => 'search_extra_type',
47774   'type' => 'module',
47775   'owner' => '',
47776   'status' => '0',
47777   'bootstrap' => '0',
47778   'schema_version' => '-1',
47779   'weight' => '0',
47780   '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;}',
47781 ))
47782 ->values(array(
47783   'filename' => 'modules/search/tests/search_node_tags.module',
47784   'name' => 'search_node_tags',
47785   'type' => 'module',
47786   'owner' => '',
47787   'status' => '0',
47788   'bootstrap' => '0',
47789   'schema_version' => '-1',
47790   'weight' => '0',
47791   '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;}',
47792 ))
47793 ->values(array(
47794   'filename' => 'modules/shortcut/shortcut.module',
47795   'name' => 'shortcut',
47796   'type' => 'module',
47797   'owner' => '',
47798   'status' => '1',
47799   'bootstrap' => '0',
47800   'schema_version' => '0',
47801   'weight' => '0',
47802   '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;}',
47803 ))
47804 ->values(array(
47805   'filename' => 'modules/simpletest/simpletest.module',
47806   'name' => 'simpletest',
47807   'type' => 'module',
47808   'owner' => '',
47809   'status' => '1',
47810   'bootstrap' => '0',
47811   'schema_version' => '0',
47812   'weight' => '0',
47813   '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;}',
47814 ))
47815 ->values(array(
47816   'filename' => 'modules/simpletest/tests/actions_loop_test.module',
47817   'name' => 'actions_loop_test',
47818   'type' => 'module',
47819   'owner' => '',
47820   'status' => '0',
47821   'bootstrap' => '0',
47822   'schema_version' => '-1',
47823   'weight' => '0',
47824   '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;}',
47825 ))
47826 ->values(array(
47827   'filename' => 'modules/simpletest/tests/ajax_forms_test.module',
47828   'name' => 'ajax_forms_test',
47829   'type' => 'module',
47830   'owner' => '',
47831   'status' => '0',
47832   'bootstrap' => '0',
47833   'schema_version' => '-1',
47834   'weight' => '0',
47835   '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;}',
47836 ))
47837 ->values(array(
47838   'filename' => 'modules/simpletest/tests/ajax_test.module',
47839   'name' => 'ajax_test',
47840   'type' => 'module',
47841   'owner' => '',
47842   'status' => '0',
47843   'bootstrap' => '0',
47844   'schema_version' => '-1',
47845   'weight' => '0',
47846   '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;}',
47847 ))
47848 ->values(array(
47849   'filename' => 'modules/simpletest/tests/batch_test.module',
47850   'name' => 'batch_test',
47851   'type' => 'module',
47852   'owner' => '',
47853   'status' => '0',
47854   'bootstrap' => '0',
47855   'schema_version' => '-1',
47856   'weight' => '0',
47857   '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;}',
47858 ))
47859 ->values(array(
47860   'filename' => 'modules/simpletest/tests/boot_test_1.module',
47861   'name' => 'boot_test_1',
47862   'type' => 'module',
47863   'owner' => '',
47864   'status' => '0',
47865   'bootstrap' => '0',
47866   'schema_version' => '-1',
47867   'weight' => '0',
47868   '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;}',
47869 ))
47870 ->values(array(
47871   'filename' => 'modules/simpletest/tests/boot_test_2.module',
47872   'name' => 'boot_test_2',
47873   'type' => 'module',
47874   'owner' => '',
47875   'status' => '0',
47876   'bootstrap' => '0',
47877   'schema_version' => '-1',
47878   'weight' => '0',
47879   '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;}',
47880 ))
47881 ->values(array(
47882   'filename' => 'modules/simpletest/tests/common_test.module',
47883   'name' => 'common_test',
47884   'type' => 'module',
47885   'owner' => '',
47886   'status' => '0',
47887   'bootstrap' => '0',
47888   'schema_version' => '-1',
47889   'weight' => '0',
47890   '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;}',
47891 ))
47892 ->values(array(
47893   'filename' => 'modules/simpletest/tests/common_test_cron_helper.module',
47894   'name' => 'common_test_cron_helper',
47895   'type' => 'module',
47896   'owner' => '',
47897   'status' => '0',
47898   'bootstrap' => '0',
47899   'schema_version' => '-1',
47900   'weight' => '0',
47901   '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;}',
47902 ))
47903 ->values(array(
47904   'filename' => 'modules/simpletest/tests/database_test.module',
47905   'name' => 'database_test',
47906   'type' => 'module',
47907   'owner' => '',
47908   'status' => '0',
47909   'bootstrap' => '0',
47910   'schema_version' => '-1',
47911   'weight' => '0',
47912   '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;}',
47913 ))
47914 ->values(array(
47915   'filename' => 'modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module',
47916   'name' => 'drupal_autoload_test',
47917   'type' => 'module',
47918   'owner' => '',
47919   'status' => '0',
47920   'bootstrap' => '0',
47921   'schema_version' => '-1',
47922   'weight' => '0',
47923   '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;}',
47924 ))
47925 ->values(array(
47926   'filename' => 'modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module',
47927   'name' => 'drupal_system_listing_compatible_test',
47928   'type' => 'module',
47929   'owner' => '',
47930   'status' => '0',
47931   'bootstrap' => '0',
47932   'schema_version' => '-1',
47933   'weight' => '0',
47934   '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;}',
47935 ))
47936 ->values(array(
47937   'filename' => 'modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module',
47938   'name' => 'drupal_system_listing_incompatible_test',
47939   'type' => 'module',
47940   'owner' => '',
47941   'status' => '0',
47942   'bootstrap' => '0',
47943   'schema_version' => '-1',
47944   'weight' => '0',
47945   '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;}',
47946 ))
47947 ->values(array(
47948   'filename' => 'modules/simpletest/tests/entity_cache_test.module',
47949   'name' => 'entity_cache_test',
47950   'type' => 'module',
47951   'owner' => '',
47952   'status' => '0',
47953   'bootstrap' => '0',
47954   'schema_version' => '-1',
47955   'weight' => '0',
47956   '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;}',
47957 ))
47958 ->values(array(
47959   'filename' => 'modules/simpletest/tests/entity_cache_test_dependency.module',
47960   'name' => 'entity_cache_test_dependency',
47961   'type' => 'module',
47962   'owner' => '',
47963   'status' => '0',
47964   'bootstrap' => '0',
47965   'schema_version' => '-1',
47966   'weight' => '0',
47967   '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;}',
47968 ))
47969 ->values(array(
47970   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.module',
47971   'name' => 'entity_crud_hook_test',
47972   'type' => 'module',
47973   'owner' => '',
47974   'status' => '0',
47975   'bootstrap' => '0',
47976   'schema_version' => '-1',
47977   'weight' => '0',
47978   '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;}',
47979 ))
47980 ->values(array(
47981   'filename' => 'modules/simpletest/tests/entity_query_access_test.module',
47982   'name' => 'entity_query_access_test',
47983   'type' => 'module',
47984   'owner' => '',
47985   'status' => '0',
47986   'bootstrap' => '0',
47987   'schema_version' => '-1',
47988   'weight' => '0',
47989   '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;}',
47990 ))
47991 ->values(array(
47992   'filename' => 'modules/simpletest/tests/error_test.module',
47993   'name' => 'error_test',
47994   'type' => 'module',
47995   'owner' => '',
47996   'status' => '0',
47997   'bootstrap' => '0',
47998   'schema_version' => '-1',
47999   'weight' => '0',
48000   '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;}',
48001 ))
48002 ->values(array(
48003   'filename' => 'modules/simpletest/tests/file_test.module',
48004   'name' => 'file_test',
48005   'type' => 'module',
48006   'owner' => '',
48007   'status' => '0',
48008   'bootstrap' => '0',
48009   'schema_version' => '-1',
48010   'weight' => '0',
48011   '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;}',
48012 ))
48013 ->values(array(
48014   'filename' => 'modules/simpletest/tests/filter_test.module',
48015   'name' => 'filter_test',
48016   'type' => 'module',
48017   'owner' => '',
48018   'status' => '0',
48019   'bootstrap' => '0',
48020   'schema_version' => '-1',
48021   'weight' => '0',
48022   '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;}',
48023 ))
48024 ->values(array(
48025   'filename' => 'modules/simpletest/tests/form_test.module',
48026   'name' => 'form_test',
48027   'type' => 'module',
48028   'owner' => '',
48029   'status' => '0',
48030   'bootstrap' => '0',
48031   'schema_version' => '-1',
48032   'weight' => '0',
48033   '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;}',
48034 ))
48035 ->values(array(
48036   'filename' => 'modules/simpletest/tests/image_test.module',
48037   'name' => 'image_test',
48038   'type' => 'module',
48039   'owner' => '',
48040   'status' => '0',
48041   'bootstrap' => '0',
48042   'schema_version' => '-1',
48043   'weight' => '0',
48044   '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;}',
48045 ))
48046 ->values(array(
48047   'filename' => 'modules/simpletest/tests/menu_test.module',
48048   'name' => 'menu_test',
48049   'type' => 'module',
48050   'owner' => '',
48051   'status' => '0',
48052   'bootstrap' => '0',
48053   'schema_version' => '-1',
48054   'weight' => '0',
48055   '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;}',
48056 ))
48057 ->values(array(
48058   'filename' => 'modules/simpletest/tests/module_test.module',
48059   'name' => 'module_test',
48060   'type' => 'module',
48061   'owner' => '',
48062   'status' => '0',
48063   'bootstrap' => '0',
48064   'schema_version' => '-1',
48065   'weight' => '0',
48066   '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;}',
48067 ))
48068 ->values(array(
48069   'filename' => 'modules/simpletest/tests/path_test.module',
48070   'name' => 'path_test',
48071   'type' => 'module',
48072   'owner' => '',
48073   'status' => '0',
48074   'bootstrap' => '0',
48075   'schema_version' => '-1',
48076   'weight' => '0',
48077   '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;}',
48078 ))
48079 ->values(array(
48080   'filename' => 'modules/simpletest/tests/psr_0_test/psr_0_test.module',
48081   'name' => 'psr_0_test',
48082   'type' => 'module',
48083   'owner' => '',
48084   'status' => '0',
48085   'bootstrap' => '0',
48086   'schema_version' => '-1',
48087   'weight' => '0',
48088   '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;}',
48089 ))
48090 ->values(array(
48091   'filename' => 'modules/simpletest/tests/psr_4_test/psr_4_test.module',
48092   'name' => 'psr_4_test',
48093   'type' => 'module',
48094   'owner' => '',
48095   'status' => '0',
48096   'bootstrap' => '0',
48097   'schema_version' => '-1',
48098   'weight' => '0',
48099   '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;}',
48100 ))
48101 ->values(array(
48102   'filename' => 'modules/simpletest/tests/requirements1_test.module',
48103   'name' => 'requirements1_test',
48104   'type' => 'module',
48105   'owner' => '',
48106   'status' => '0',
48107   'bootstrap' => '0',
48108   'schema_version' => '-1',
48109   'weight' => '0',
48110   '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;}",
48111 ))
48112 ->values(array(
48113   'filename' => 'modules/simpletest/tests/requirements2_test.module',
48114   'name' => 'requirements2_test',
48115   'type' => 'module',
48116   'owner' => '',
48117   'status' => '0',
48118   'bootstrap' => '0',
48119   'schema_version' => '-1',
48120   'weight' => '0',
48121   '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;}",
48122 ))
48123 ->values(array(
48124   'filename' => 'modules/simpletest/tests/session_test.module',
48125   'name' => 'session_test',
48126   'type' => 'module',
48127   'owner' => '',
48128   'status' => '0',
48129   'bootstrap' => '0',
48130   'schema_version' => '-1',
48131   'weight' => '0',
48132   '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;}',
48133 ))
48134 ->values(array(
48135   'filename' => 'modules/simpletest/tests/system_dependencies_test.module',
48136   'name' => 'system_dependencies_test',
48137   'type' => 'module',
48138   'owner' => '',
48139   'status' => '0',
48140   'bootstrap' => '0',
48141   'schema_version' => '-1',
48142   'weight' => '0',
48143   '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;}',
48144 ))
48145 ->values(array(
48146   'filename' => 'modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module',
48147   'name' => 'system_incompatible_core_version_dependencies_test',
48148   'type' => 'module',
48149   'owner' => '',
48150   'status' => '0',
48151   'bootstrap' => '0',
48152   'schema_version' => '-1',
48153   'weight' => '0',
48154   '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;}',
48155 ))
48156 ->values(array(
48157   'filename' => 'modules/simpletest/tests/system_incompatible_core_version_test.module',
48158   'name' => 'system_incompatible_core_version_test',
48159   'type' => 'module',
48160   'owner' => '',
48161   'status' => '0',
48162   'bootstrap' => '0',
48163   'schema_version' => '-1',
48164   'weight' => '0',
48165   '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;}',
48166 ))
48167 ->values(array(
48168   'filename' => 'modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module',
48169   'name' => 'system_incompatible_module_version_dependencies_test',
48170   'type' => 'module',
48171   'owner' => '',
48172   'status' => '0',
48173   'bootstrap' => '0',
48174   'schema_version' => '-1',
48175   'weight' => '0',
48176   '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;}',
48177 ))
48178 ->values(array(
48179   'filename' => 'modules/simpletest/tests/system_incompatible_module_version_test.module',
48180   'name' => 'system_incompatible_module_version_test',
48181   'type' => 'module',
48182   'owner' => '',
48183   'status' => '0',
48184   'bootstrap' => '0',
48185   'schema_version' => '-1',
48186   'weight' => '0',
48187   '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;}',
48188 ))
48189 ->values(array(
48190   'filename' => 'modules/simpletest/tests/system_project_namespace_test.module',
48191   'name' => 'system_project_namespace_test',
48192   'type' => 'module',
48193   'owner' => '',
48194   'status' => '0',
48195   'bootstrap' => '0',
48196   'schema_version' => '-1',
48197   'weight' => '0',
48198   '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;}',
48199 ))
48200 ->values(array(
48201   'filename' => 'modules/simpletest/tests/system_test.module',
48202   'name' => 'system_test',
48203   'type' => 'module',
48204   'owner' => '',
48205   'status' => '0',
48206   'bootstrap' => '0',
48207   'schema_version' => '-1',
48208   'weight' => '0',
48209   '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;}',
48210 ))
48211 ->values(array(
48212   'filename' => 'modules/simpletest/tests/taxonomy_test.module',
48213   'name' => 'taxonomy_test',
48214   'type' => 'module',
48215   'owner' => '',
48216   'status' => '0',
48217   'bootstrap' => '0',
48218   'schema_version' => '-1',
48219   'weight' => '0',
48220   '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;}',
48221 ))
48222 ->values(array(
48223   'filename' => 'modules/simpletest/tests/theme_test.module',
48224   'name' => 'theme_test',
48225   'type' => 'module',
48226   'owner' => '',
48227   'status' => '0',
48228   'bootstrap' => '0',
48229   'schema_version' => '-1',
48230   'weight' => '0',
48231   '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;}',
48232 ))
48233 ->values(array(
48234   'filename' => 'modules/simpletest/tests/update_script_test.module',
48235   'name' => 'update_script_test',
48236   'type' => 'module',
48237   'owner' => '',
48238   'status' => '0',
48239   'bootstrap' => '0',
48240   'schema_version' => '-1',
48241   'weight' => '0',
48242   '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;}',
48243 ))
48244 ->values(array(
48245   'filename' => 'modules/simpletest/tests/update_test_1.module',
48246   'name' => 'update_test_1',
48247   'type' => 'module',
48248   'owner' => '',
48249   'status' => '0',
48250   'bootstrap' => '0',
48251   'schema_version' => '-1',
48252   'weight' => '0',
48253   '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;}',
48254 ))
48255 ->values(array(
48256   'filename' => 'modules/simpletest/tests/update_test_2.module',
48257   'name' => 'update_test_2',
48258   'type' => 'module',
48259   'owner' => '',
48260   'status' => '0',
48261   'bootstrap' => '0',
48262   'schema_version' => '-1',
48263   'weight' => '0',
48264   '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;}',
48265 ))
48266 ->values(array(
48267   'filename' => 'modules/simpletest/tests/update_test_3.module',
48268   'name' => 'update_test_3',
48269   'type' => 'module',
48270   'owner' => '',
48271   'status' => '0',
48272   'bootstrap' => '0',
48273   'schema_version' => '-1',
48274   'weight' => '0',
48275   '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;}',
48276 ))
48277 ->values(array(
48278   'filename' => 'modules/simpletest/tests/url_alter_test.module',
48279   'name' => 'url_alter_test',
48280   'type' => 'module',
48281   'owner' => '',
48282   'status' => '0',
48283   'bootstrap' => '0',
48284   'schema_version' => '-1',
48285   'weight' => '0',
48286   '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;}',
48287 ))
48288 ->values(array(
48289   'filename' => 'modules/simpletest/tests/xmlrpc_test.module',
48290   'name' => 'xmlrpc_test',
48291   'type' => 'module',
48292   'owner' => '',
48293   'status' => '0',
48294   'bootstrap' => '0',
48295   'schema_version' => '-1',
48296   'weight' => '0',
48297   '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;}',
48298 ))
48299 ->values(array(
48300   'filename' => 'modules/statistics/statistics.module',
48301   'name' => 'statistics',
48302   'type' => 'module',
48303   'owner' => '',
48304   'status' => '1',
48305   'bootstrap' => '1',
48306   'schema_version' => '7000',
48307   'weight' => '0',
48308   '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;}',
48309 ))
48310 ->values(array(
48311   'filename' => 'modules/syslog/syslog.module',
48312   'name' => 'syslog',
48313   'type' => 'module',
48314   'owner' => '',
48315   'status' => '1',
48316   'bootstrap' => '1',
48317   'schema_version' => '0',
48318   'weight' => '0',
48319   '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;}',
48320 ))
48321 ->values(array(
48322   'filename' => 'modules/system/system.module',
48323   'name' => 'system',
48324   'type' => 'module',
48325   'owner' => '',
48326   'status' => '1',
48327   'bootstrap' => '1',
48328   'schema_version' => '7080',
48329   'weight' => '0',
48330   '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;}',
48331 ))
48332 ->values(array(
48333   'filename' => 'modules/system/tests/cron_queue_test.module',
48334   'name' => 'cron_queue_test',
48335   'type' => 'module',
48336   'owner' => '',
48337   'status' => '0',
48338   'bootstrap' => '0',
48339   'schema_version' => '-1',
48340   'weight' => '0',
48341   '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;}',
48342 ))
48343 ->values(array(
48344   'filename' => 'modules/taxonomy/taxonomy.module',
48345   'name' => 'taxonomy',
48346   'type' => 'module',
48347   'owner' => '',
48348   'status' => '1',
48349   'bootstrap' => '0',
48350   'schema_version' => '7011',
48351   'weight' => '0',
48352   '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>";}',
48353 ))
48354 ->values(array(
48355   'filename' => 'modules/toolbar/toolbar.module',
48356   'name' => 'toolbar',
48357   'type' => 'module',
48358   'owner' => '',
48359   'status' => '1',
48360   'bootstrap' => '0',
48361   'schema_version' => '0',
48362   'weight' => '0',
48363   '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;}',
48364 ))
48365 ->values(array(
48366   'filename' => 'modules/tracker/tracker.module',
48367   'name' => 'tracker',
48368   'type' => 'module',
48369   'owner' => '',
48370   'status' => '1',
48371   'bootstrap' => '0',
48372   'schema_version' => '7000',
48373   'weight' => '0',
48374   '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;}',
48375 ))
48376 ->values(array(
48377   'filename' => 'modules/translation/tests/translation_test.module',
48378   'name' => 'translation_test',
48379   'type' => 'module',
48380   'owner' => '',
48381   'status' => '0',
48382   'bootstrap' => '0',
48383   'schema_version' => '-1',
48384   'weight' => '0',
48385   '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;}',
48386 ))
48387 ->values(array(
48388   'filename' => 'modules/translation/translation.module',
48389   'name' => 'translation',
48390   'type' => 'module',
48391   'owner' => '',
48392   'status' => '1',
48393   'bootstrap' => '0',
48394   'schema_version' => '0',
48395   'weight' => '0',
48396   '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;}',
48397 ))
48398 ->values(array(
48399   'filename' => 'modules/trigger/tests/trigger_test.module',
48400   'name' => 'trigger_test',
48401   'type' => 'module',
48402   'owner' => '',
48403   'status' => '0',
48404   'bootstrap' => '0',
48405   'schema_version' => '-1',
48406   'weight' => '0',
48407   '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;}',
48408 ))
48409 ->values(array(
48410   'filename' => 'modules/trigger/trigger.module',
48411   'name' => 'trigger',
48412   'type' => 'module',
48413   'owner' => '',
48414   'status' => '1',
48415   'bootstrap' => '0',
48416   'schema_version' => '7002',
48417   'weight' => '0',
48418   '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;}',
48419 ))
48420 ->values(array(
48421   'filename' => 'modules/update/tests/aaa_update_test.module',
48422   'name' => 'aaa_update_test',
48423   'type' => 'module',
48424   'owner' => '',
48425   'status' => '0',
48426   'bootstrap' => '0',
48427   'schema_version' => '-1',
48428   'weight' => '0',
48429   '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;}',
48430 ))
48431 ->values(array(
48432   'filename' => 'modules/update/tests/bbb_update_test.module',
48433   'name' => 'bbb_update_test',
48434   'type' => 'module',
48435   'owner' => '',
48436   'status' => '0',
48437   'bootstrap' => '0',
48438   'schema_version' => '-1',
48439   'weight' => '0',
48440   '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;}',
48441 ))
48442 ->values(array(
48443   'filename' => 'modules/update/tests/ccc_update_test.module',
48444   'name' => 'ccc_update_test',
48445   'type' => 'module',
48446   'owner' => '',
48447   'status' => '0',
48448   'bootstrap' => '0',
48449   'schema_version' => '-1',
48450   'weight' => '0',
48451   '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;}',
48452 ))
48453 ->values(array(
48454   'filename' => 'modules/update/tests/update_test.module',
48455   'name' => 'update_test',
48456   'type' => 'module',
48457   'owner' => '',
48458   'status' => '0',
48459   'bootstrap' => '0',
48460   'schema_version' => '-1',
48461   'weight' => '0',
48462   '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;}',
48463 ))
48464 ->values(array(
48465   'filename' => 'modules/update/update.module',
48466   'name' => 'update',
48467   'type' => 'module',
48468   'owner' => '',
48469   'status' => '1',
48470   'bootstrap' => '0',
48471   'schema_version' => '7001',
48472   'weight' => '0',
48473   '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;}',
48474 ))
48475 ->values(array(
48476   'filename' => 'modules/user/tests/user_form_test.module',
48477   'name' => 'user_form_test',
48478   'type' => 'module',
48479   'owner' => '',
48480   'status' => '0',
48481   'bootstrap' => '0',
48482   'schema_version' => '-1',
48483   'weight' => '0',
48484   '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;}',
48485 ))
48486 ->values(array(
48487   'filename' => 'modules/user/user.module',
48488   'name' => 'user',
48489   'type' => 'module',
48490   'owner' => '',
48491   'status' => '1',
48492   'bootstrap' => '0',
48493   'schema_version' => '7018',
48494   'weight' => '0',
48495   '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;}',
48496 ))
48497 ->values(array(
48498   'filename' => 'profiles/standard/standard.profile',
48499   'name' => 'standard',
48500   'type' => 'module',
48501   'owner' => '',
48502   'status' => '1',
48503   'bootstrap' => '0',
48504   'schema_version' => '0',
48505   'weight' => '1000',
48506   '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";}',
48507 ))
48508 ->values(array(
48509   'filename' => 'sites/all/modules/ctools/bulk_export/bulk_export.module',
48510   'name' => 'bulk_export',
48511   'type' => 'module',
48512   'owner' => '',
48513   'status' => '0',
48514   'bootstrap' => '0',
48515   'schema_version' => '-1',
48516   'weight' => '0',
48517   '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;}',
48518 ))
48519 ->values(array(
48520   'filename' => 'sites/all/modules/ctools/ctools.module',
48521   'name' => 'ctools',
48522   'type' => 'module',
48523   'owner' => '',
48524   'status' => '1',
48525   'bootstrap' => '0',
48526   'schema_version' => '6008',
48527   'weight' => '0',
48528   '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;}',
48529 ))
48530 ->values(array(
48531   'filename' => 'sites/all/modules/ctools/ctools_access_ruleset/ctools_access_ruleset.module',
48532   'name' => 'ctools_access_ruleset',
48533   'type' => 'module',
48534   'owner' => '',
48535   'status' => '0',
48536   'bootstrap' => '0',
48537   'schema_version' => '-1',
48538   'weight' => '0',
48539   '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;}',
48540 ))
48541 ->values(array(
48542   'filename' => 'sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.module',
48543   'name' => 'ctools_ajax_sample',
48544   'type' => 'module',
48545   'owner' => '',
48546   'status' => '0',
48547   'bootstrap' => '0',
48548   'schema_version' => '-1',
48549   'weight' => '0',
48550   '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;}',
48551 ))
48552 ->values(array(
48553   'filename' => 'sites/all/modules/ctools/ctools_custom_content/ctools_custom_content.module',
48554   'name' => 'ctools_custom_content',
48555   'type' => 'module',
48556   'owner' => '',
48557   'status' => '0',
48558   'bootstrap' => '0',
48559   'schema_version' => '-1',
48560   'weight' => '0',
48561   '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;}',
48562 ))
48563 ->values(array(
48564   'filename' => 'sites/all/modules/ctools/ctools_plugin_example/ctools_plugin_example.module',
48565   'name' => 'ctools_plugin_example',
48566   'type' => 'module',
48567   'owner' => '',
48568   'status' => '0',
48569   'bootstrap' => '0',
48570   'schema_version' => '-1',
48571   'weight' => '0',
48572   '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;}',
48573 ))
48574 ->values(array(
48575   'filename' => 'sites/all/modules/ctools/page_manager/page_manager.module',
48576   'name' => 'page_manager',
48577   'type' => 'module',
48578   'owner' => '',
48579   'status' => '0',
48580   'bootstrap' => '0',
48581   'schema_version' => '-1',
48582   'weight' => '0',
48583   '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;}',
48584 ))
48585 ->values(array(
48586   'filename' => 'sites/all/modules/ctools/stylizer/stylizer.module',
48587   'name' => 'stylizer',
48588   'type' => 'module',
48589   'owner' => '',
48590   'status' => '0',
48591   'bootstrap' => '0',
48592   'schema_version' => '-1',
48593   'weight' => '0',
48594   '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;}',
48595 ))
48596 ->values(array(
48597   'filename' => 'sites/all/modules/ctools/term_depth/term_depth.module',
48598   'name' => 'term_depth',
48599   'type' => 'module',
48600   'owner' => '',
48601   'status' => '0',
48602   'bootstrap' => '0',
48603   'schema_version' => '-1',
48604   'weight' => '0',
48605   '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;}',
48606 ))
48607 ->values(array(
48608   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export_test.module',
48609   'name' => 'ctools_export_test',
48610   'type' => 'module',
48611   'owner' => '',
48612   'status' => '0',
48613   'bootstrap' => '0',
48614   'schema_version' => '-1',
48615   'weight' => '0',
48616   '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;}',
48617 ))
48618 ->values(array(
48619   'filename' => 'sites/all/modules/ctools/tests/ctools_plugin_test.module',
48620   'name' => 'ctools_plugin_test',
48621   'type' => 'module',
48622   'owner' => '',
48623   'status' => '0',
48624   'bootstrap' => '0',
48625   'schema_version' => '-1',
48626   'weight' => '0',
48627   '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;}',
48628 ))
48629 ->values(array(
48630   'filename' => 'sites/all/modules/ctools/views_content/views_content.module',
48631   'name' => 'views_content',
48632   'type' => 'module',
48633   'owner' => '',
48634   'status' => '0',
48635   'bootstrap' => '0',
48636   'schema_version' => '-1',
48637   'weight' => '0',
48638   '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;}',
48639 ))
48640 ->values(array(
48641   'filename' => 'sites/all/modules/date/date.module',
48642   'name' => 'date',
48643   'type' => 'module',
48644   'owner' => '',
48645   'status' => '1',
48646   'bootstrap' => '0',
48647   'schema_version' => '7004',
48648   'weight' => '0',
48649   '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>";}',
48650 ))
48651 ->values(array(
48652   'filename' => 'sites/all/modules/date/date_all_day/date_all_day.module',
48653   'name' => 'date_all_day',
48654   'type' => 'module',
48655   'owner' => '',
48656   'status' => '0',
48657   'bootstrap' => '0',
48658   'schema_version' => '-1',
48659   'weight' => '0',
48660   '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;}",
48661 ))
48662 ->values(array(
48663   'filename' => 'sites/all/modules/date/date_api/date_api.module',
48664   'name' => 'date_api',
48665   'type' => 'module',
48666   'owner' => '',
48667   'status' => '1',
48668   'bootstrap' => '0',
48669   'schema_version' => '7001',
48670   'weight' => '0',
48671   '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;}',
48672 ))
48673 ->values(array(
48674   'filename' => 'sites/all/modules/date/date_context/date_context.module',
48675   'name' => 'date_context',
48676   'type' => 'module',
48677   'owner' => '',
48678   'status' => '0',
48679   'bootstrap' => '0',
48680   'schema_version' => '-1',
48681   'weight' => '0',
48682   '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;}',
48683 ))
48684 ->values(array(
48685   'filename' => 'sites/all/modules/date/date_migrate/date_migrate.module',
48686   'name' => 'date_migrate',
48687   'type' => 'module',
48688   'owner' => '',
48689   'status' => '0',
48690   'bootstrap' => '0',
48691   'schema_version' => '-1',
48692   'weight' => '0',
48693   '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;}',
48694 ))
48695 ->values(array(
48696   'filename' => 'sites/all/modules/date/date_migrate/date_migrate_example/date_migrate_example.module',
48697   'name' => 'date_migrate_example',
48698   'type' => 'module',
48699   'owner' => '',
48700   'status' => '0',
48701   'bootstrap' => '0',
48702   'schema_version' => '-1',
48703   'weight' => '0',
48704   '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;}',
48705 ))
48706 ->values(array(
48707   'filename' => 'sites/all/modules/date/date_popup/date_popup.module',
48708   'name' => 'date_popup',
48709   'type' => 'module',
48710   'owner' => '',
48711   'status' => '0',
48712   'bootstrap' => '0',
48713   'schema_version' => '-1',
48714   'weight' => '0',
48715   '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;}',
48716 ))
48717 ->values(array(
48718   'filename' => 'sites/all/modules/date/date_repeat/date_repeat.module',
48719   'name' => 'date_repeat',
48720   'type' => 'module',
48721   'owner' => '',
48722   'status' => '0',
48723   'bootstrap' => '0',
48724   'schema_version' => '-1',
48725   'weight' => '0',
48726   '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;}',
48727 ))
48728 ->values(array(
48729   'filename' => 'sites/all/modules/date/date_repeat_field/date_repeat_field.module',
48730   'name' => 'date_repeat_field',
48731   'type' => 'module',
48732   'owner' => '',
48733   'status' => '0',
48734   'bootstrap' => '0',
48735   'schema_version' => '-1',
48736   'weight' => '0',
48737   '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;}',
48738 ))
48739 ->values(array(
48740   'filename' => 'sites/all/modules/date/date_tools/date_tools.module',
48741   'name' => 'date_tools',
48742   'type' => 'module',
48743   'owner' => '',
48744   'status' => '0',
48745   'bootstrap' => '0',
48746   'schema_version' => '-1',
48747   'weight' => '0',
48748   '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;}',
48749 ))
48750 ->values(array(
48751   'filename' => 'sites/all/modules/date/date_views/date_views.module',
48752   'name' => 'date_views',
48753   'type' => 'module',
48754   'owner' => '',
48755   'status' => '0',
48756   'bootstrap' => '0',
48757   'schema_version' => '-1',
48758   'weight' => '0',
48759   '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;}',
48760 ))
48761 ->values(array(
48762   'filename' => 'sites/all/modules/email/email.module',
48763   'name' => 'email',
48764   'type' => 'module',
48765   'owner' => '',
48766   'status' => '1',
48767   'bootstrap' => '0',
48768   'schema_version' => '0',
48769   'weight' => '0',
48770   '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>";}',
48771 ))
48772 ->values(array(
48773   'filename' => 'sites/all/modules/entity/entity.module',
48774   'name' => 'entity',
48775   'type' => 'module',
48776   'owner' => '',
48777   'status' => '1',
48778   'bootstrap' => '0',
48779   'schema_version' => '7003',
48780   'weight' => '0',
48781   '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;}',
48782 ))
48783 ->values(array(
48784   'filename' => 'sites/all/modules/entity/entity_token.module',
48785   'name' => 'entity_token',
48786   'type' => 'module',
48787   'owner' => '',
48788   'status' => '0',
48789   'bootstrap' => '0',
48790   'schema_version' => '-1',
48791   'weight' => '0',
48792   '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;}',
48793 ))
48794 ->values(array(
48795   'filename' => 'sites/all/modules/entity/tests/entity_feature.module',
48796   'name' => 'entity_feature',
48797   'type' => 'module',
48798   'owner' => '',
48799   'status' => '0',
48800   'bootstrap' => '0',
48801   'schema_version' => '-1',
48802   'weight' => '0',
48803   '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;}',
48804 ))
48805 ->values(array(
48806   'filename' => 'sites/all/modules/entity/tests/entity_test.module',
48807   'name' => 'entity_test',
48808   'type' => 'module',
48809   'owner' => '',
48810   'status' => '0',
48811   'bootstrap' => '0',
48812   'schema_version' => '-1',
48813   'weight' => '0',
48814   '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;}',
48815 ))
48816 ->values(array(
48817   'filename' => 'sites/all/modules/entity/tests/entity_test_i18n.module',
48818   'name' => 'entity_test_i18n',
48819   'type' => 'module',
48820   'owner' => '',
48821   'status' => '0',
48822   'bootstrap' => '0',
48823   'schema_version' => '-1',
48824   'weight' => '0',
48825   '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;}',
48826 ))
48827 ->values(array(
48828   'filename' => 'sites/all/modules/entityreference/entityreference.module',
48829   'name' => 'entityreference',
48830   'type' => 'module',
48831   'owner' => '',
48832   'status' => '1',
48833   'bootstrap' => '0',
48834   'schema_version' => '7002',
48835   'weight' => '0',
48836   '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>";}',
48837 ))
48838 ->values(array(
48839   'filename' => 'sites/all/modules/entityreference/examples/entityreference_behavior_example/entityreference_behavior_example.module',
48840   'name' => 'entityreference_behavior_example',
48841   'type' => 'module',
48842   'owner' => '',
48843   'status' => '0',
48844   'bootstrap' => '0',
48845   'schema_version' => '-1',
48846   'weight' => '0',
48847   '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;}',
48848 ))
48849 ->values(array(
48850   'filename' => 'sites/all/modules/entityreference/tests/modules/entityreference_feeds_test/entityreference_feeds_test.module',
48851   'name' => 'entityreference_feeds_test',
48852   'type' => 'module',
48853   'owner' => '',
48854   'status' => '0',
48855   'bootstrap' => '0',
48856   'schema_version' => '-1',
48857   'weight' => '0',
48858   '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;}',
48859 ))
48860 ->values(array(
48861   'filename' => 'sites/all/modules/entity_translation/entity_translation.module',
48862   'name' => 'entity_translation',
48863   'type' => 'module',
48864   'owner' => '',
48865   'status' => '1',
48866   'bootstrap' => '0',
48867   'schema_version' => '7009',
48868   'weight' => '11',
48869   'info' => 'a:14:{s:4:"name";s:18:"Entity Translation";s:11:"description";s:58:"Allows entities to be translated into different languages.";s:7:"package";s:33:"Multilingual - Entity Translation";s:4:"core";s:3:"7.x";s:9:"configure";s:40:"admin/config/regional/entity_translation";s:12:"dependencies";a:1:{i:0;s:14:"locale (>7.14)";}s:17:"test_dependencies";a:2:{i:0;s:17:"pathauto:pathauto";i:1;s:5:"title";}s:5:"files";a:15:{i:0;s:40:"includes/translation.handler_factory.inc";i:1;s:32:"includes/translation.handler.inc";i:2;s:40:"includes/translation.handler.comment.inc";i:3;s:37:"includes/translation.handler.node.inc";i:4;s:46:"includes/translation.handler.taxonomy_term.inc";i:5;s:37:"includes/translation.handler.user.inc";i:6;s:32:"includes/translation.migrate.inc";i:7;s:29:"tests/entity_translation.test";i:8;s:49:"views/entity_translation_handler_relationship.inc";i:9;s:57:"views/entity_translation_handler_field_translate_link.inc";i:10;s:48:"views/entity_translation_handler_field_label.inc";i:11;s:55:"views/entity_translation_handler_filter_entity_type.inc";i:12;s:52:"views/entity_translation_handler_filter_language.inc";i:13;s:62:"views/entity_translation_handler_filter_translation_exists.inc";i:14;s:48:"views/entity_translation_handler_field_field.inc";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48870 ))
48871 ->values(array(
48872   'filename' => 'sites/all/modules/entity_translation/entity_translation_i18n_menu/entity_translation_i18n_menu.module',
48873   'name' => 'entity_translation_i18n_menu',
48874   'type' => 'module',
48875   'owner' => '',
48876   'status' => '0',
48877   'bootstrap' => '0',
48878   'schema_version' => '-1',
48879   'weight' => '0',
48880   'info' => 'a:12:{s:4:"name";s:23:"Entity Translation Menu";s:11:"description";s:54:"Allows menu items to be translated on the entity form.";s:7:"package";s:33:"Multilingual - Entity Translation";s:4:"core";s:3:"7.x";s:12:"dependencies";a:3:{i:0;s:18:"entity_translation";i:1;s:4:"i18n";i:2;s:9:"i18n_menu";}s:5:"files";a:1:{i:0;s:33:"entity_translation_i18n_menu.test";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48881 ))
48882 ->values(array(
48883   'filename' => 'sites/all/modules/entity_translation/entity_translation_upgrade/entity_translation_upgrade.module',
48884   'name' => 'entity_translation_upgrade',
48885   'type' => 'module',
48886   'owner' => '',
48887   'status' => '0',
48888   'bootstrap' => '0',
48889   'schema_version' => '-1',
48890   'weight' => '0',
48891   'info' => 'a:12:{s:4:"name";s:26:"Entity Translation Upgrade";s:11:"description";s:80:"Provides an upgrade path from node-based translation to field-based translation.";s:7:"package";s:33:"Multilingual - Entity Translation";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:18:"entity_translation";}s:5:"files";a:1:{i:0;s:31:"entity_translation_upgrade.test";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48892 ))
48893 ->values(array(
48894   'filename' => 'sites/all/modules/entity_translation/tests/entity_translation_test.module',
48895   'name' => 'entity_translation_test',
48896   'type' => 'module',
48897   'owner' => '',
48898   'status' => '0',
48899   'bootstrap' => '0',
48900   'schema_version' => '-1',
48901   'weight' => '0',
48902   'info' => 'a:13:{s:4:"name";s:26:"Entity Translation testing";s:11:"description";s:61:"Tests Entity Translation module functionality. Do not enable.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:18:"entity_translation";}s:5:"files";a:1:{i:0;s:30:"entity_translation_test.module";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48903 ))
48904 ->values(array(
48905   'filename' => 'sites/all/modules/i18n/i18n.module',
48906   'name' => 'i18n',
48907   'type' => 'module',
48908   'owner' => '',
48909   'status' => '1',
48910   'bootstrap' => '1',
48911   'schema_version' => '7001',
48912   'weight' => '10',
48913   'info' => 'a:13:{s:4:"name";s:20:"Internationalization";s:11:"description";s:49:"Extends Drupal support for multilingual features.";s:12:"dependencies";a:2:{i:0;s:6:"locale";i:1;s:8:"variable";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:15:"i18n_object.inc";i:1;s:9:"i18n.test";}s:9:"configure";s:26:"admin/config/regional/i18n";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48914 ))
48915 ->values(array(
48916   'filename' => 'sites/all/modules/i18n/i18n_block/i18n_block.module',
48917   'name' => 'i18n_block',
48918   'type' => 'module',
48919   'owner' => '',
48920   'status' => '0',
48921   'bootstrap' => '0',
48922   'schema_version' => '-1',
48923   'weight' => '0',
48924   'info' => 'a:12:{s:4:"name";s:15:"Block languages";s:11:"description";s:68:"Enables language selector for blocks and optional block translation.";s:12:"dependencies";a:2:{i:0;s:5:"block";i:1;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:14:"i18n_block.inc";i:1;s:15:"i18n_block.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48925 ))
48926 ->values(array(
48927   'filename' => 'sites/all/modules/i18n/i18n_contact/i18n_contact.module',
48928   'name' => 'i18n_contact',
48929   'type' => 'module',
48930   'owner' => '',
48931   'status' => '0',
48932   'bootstrap' => '0',
48933   'schema_version' => '-1',
48934   'weight' => '0',
48935   'info' => 'a:12:{s:4:"name";s:19:"Contact translation";s:11:"description";s:63:"Makes contact categories and replies available for translation.";s:12:"dependencies";a:2:{i:0;s:7:"contact";i:1;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48936 ))
48937 ->values(array(
48938   'filename' => 'sites/all/modules/i18n/i18n_field/i18n_field.module',
48939   'name' => 'i18n_field',
48940   'type' => 'module',
48941   'owner' => '',
48942   'status' => '0',
48943   'bootstrap' => '0',
48944   'schema_version' => '-1',
48945   'weight' => '0',
48946   'info' => 'a:12:{s:4:"name";s:17:"Field translation";s:11:"description";s:26:"Translate field properties";s:12:"dependencies";a:2:{i:0;s:5:"field";i:1;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:14:"i18n_field.inc";i:1;s:15:"i18n_field.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48947 ))
48948 ->values(array(
48949   'filename' => 'sites/all/modules/i18n/i18n_forum/i18n_forum.module',
48950   'name' => 'i18n_forum',
48951   'type' => 'module',
48952   'owner' => '',
48953   'status' => '0',
48954   'bootstrap' => '0',
48955   'schema_version' => '-1',
48956   'weight' => '0',
48957   'info' => 'a:12:{s:4:"name";s:18:"Multilingual forum";s:11:"description";s:60:"Enables multilingual forum, translates names and containers.";s:12:"dependencies";a:3:{i:0;s:5:"forum";i:1;s:13:"i18n_taxonomy";i:2;s:9:"i18n_node";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"i18n_forum.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48958 ))
48959 ->values(array(
48960   'filename' => 'sites/all/modules/i18n/i18n_menu/i18n_menu.module',
48961   'name' => 'i18n_menu',
48962   'type' => 'module',
48963   'owner' => '',
48964   'status' => '0',
48965   'bootstrap' => '0',
48966   'schema_version' => '-1',
48967   'weight' => '0',
48968   'info' => 'a:12:{s:4:"name";s:16:"Menu translation";s:11:"description";s:40:"Supports translatable custom menu items.";s:12:"dependencies";a:4:{i:0;s:4:"i18n";i:1;s:4:"menu";i:2;s:11:"i18n_string";i:3;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:13:"i18n_menu.inc";i:1;s:14:"i18n_menu.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48969 ))
48970 ->values(array(
48971   'filename' => 'sites/all/modules/i18n/i18n_node/i18n_node.module',
48972   'name' => 'i18n_node',
48973   'type' => 'module',
48974   'owner' => '',
48975   'status' => '0',
48976   'bootstrap' => '0',
48977   'schema_version' => '-1',
48978   'weight' => '0',
48979   'info' => 'a:13:{s:4:"name";s:20:"Multilingual content";s:11:"description";s:46:"Extended node options for multilingual content";s:12:"dependencies";a:3:{i:0;s:11:"translation";i:1;s:4:"i18n";i:2;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:31:"admin/config/regional/i18n/node";s:5:"files";a:2:{i:0;s:14:"i18n_node.test";i:1;s:22:"i18n_node.variable.inc";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48980 ))
48981 ->values(array(
48982   'filename' => 'sites/all/modules/i18n/i18n_path/i18n_path.module',
48983   'name' => 'i18n_path',
48984   'type' => 'module',
48985   'owner' => '',
48986   'status' => '0',
48987   'bootstrap' => '0',
48988   'schema_version' => '-1',
48989   'weight' => '0',
48990   'info' => 'a:12:{s:4:"name";s:16:"Path translation";s:11:"description";s:37:"Define translations for generic paths";s:12:"dependencies";a:1:{i:0;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:13:"i18n_path.inc";i:1;s:14:"i18n_path.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48991 ))
48992 ->values(array(
48993   'filename' => 'sites/all/modules/i18n/i18n_redirect/i18n_redirect.module',
48994   'name' => 'i18n_redirect',
48995   'type' => 'module',
48996   'owner' => '',
48997   'status' => '0',
48998   'bootstrap' => '0',
48999   'schema_version' => '-1',
49000   'weight' => '0',
49001   'info' => 'a:12:{s:4:"name";s:20:"Translation redirect";s:11:"description";s:71:"Redirect to translated page when available. SEO for multilingual sites.";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49002 ))
49003 ->values(array(
49004   'filename' => 'sites/all/modules/i18n/i18n_select/i18n_select.module',
49005   'name' => 'i18n_select',
49006   'type' => 'module',
49007   'owner' => '',
49008   'status' => '0',
49009   'bootstrap' => '0',
49010   'schema_version' => '-1',
49011   'weight' => '0',
49012   'info' => 'a:13:{s:4:"name";s:19:"Multilingual select";s:11:"description";s:45:"API module for multilingual content selection";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:33:"admin/config/regional/i18n/select";s:5:"files";a:1:{i:0;s:16:"i18n_select.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49013 ))
49014 ->values(array(
49015   'filename' => 'sites/all/modules/i18n/i18n_string/i18n_string.module',
49016   'name' => 'i18n_string',
49017   'type' => 'module',
49018   'owner' => '',
49019   'status' => '0',
49020   'bootstrap' => '0',
49021   'schema_version' => '-1',
49022   'weight' => '0',
49023   'info' => 'a:13:{s:4:"name";s:18:"String translation";s:11:"description";s:57:"Provides support for translation of user defined strings.";s:12:"dependencies";a:2:{i:0;s:6:"locale";i:1;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:3:{i:0;s:21:"i18n_string.admin.inc";i:1;s:15:"i18n_string.inc";i:2;s:16:"i18n_string.test";}s:9:"configure";s:34:"admin/config/regional/i18n/strings";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49024 ))
49025 ->values(array(
49026   'filename' => 'sites/all/modules/i18n/i18n_sync/i18n_sync.module',
49027   'name' => 'i18n_sync',
49028   'type' => 'module',
49029   'owner' => '',
49030   'status' => '0',
49031   'bootstrap' => '0',
49032   'schema_version' => '-1',
49033   'weight' => '0',
49034   'info' => 'a:12:{s:4:"name";s:24:"Synchronize translations";s:11:"description";s:73:"Synchronizes taxonomy and fields across translations of the same content.";s:12:"dependencies";a:2:{i:0;s:4:"i18n";i:1;s:11:"translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:5:{i:0;s:16:"i18n_sync.module";i:1;s:17:"i18n_sync.install";i:2;s:20:"i18n_sync.module.inc";i:3;s:18:"i18n_sync.node.inc";i:4;s:14:"i18n_sync.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49035 ))
49036 ->values(array(
49037   'filename' => 'sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.module',
49038   'name' => 'i18n_taxonomy',
49039   'type' => 'module',
49040   'owner' => '',
49041   'status' => '0',
49042   'bootstrap' => '0',
49043   'schema_version' => '-1',
49044   'weight' => '0',
49045   'info' => 'a:12:{s:4:"name";s:20:"Taxonomy translation";s:11:"description";s:30:"Enables multilingual taxonomy.";s:12:"dependencies";a:3:{i:0;s:8:"taxonomy";i:1;s:11:"i18n_string";i:2;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:4:{i:0;s:17:"i18n_taxonomy.inc";i:1;s:23:"i18n_taxonomy.pages.inc";i:2;s:23:"i18n_taxonomy.admin.inc";i:3;s:18:"i18n_taxonomy.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49046 ))
49047 ->values(array(
49048   'filename' => 'sites/all/modules/i18n/i18n_translation/i18n_translation.module',
49049   'name' => 'i18n_translation',
49050   'type' => 'module',
49051   'owner' => '',
49052   'status' => '0',
49053   'bootstrap' => '0',
49054   'schema_version' => '-1',
49055   'weight' => '0',
49056   'info' => 'a:12:{s:4:"name";s:16:"Translation sets";s:11:"description";s:47:"Simple translation sets API for generic objects";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:20:"i18n_translation.inc";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49057 ))
49058 ->values(array(
49059   'filename' => 'sites/all/modules/i18n/i18n_user/i18n_user.module',
49060   'name' => 'i18n_user',
49061   'type' => 'module',
49062   'owner' => '',
49063   'status' => '0',
49064   'bootstrap' => '0',
49065   'schema_version' => '-1',
49066   'weight' => '0',
49067   'info' => 'a:12:{s:4:"name";s:21:"User mail translation";s:11:"description";s:43:"Translate emails sent from the User module.";s:4:"core";s:3:"7.x";s:7:"package";s:35:"Multilingual - Internationalization";s:12:"dependencies";a:1:{i:0;s:13:"i18n_variable";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49068 ))
49069 ->values(array(
49070   'filename' => 'sites/all/modules/i18n/i18n_variable/i18n_variable.module',
49071   'name' => 'i18n_variable',
49072   'type' => 'module',
49073   'owner' => '',
49074   'status' => '1',
49075   'bootstrap' => '1',
49076   'schema_version' => '7004',
49077   'weight' => '-900',
49078   'info' => 'a:13:{s:4:"name";s:20:"Variable translation";s:11:"description";s:71:"Multilingual variables that switch language depending on page language.";s:12:"dependencies";a:3:{i:0;s:4:"i18n";i:1;s:24:"variable_store (7.x-2.x)";i:2;s:24:"variable_realm (7.x-2.x)";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:35:"admin/config/regional/i18n/variable";s:5:"files";a:2:{i:0;s:23:"i18n_variable.class.inc";i:1;s:18:"i18n_variable.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49079 ))
49080 ->values(array(
49081   'filename' => 'sites/all/modules/i18n/tests/i18n_test.module',
49082   'name' => 'i18n_test',
49083   'type' => 'module',
49084   'owner' => '',
49085   'status' => '0',
49086   'bootstrap' => '0',
49087   'schema_version' => '-1',
49088   'weight' => '0',
49089   'info' => 'a:13:{s:4:"name";s:26:"Internationalization tests";s:11:"description";s:55:"Helper module for testing i18n (do not enable manually)";s:12:"dependencies";a:3:{i:0;s:6:"locale";i:1;s:11:"translation";i:2;s:4:"i18n";}s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49090 ))
49091 ->values(array(
49092   'filename' => 'sites/all/modules/link/link.module',
49093   'name' => 'link',
49094   'type' => 'module',
49095   'owner' => '',
49096   'status' => '1',
49097   'bootstrap' => '0',
49098   'schema_version' => '7001',
49099   'weight' => '0',
49100   '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>";}',
49101 ))
49102 ->values(array(
49103   'filename' => 'sites/all/modules/phone/phone.module',
49104   'name' => 'phone',
49105   'type' => 'module',
49106   'owner' => '',
49107   'status' => '1',
49108   'bootstrap' => '0',
49109   'schema_version' => '0',
49110   'weight' => '0',
49111   '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>";}',
49112 ))
49113 ->values(array(
49114   'filename' => 'sites/all/modules/title/title.module',
49115   'name' => 'title',
49116   'type' => 'module',
49117   'owner' => '',
49118   'status' => '1',
49119   'bootstrap' => '0',
49120   'schema_version' => '7002',
49121   'weight' => '100',
49122   'info' => 'a:13:{s:4:"name";s:5:"Title";s:11:"description";s:50:"Replaces entity legacy fields with regular fields.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:9:"configure";s:26:"admin/config/content/title";s:12:"dependencies";a:1:{i:0;s:14:"system (>7.14)";}s:5:"files";a:3:{i:0;s:12:"title.module";i:1;s:35:"views/views_handler_title_field.inc";i:2;s:16:"tests/title.test";}s:7:"version";s:14:"7.x-1.0-alpha9";s:7:"project";s:5:"title";s:9:"datestamp";s:10:"1484302985";s:5:"mtime";i:1484302985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49123 ))
49124 ->values(array(
49125   'filename' => 'sites/all/modules/variable/variable.module',
49126   'name' => 'variable',
49127   'type' => 'module',
49128   'owner' => '',
49129   'status' => '1',
49130   'bootstrap' => '1',
49131   'schema_version' => '0',
49132   'weight' => '0',
49133   'info' => 'a:12:{s:4:"name";s:8:"Variable";s:11:"description";s:43:"Variable Information and basic variable API";s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:5:"files";a:9:{i:0;s:27:"includes/forum.variable.inc";i:1;s:28:"includes/locale.variable.inc";i:2;s:26:"includes/menu.variable.inc";i:3;s:26:"includes/node.variable.inc";i:4;s:28:"includes/system.variable.inc";i:5;s:30:"includes/taxonomy.variable.inc";i:6;s:33:"includes/translation.variable.inc";i:7;s:26:"includes/user.variable.inc";i:8;s:13:"variable.test";}s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49134 ))
49135 ->values(array(
49136   'filename' => 'sites/all/modules/variable/variable_admin/variable_admin.module',
49137   'name' => 'variable_admin',
49138   'type' => 'module',
49139   'owner' => '',
49140   'status' => '0',
49141   'bootstrap' => '0',
49142   'schema_version' => '-1',
49143   'weight' => '0',
49144   'info' => 'a:12:{s:4:"name";s:14:"Variable admin";s:11:"description";s:26:"Variable Administration UI";s:12:"dependencies";a:1:{i:0;s:8:"variable";}s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49145 ))
49146 ->values(array(
49147   'filename' => 'sites/all/modules/variable/variable_example/variable_example.module',
49148   'name' => 'variable_example',
49149   'type' => 'module',
49150   'owner' => '',
49151   'status' => '0',
49152   'bootstrap' => '0',
49153   'schema_version' => '-1',
49154   'weight' => '0',
49155   'info' => 'a:12:{s:4:"name";s:16:"Variable example";s:11:"description";s:83:"An example module showing how to use the Variable API and providing some variables.";s:12:"dependencies";a:2:{i:0;s:8:"variable";i:1;s:14:"variable_store";}s:7:"package";s:15:"Example modules";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:29:"variable_example.variable.inc";}s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49156 ))
49157 ->values(array(
49158   'filename' => 'sites/all/modules/variable/variable_realm/variable_realm.module',
49159   'name' => 'variable_realm',
49160   'type' => 'module',
49161   'owner' => '',
49162   'status' => '1',
49163   'bootstrap' => '1',
49164   'schema_version' => '7000',
49165   'weight' => '-1000',
49166   'info' => 'a:12:{s:4:"name";s:14:"Variable realm";s:11:"description";s:49:"API to use variable realms from different modules";s:12:"dependencies";a:1:{i:0;s:8:"variable";}s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-2.5";s:5:"files";a:2:{i:0;s:24:"variable_realm.class.inc";i:1;s:30:"variable_realm_union.class.inc";}s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49167 ))
49168 ->values(array(
49169   'filename' => 'sites/all/modules/variable/variable_store/variable_store.module',
49170   'name' => 'variable_store',
49171   'type' => 'module',
49172   'owner' => '',
49173   'status' => '1',
49174   'bootstrap' => '1',
49175   'schema_version' => '7000',
49176   'weight' => '-1000',
49177   'info' => 'a:12:{s:4:"name";s:14:"Variable store";s:11:"description";s:60:"Database storage for variable realms. This is an API module.";s:12:"dependencies";a:1:{i:0;s:8:"variable";}s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-2.5";s:5:"files";a:2:{i:0;s:24:"variable_store.class.inc";i:1;s:19:"variable_store.test";}s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49178 ))
49179 ->values(array(
49180   'filename' => 'sites/all/modules/variable/variable_views/variable_views.module',
49181   'name' => 'variable_views',
49182   'type' => 'module',
49183   'owner' => '',
49184   'status' => '0',
49185   'bootstrap' => '0',
49186   'schema_version' => '-1',
49187   'weight' => '0',
49188   'info' => 'a:12:{s:4:"name";s:14:"Variable views";s:11:"description";s:78:"Provides views integration for variable, included a default variable argument.";s:12:"dependencies";a:2:{i:0;s:8:"variable";i:1;s:5:"views";}s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:5:"files";a:3:{i:0;s:51:"includes/views_plugin_argument_default_variable.inc";i:1;s:47:"includes/views_handler_field_variable_title.inc";i:2;s:47:"includes/views_handler_field_variable_value.inc";}s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49189 ))
49190 ->values(array(
49191   'filename' => 'sites/all/modules/views/tests/views_test.module',
49192   'name' => 'views_test',
49193   'type' => 'module',
49194   'owner' => '',
49195   'status' => '0',
49196   'bootstrap' => '0',
49197   'schema_version' => '-1',
49198   'weight' => '0',
49199   'info' => 'a:13:{s:4:"name";s:10:"Views Test";s:11:"description";s:22:"Test module for Views.";s:7:"package";s:5:"Views";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:6:"hidden";b:1;s:7:"version";s:8:"7.x-3.20";s:7:"project";s:5:"views";s:9:"datestamp";s:10:"1523668093";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49200 ))
49201 ->values(array(
49202   'filename' => 'sites/all/modules/views/views.module',
49203   'name' => 'views',
49204   'type' => 'module',
49205   'owner' => '',
49206   'status' => '0',
49207   'bootstrap' => '0',
49208   'schema_version' => '7301',
49209   'weight' => '10',
49210   '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;}',
49211 ))
49212 ->values(array(
49213   'filename' => 'sites/all/modules/views/views_ui.module',
49214   'name' => 'views_ui',
49215   'type' => 'module',
49216   'owner' => '',
49217   'status' => '0',
49218   'bootstrap' => '0',
49219   'schema_version' => '0',
49220   'weight' => '0',
49221   '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;}',
49222 ))
49223 ->values(array(
49224   'filename' => 'themes/bartik/bartik.info',
49225   'name' => 'bartik',
49226   'type' => 'theme',
49227   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
49228   'status' => '1',
49229   'bootstrap' => '0',
49230   'schema_version' => '-1',
49231   'weight' => '0',
49232   '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";}}',
49233 ))
49234 ->values(array(
49235   'filename' => 'themes/garland/garland.info',
49236   'name' => 'garland',
49237   'type' => 'theme',
49238   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
49239   'status' => '0',
49240   'bootstrap' => '0',
49241   'schema_version' => '-1',
49242   'weight' => '0',
49243   '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";}}',
49244 ))
49245 ->values(array(
49246   'filename' => 'themes/seven/seven.info',
49247   'name' => 'seven',
49248   'type' => 'theme',
49249   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
49250   'status' => '1',
49251   'bootstrap' => '0',
49252   'schema_version' => '-1',
49253   'weight' => '0',
49254   '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";}}',
49255 ))
49256 ->values(array(
49257   'filename' => 'themes/stark/stark.info',
49258   'name' => 'stark',
49259   'type' => 'theme',
49260   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
49261   'status' => '0',
49262   'bootstrap' => '0',
49263   'schema_version' => '-1',
49264   'weight' => '0',
49265   '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\";}}",
49266 ))
49267 ->execute();
49268
49269 $connection->schema()->createTable('taxonomy_index', array(
49270   'fields' => array(
49271     'nid' => array(
49272       'type' => 'int',
49273       'not null' => TRUE,
49274       'size' => 'normal',
49275       'default' => '0',
49276       'unsigned' => TRUE,
49277     ),
49278     'tid' => array(
49279       'type' => 'int',
49280       'not null' => TRUE,
49281       'size' => 'normal',
49282       'default' => '0',
49283       'unsigned' => TRUE,
49284     ),
49285     'sticky' => array(
49286       'type' => 'int',
49287       'not null' => FALSE,
49288       'size' => 'normal',
49289       'default' => '0',
49290     ),
49291     'created' => array(
49292       'type' => 'int',
49293       'not null' => TRUE,
49294       'size' => 'normal',
49295       'default' => '0',
49296     ),
49297   ),
49298   'mysql_character_set' => 'utf8',
49299 ));
49300
49301 $connection->insert('taxonomy_index')
49302 ->fields(array(
49303   'nid',
49304   'tid',
49305   'sticky',
49306   'created',
49307 ))
49308 ->values(array(
49309   'nid' => '1',
49310   'tid' => '4',
49311   'sticky' => '0',
49312   'created' => '1421727515',
49313 ))
49314 ->values(array(
49315   'nid' => '2',
49316   'tid' => '9',
49317   'sticky' => '0',
49318   'created' => '1441306772',
49319 ))
49320 ->values(array(
49321   'nid' => '2',
49322   'tid' => '14',
49323   'sticky' => '0',
49324   'created' => '1441306772',
49325 ))
49326 ->values(array(
49327   'nid' => '2',
49328   'tid' => '17',
49329   'sticky' => '0',
49330   'created' => '1441306772',
49331 ))
49332 ->values(array(
49333   'nid' => '3',
49334   'tid' => '9',
49335   'sticky' => '0',
49336   'created' => '1471428152',
49337 ))
49338 ->values(array(
49339   'nid' => '3',
49340   'tid' => '14',
49341   'sticky' => '0',
49342   'created' => '1471428152',
49343 ))
49344 ->values(array(
49345   'nid' => '3',
49346   'tid' => '17',
49347   'sticky' => '0',
49348   'created' => '1471428152',
49349 ))
49350 ->values(array(
49351   'nid' => '1',
49352   'tid' => '4',
49353   'sticky' => '0',
49354   'created' => '1421727515',
49355 ))
49356 ->values(array(
49357   'nid' => '1',
49358   'tid' => '17',
49359   'sticky' => '0',
49360   'created' => '1421727515',
49361 ))
49362 ->values(array(
49363   'nid' => '1',
49364   'tid' => '15',
49365   'sticky' => '0',
49366   'created' => '1421727515',
49367 ))
49368 ->values(array(
49369   'nid' => '6',
49370   'tid' => '1',
49371   'sticky' => '0',
49372   'created' => '1504715414',
49373 ))
49374 ->values(array(
49375   'nid' => '7',
49376   'tid' => '1',
49377   'sticky' => '0',
49378   'created' => '1504715432',
49379 ))
49380 ->execute();
49381
49382 $connection->schema()->createTable('taxonomy_term_data', array(
49383   'fields' => array(
49384     'tid' => array(
49385       'type' => 'serial',
49386       'not null' => TRUE,
49387       'size' => 'normal',
49388       'unsigned' => TRUE,
49389     ),
49390     'vid' => array(
49391       'type' => 'int',
49392       'not null' => TRUE,
49393       'size' => 'normal',
49394       'default' => '0',
49395       'unsigned' => TRUE,
49396     ),
49397     'name' => array(
49398       'type' => 'varchar',
49399       'not null' => TRUE,
49400       'length' => '255',
49401       'default' => '',
49402     ),
49403     'description' => array(
49404       'type' => 'text',
49405       'not null' => FALSE,
49406       'size' => 'normal',
49407     ),
49408     'format' => array(
49409       'type' => 'varchar',
49410       'not null' => FALSE,
49411       'length' => '255',
49412     ),
49413     'weight' => array(
49414       'type' => 'int',
49415       'not null' => TRUE,
49416       'size' => 'normal',
49417       'default' => '0',
49418     ),
49419   ),
49420   'primary key' => array(
49421     'tid',
49422   ),
49423   'mysql_character_set' => 'utf8',
49424 ));
49425
49426 $connection->insert('taxonomy_term_data')
49427 ->fields(array(
49428   'tid',
49429   'vid',
49430   'name',
49431   'description',
49432   'format',
49433   'weight',
49434 ))
49435 ->values(array(
49436   'tid' => '1',
49437   'vid' => '2',
49438   'name' => 'General discussion',
49439   'description' => '',
49440   'format' => NULL,
49441   'weight' => '2',
49442 ))
49443 ->values(array(
49444   'tid' => '2',
49445   'vid' => '3',
49446   'name' => 'Term1',
49447   'description' => 'The first term.',
49448   'format' => 'filtered_html',
49449   'weight' => '0',
49450 ))
49451 ->values(array(
49452   'tid' => '3',
49453   'vid' => '3',
49454   'name' => 'Term2',
49455   'description' => 'The second term.',
49456   'format' => 'filtered_html',
49457   'weight' => '0',
49458 ))
49459 ->values(array(
49460   'tid' => '4',
49461   'vid' => '3',
49462   'name' => 'Term3',
49463   'description' => 'The third term.',
49464   'format' => 'full_html',
49465   'weight' => '0',
49466 ))
49467 ->values(array(
49468   'tid' => '5',
49469   'vid' => '2',
49470   'name' => 'Custom Forum',
49471   'description' => 'Where the cool kids are.',
49472   'format' => NULL,
49473   'weight' => '3',
49474 ))
49475 ->values(array(
49476   'tid' => '6',
49477   'vid' => '2',
49478   'name' => 'Games',
49479   'description' => '',
49480   'format' => NULL,
49481   'weight' => '4',
49482 ))
49483 ->values(array(
49484   'tid' => '7',
49485   'vid' => '2',
49486   'name' => 'Minecraft',
49487   'description' => '',
49488   'format' => NULL,
49489   'weight' => '1',
49490 ))
49491 ->values(array(
49492   'tid' => '8',
49493   'vid' => '2',
49494   'name' => 'Half Life 3',
49495   'description' => '',
49496   'format' => NULL,
49497   'weight' => '0',
49498 ))
49499 ->values(array(
49500   'tid' => '9',
49501   'vid' => '1',
49502   'name' => 'Benjamin Sisko',
49503   'description' => 'Portrayed by Avery Brooks',
49504   'format' => 'filtered_html',
49505   'weight' => '0',
49506 ))
49507 ->values(array(
49508   'tid' => '10',
49509   'vid' => '1',
49510   'name' => 'Kira Nerys',
49511   'description' => 'Portrayed by Nana Visitor',
49512   'format' => 'filtered_html',
49513   'weight' => '0',
49514 ))
49515 ->values(array(
49516   'tid' => '11',
49517   'vid' => '1',
49518   'name' => 'Dax',
49519   'description' => 'Portrayed by Terry Farrell',
49520   'format' => 'filtered_html',
49521   'weight' => '0',
49522 ))
49523 ->values(array(
49524   'tid' => '12',
49525   'vid' => '1',
49526   'name' => 'Jake Sisko',
49527   'description' => 'Portrayed by Cirroc Lofton',
49528   'format' => 'filtered_html',
49529   'weight' => '0',
49530 ))
49531 ->values(array(
49532   'tid' => '13',
49533   'vid' => '1',
49534   'name' => 'Gul Dukat',
49535   'description' => 'Portrayed by Marc Alaimo',
49536   'format' => 'filtered_html',
49537   'weight' => '0',
49538 ))
49539 ->values(array(
49540   'tid' => '14',
49541   'vid' => '1',
49542   'name' => 'Odo',
49543   'description' => 'Portrayed by Rene Auberjonois',
49544   'format' => 'filtered_html',
49545   'weight' => '0',
49546 ))
49547 ->values(array(
49548   'tid' => '15',
49549   'vid' => '1',
49550   'name' => 'Worf',
49551   'description' => 'Portrayed by Michael Dorn',
49552   'format' => 'filtered_html',
49553   'weight' => '0',
49554 ))
49555 ->values(array(
49556   'tid' => '16',
49557   'vid' => '1',
49558   'name' => "Miles O'Brien",
49559   'description' => 'Portrayed by Colm Meaney',
49560   'format' => 'filtered_html',
49561   'weight' => '0',
49562 ))
49563 ->values(array(
49564   'tid' => '17',
49565   'vid' => '1',
49566   'name' => 'Quark',
49567   'description' => 'Portrayed by Armin Shimerman',
49568   'format' => 'filtered_html',
49569   'weight' => '0',
49570 ))
49571 ->values(array(
49572   'tid' => '18',
49573   'vid' => '1',
49574   'name' => 'Elim Garak',
49575   'description' => 'Portrayed by Andrew Robinson',
49576   'format' => 'filtered_html',
49577   'weight' => '0',
49578 ))
49579 ->execute();
49580
49581 $connection->schema()->createTable('taxonomy_term_hierarchy', array(
49582   'fields' => array(
49583     'tid' => array(
49584       'type' => 'int',
49585       'not null' => TRUE,
49586       'size' => 'normal',
49587       'default' => '0',
49588       'unsigned' => TRUE,
49589     ),
49590     'parent' => array(
49591       'type' => 'int',
49592       'not null' => TRUE,
49593       'size' => 'normal',
49594       'default' => '0',
49595       'unsigned' => TRUE,
49596     ),
49597   ),
49598   'primary key' => array(
49599     'tid',
49600     'parent',
49601   ),
49602   'mysql_character_set' => 'utf8',
49603 ));
49604
49605 $connection->insert('taxonomy_term_hierarchy')
49606 ->fields(array(
49607   'tid',
49608   'parent',
49609 ))
49610 ->values(array(
49611   'tid' => '1',
49612   'parent' => '0',
49613 ))
49614 ->values(array(
49615   'tid' => '2',
49616   'parent' => '0',
49617 ))
49618 ->values(array(
49619   'tid' => '3',
49620   'parent' => '0',
49621 ))
49622 ->values(array(
49623   'tid' => '5',
49624   'parent' => '0',
49625 ))
49626 ->values(array(
49627   'tid' => '6',
49628   'parent' => '0',
49629 ))
49630 ->values(array(
49631   'tid' => '9',
49632   'parent' => '0',
49633 ))
49634 ->values(array(
49635   'tid' => '10',
49636   'parent' => '0',
49637 ))
49638 ->values(array(
49639   'tid' => '11',
49640   'parent' => '0',
49641 ))
49642 ->values(array(
49643   'tid' => '12',
49644   'parent' => '0',
49645 ))
49646 ->values(array(
49647   'tid' => '13',
49648   'parent' => '0',
49649 ))
49650 ->values(array(
49651   'tid' => '14',
49652   'parent' => '0',
49653 ))
49654 ->values(array(
49655   'tid' => '15',
49656   'parent' => '0',
49657 ))
49658 ->values(array(
49659   'tid' => '16',
49660   'parent' => '0',
49661 ))
49662 ->values(array(
49663   'tid' => '17',
49664   'parent' => '0',
49665 ))
49666 ->values(array(
49667   'tid' => '18',
49668   'parent' => '0',
49669 ))
49670 ->values(array(
49671   'tid' => '4',
49672   'parent' => '3',
49673 ))
49674 ->values(array(
49675   'tid' => '7',
49676   'parent' => '6',
49677 ))
49678 ->values(array(
49679   'tid' => '8',
49680   'parent' => '6',
49681 ))
49682 ->execute();
49683
49684 $connection->schema()->createTable('taxonomy_vocabulary', array(
49685   'fields' => array(
49686     'vid' => array(
49687       'type' => 'serial',
49688       'not null' => TRUE,
49689       'size' => 'normal',
49690       'unsigned' => TRUE,
49691     ),
49692     'name' => array(
49693       'type' => 'varchar',
49694       'not null' => TRUE,
49695       'length' => '255',
49696       'default' => '',
49697     ),
49698     'machine_name' => array(
49699       'type' => 'varchar',
49700       'not null' => TRUE,
49701       'length' => '255',
49702       'default' => '',
49703     ),
49704     'description' => array(
49705       'type' => 'text',
49706       'not null' => FALSE,
49707       'size' => 'normal',
49708     ),
49709     'hierarchy' => array(
49710       'type' => 'int',
49711       'not null' => TRUE,
49712       'size' => 'normal',
49713       'default' => '0',
49714       'unsigned' => TRUE,
49715     ),
49716     'module' => array(
49717       'type' => 'varchar',
49718       'not null' => TRUE,
49719       'length' => '255',
49720       'default' => '',
49721     ),
49722     'weight' => array(
49723       'type' => 'int',
49724       'not null' => TRUE,
49725       'size' => 'normal',
49726       'default' => '0',
49727     ),
49728   ),
49729   'primary key' => array(
49730     'vid',
49731   ),
49732   'mysql_character_set' => 'utf8',
49733 ));
49734
49735 $connection->insert('taxonomy_vocabulary')
49736 ->fields(array(
49737   'vid',
49738   'name',
49739   'machine_name',
49740   'description',
49741   'hierarchy',
49742   'module',
49743   'weight',
49744 ))
49745 ->values(array(
49746   'vid' => '1',
49747   'name' => 'Tags',
49748   'machine_name' => 'tags',
49749   'description' => 'Use tags to group articles on similar topics into categories.',
49750   'hierarchy' => '0',
49751   'module' => 'taxonomy',
49752   'weight' => '0',
49753 ))
49754 ->values(array(
49755   'vid' => '2',
49756   'name' => 'Sujet de discussion',
49757   'machine_name' => 'sujet_de_discussion',
49758   'description' => 'Forum navigation vocabulary',
49759   'hierarchy' => '1',
49760   'module' => 'forum',
49761   'weight' => '-10',
49762 ))
49763 ->values(array(
49764   'vid' => '3',
49765   'name' => 'Test Vocabulary',
49766   'machine_name' => 'test_vocabulary',
49767   'description' => 'This is the vocabulary description',
49768   'hierarchy' => '1',
49769   'module' => 'taxonomy',
49770   'weight' => '0',
49771 ))
49772 ->values(array(
49773   'vid' => '4',
49774   'name' => 'vocabulary name clearly different than machine name and much longer than thirty two characters',
49775   'machine_name' => 'vocabulary_name_much_longer_than_thirty_two_characters',
49776   'description' => 'description of vocabulary name much longer than thirty two characters',
49777   'hierarchy' => '1',
49778   'module' => 'taxonomy',
49779   'weight' => '0',
49780 ))
49781 ->execute();
49782
49783 $connection->schema()->createTable('tracker_node', array(
49784   'fields' => array(
49785     'nid' => array(
49786       'type' => 'int',
49787       'not null' => TRUE,
49788       'size' => 'normal',
49789       'default' => '0',
49790       'unsigned' => TRUE,
49791     ),
49792     'published' => array(
49793       'type' => 'int',
49794       'not null' => FALSE,
49795       'size' => 'normal',
49796       'default' => '0',
49797     ),
49798     'changed' => array(
49799       'type' => 'int',
49800       'not null' => TRUE,
49801       'size' => 'normal',
49802       'default' => '0',
49803       'unsigned' => TRUE,
49804     ),
49805   ),
49806   'primary key' => array(
49807     'nid',
49808   ),
49809   'mysql_character_set' => 'utf8',
49810 ));
49811
49812 $connection->insert('tracker_node')
49813 ->fields(array(
49814   'nid',
49815   'published',
49816   'changed',
49817 ))
49818 ->values(array(
49819   'nid' => '1',
49820   'published' => '1',
49821   'changed' => '1421727536',
49822 ))
49823 ->execute();
49824
49825 $connection->schema()->createTable('tracker_user', array(
49826   'fields' => array(
49827     'nid' => array(
49828       'type' => 'int',
49829       'not null' => TRUE,
49830       'size' => 'normal',
49831       'default' => '0',
49832       'unsigned' => TRUE,
49833     ),
49834     'uid' => array(
49835       'type' => 'int',
49836       'not null' => TRUE,
49837       'size' => 'normal',
49838       'default' => '0',
49839     ),
49840     'published' => array(
49841       'type' => 'int',
49842       'not null' => FALSE,
49843       'size' => 'normal',
49844       'default' => '0',
49845     ),
49846     'changed' => array(
49847       'type' => 'int',
49848       'not null' => TRUE,
49849       'size' => 'normal',
49850       'default' => '0',
49851       'unsigned' => TRUE,
49852     ),
49853   ),
49854   'primary key' => array(
49855     'nid',
49856     'uid',
49857   ),
49858   'mysql_character_set' => 'utf8',
49859 ));
49860
49861 $connection->insert('tracker_user')
49862 ->fields(array(
49863   'nid',
49864   'uid',
49865   'published',
49866   'changed',
49867 ))
49868 ->values(array(
49869   'nid' => '1',
49870   'uid' => '2',
49871   'published' => '1',
49872   'changed' => '1421727536',
49873 ))
49874 ->execute();
49875
49876 $connection->schema()->createTable('trigger_assignments', array(
49877   'fields' => array(
49878     'hook' => array(
49879       'type' => 'varchar',
49880       'not null' => TRUE,
49881       'length' => '78',
49882       'default' => '',
49883     ),
49884     'aid' => array(
49885       'type' => 'varchar',
49886       'not null' => TRUE,
49887       'length' => '255',
49888       'default' => '',
49889     ),
49890     'weight' => array(
49891       'type' => 'int',
49892       'not null' => TRUE,
49893       'size' => 'normal',
49894       'default' => '0',
49895     ),
49896   ),
49897   'primary key' => array(
49898     'hook',
49899     'aid',
49900   ),
49901   'mysql_character_set' => 'utf8',
49902 ));
49903
49904 $connection->insert('trigger_assignments')
49905 ->fields(array(
49906   'hook',
49907   'aid',
49908   'weight',
49909 ))
49910 ->values(array(
49911   'hook' => 'comment_presave',
49912   'aid' => 'comment_publish_action',
49913   'weight' => '1',
49914 ))
49915 ->execute();
49916
49917 $connection->schema()->createTable('url_alias', array(
49918   'fields' => array(
49919     'pid' => array(
49920       'type' => 'serial',
49921       'not null' => TRUE,
49922       'size' => 'normal',
49923       'unsigned' => TRUE,
49924     ),
49925     'source' => array(
49926       'type' => 'varchar',
49927       'not null' => TRUE,
49928       'length' => '255',
49929       'default' => '',
49930     ),
49931     'alias' => array(
49932       'type' => 'varchar',
49933       'not null' => TRUE,
49934       'length' => '255',
49935       'default' => '',
49936     ),
49937     'language' => array(
49938       'type' => 'varchar',
49939       'not null' => TRUE,
49940       'length' => '12',
49941       'default' => '',
49942     ),
49943   ),
49944   'primary key' => array(
49945     'pid',
49946   ),
49947   'mysql_character_set' => 'utf8',
49948 ));
49949
49950 $connection->insert('url_alias')
49951 ->fields(array(
49952   'pid',
49953   'source',
49954   'alias',
49955   'language',
49956 ))
49957 ->values(array(
49958   'pid' => '1',
49959   'source' => 'taxonomy/term/4',
49960   'alias' => 'term33',
49961   'language' => 'und',
49962 ))
49963 ->values(array(
49964   'pid' => '2',
49965   'source' => 'node/2',
49966   'alias' => 'deep-space-9',
49967   'language' => 'en',
49968 ))
49969 ->values(array(
49970   'pid' => '3',
49971   'source' => 'node/3',
49972   'alias' => 'deep-space-9-is',
49973   'language' => 'is',
49974 ))
49975 ->values(array(
49976   'pid' => '4',
49977   'source' => 'node/4',
49978   'alias' => 'firefly-is',
49979   'language' => 'is',
49980 ))
49981 ->values(array(
49982   'pid' => '5',
49983   'source' => 'node/5',
49984   'alias' => 'firefly',
49985   'language' => 'en',
49986 ))
49987 ->values(array(
49988   'pid' => '6',
49989   'source' => 'admin',
49990   'alias' => 'source-noslash',
49991   'language' => 'und',
49992 ))
49993 ->execute();
49994
49995 $connection->schema()->createTable('users', array(
49996   'fields' => array(
49997     'uid' => array(
49998       'type' => 'int',
49999       'not null' => TRUE,
50000       'size' => 'normal',
50001       'default' => '0',
50002       'unsigned' => TRUE,
50003     ),
50004     'name' => array(
50005       'type' => 'varchar',
50006       'not null' => TRUE,
50007       'length' => '60',
50008       'default' => '',
50009     ),
50010     'pass' => array(
50011       'type' => 'varchar',
50012       'not null' => TRUE,
50013       'length' => '128',
50014       'default' => '',
50015     ),
50016     'mail' => array(
50017       'type' => 'varchar',
50018       'not null' => FALSE,
50019       'length' => '254',
50020       'default' => '',
50021     ),
50022     'theme' => array(
50023       'type' => 'varchar',
50024       'not null' => TRUE,
50025       'length' => '255',
50026       'default' => '',
50027     ),
50028     'signature' => array(
50029       'type' => 'varchar',
50030       'not null' => TRUE,
50031       'length' => '255',
50032       'default' => '',
50033     ),
50034     'signature_format' => array(
50035       'type' => 'varchar',
50036       'not null' => FALSE,
50037       'length' => '255',
50038     ),
50039     'created' => array(
50040       'type' => 'int',
50041       'not null' => TRUE,
50042       'size' => 'normal',
50043       'default' => '0',
50044     ),
50045     'access' => array(
50046       'type' => 'int',
50047       'not null' => TRUE,
50048       'size' => 'normal',
50049       'default' => '0',
50050     ),
50051     'login' => array(
50052       'type' => 'int',
50053       'not null' => TRUE,
50054       'size' => 'normal',
50055       'default' => '0',
50056     ),
50057     'status' => array(
50058       'type' => 'int',
50059       'not null' => TRUE,
50060       'size' => 'normal',
50061       'default' => '0',
50062     ),
50063     'timezone' => array(
50064       'type' => 'varchar',
50065       'not null' => FALSE,
50066       'length' => '32',
50067     ),
50068     'language' => array(
50069       'type' => 'varchar',
50070       'not null' => TRUE,
50071       'length' => '12',
50072       'default' => '',
50073     ),
50074     'picture' => array(
50075       'type' => 'int',
50076       'not null' => TRUE,
50077       'size' => 'normal',
50078       'default' => '0',
50079     ),
50080     'init' => array(
50081       'type' => 'varchar',
50082       'not null' => FALSE,
50083       'length' => '254',
50084       'default' => '',
50085     ),
50086     'data' => array(
50087       'type' => 'blob',
50088       'not null' => FALSE,
50089       'size' => 'normal',
50090     ),
50091   ),
50092   'primary key' => array(
50093     'uid',
50094   ),
50095   'mysql_character_set' => 'utf8',
50096 ));
50097
50098 $connection->insert('users')
50099 ->fields(array(
50100   'uid',
50101   'name',
50102   'pass',
50103   'mail',
50104   'theme',
50105   'signature',
50106   'signature_format',
50107   'created',
50108   'access',
50109   'login',
50110   'status',
50111   'timezone',
50112   'language',
50113   'picture',
50114   'init',
50115   'data',
50116 ))
50117 ->values(array(
50118   'uid' => '1',
50119   'name' => 'admin',
50120   'pass' => '$S$D/HVkgCg1Hvi7DN5KVSgNl.2C5g8W6oe/OoIRMUlyjkmPugQRhoB',
50121   'mail' => 'admin@local.host',
50122   'theme' => '',
50123   'signature' => '',
50124   'signature_format' => NULL,
50125   'created' => '0',
50126   'access' => '1444945097',
50127   'login' => '1444945097',
50128   'status' => '1',
50129   'timezone' => NULL,
50130   'language' => '',
50131   'picture' => '0',
50132   'init' => '',
50133   'data' => 'a:1:{s:7:"contact";i:1;}',
50134 ))
50135 ->values(array(
50136   'uid' => '2',
50137   'name' => 'Odo',
50138   'pass' => '$S$DGFZUE.FhrXbe4y52eC7p0ZVRGD/gOPtVctDlmC89qkujnBokAlJ',
50139   'mail' => 'odo@local.host',
50140   'theme' => '',
50141   'signature' => '',
50142   'signature_format' => 'filtered_html',
50143   'created' => '1440532218',
50144   'access' => '0',
50145   'login' => '0',
50146   'status' => '1',
50147   'timezone' => 'America/Chicago',
50148   'language' => 'is',
50149   'picture' => '0',
50150   'init' => 'odo@local.host',
50151   'data' => 'a:1:{s:7:"contact";i:1;}',
50152 ))
50153 ->values(array(
50154   'uid' => '3',
50155   'name' => 'Bob',
50156   'pass' => '$S$DGFZUE.FhrXbe4y52eC7p0ZVRGD/gOPtVctDlmC89qkujnBokAlJ',
50157   'mail' => 'bob@local.host',
50158   'theme' => '',
50159   'signature' => '',
50160   'signature_format' => 'filtered_html',
50161   'created' => '1440532218',
50162   'access' => '0',
50163   'login' => '0',
50164   'status' => '1',
50165   'timezone' => 'America/New_York',
50166   'language' => 'fr',
50167   'picture' => '0',
50168   'init' => 'bob@local.host',
50169   'data' => 'a:1:{s:7:"contact";i:1;}',
50170 ))
50171 ->execute();
50172
50173 $connection->schema()->createTable('users_roles', array(
50174   'fields' => array(
50175     'uid' => array(
50176       'type' => 'int',
50177       'not null' => TRUE,
50178       'size' => 'normal',
50179       'default' => '0',
50180       'unsigned' => TRUE,
50181     ),
50182     'rid' => array(
50183       'type' => 'int',
50184       'not null' => TRUE,
50185       'size' => 'normal',
50186       'default' => '0',
50187       'unsigned' => TRUE,
50188     ),
50189   ),
50190   'primary key' => array(
50191     'uid',
50192     'rid',
50193   ),
50194   'mysql_character_set' => 'utf8',
50195 ));
50196
50197 $connection->insert('users_roles')
50198 ->fields(array(
50199   'uid',
50200   'rid',
50201 ))
50202 ->values(array(
50203   'uid' => '1',
50204   'rid' => '3',
50205 ))
50206 ->values(array(
50207   'uid' => '2',
50208   'rid' => '3',
50209 ))
50210 ->values(array(
50211   'uid' => '3',
50212   'rid' => '3',
50213 ))
50214 ->execute();
50215
50216 $connection->schema()->createTable('variable', array(
50217   'fields' => array(
50218     'name' => array(
50219       'type' => 'varchar',
50220       'not null' => TRUE,
50221       'length' => '128',
50222       'default' => '',
50223     ),
50224     'value' => array(
50225       'type' => 'blob',
50226       'not null' => TRUE,
50227       'size' => 'normal',
50228     ),
50229   ),
50230   'primary key' => array(
50231     'name',
50232   ),
50233   'mysql_character_set' => 'utf8',
50234 ));
50235
50236 $connection->insert('variable')
50237 ->fields(array(
50238   'name',
50239   'value',
50240 ))
50241 ->values(array(
50242   'name' => 'actions_max_stack',
50243   'value' => 'i:28;',
50244 ))
50245 ->values(array(
50246   'name' => 'additional_settings__active_tab_article',
50247   'value' => 's:15:"edit-submission";',
50248 ))
50249 ->values(array(
50250   'name' => 'additional_settings__active_tab_blog',
50251   'value' => 's:13:"edit-workflow";',
50252 ))
50253 ->values(array(
50254   'name' => 'additional_settings__active_tab_book',
50255   'value' => 's:13:"edit-workflow";',
50256 ))
50257 ->values(array(
50258   'name' => 'additional_settings__active_tab_forum',
50259   'value' => 's:15:"edit-submission";',
50260 ))
50261 ->values(array(
50262   'name' => 'additional_settings__active_tab_page',
50263   'value' => 's:15:"edit-submission";',
50264 ))
50265 ->values(array(
50266   'name' => 'additional_settings__active_tab_test_content_type',
50267   'value' => 's:13:"edit-workflow";',
50268 ))
50269 ->values(array(
50270   'name' => 'admin_compact_mode',
50271   'value' => 'b:1;',
50272 ))
50273 ->values(array(
50274   'name' => 'admin_theme',
50275   'value' => 's:5:"seven";',
50276 ))
50277 ->values(array(
50278   'name' => 'aggregator_allowed_html_tags',
50279   'value' => 's:13:"<p> <div> <a>";',
50280 ))
50281 ->values(array(
50282   'name' => 'aggregator_clear',
50283   'value' => 'i:86400;',
50284 ))
50285 ->values(array(
50286   'name' => 'aggregator_fetcher',
50287   'value' => 's:10:"aggregator";',
50288 ))
50289 ->values(array(
50290   'name' => 'aggregator_parser',
50291   'value' => 's:10:"aggregator";',
50292 ))
50293 ->values(array(
50294   'name' => 'aggregator_processors',
50295   'value' => 'a:1:{i:0;s:10:"aggregator";}',
50296 ))
50297 ->values(array(
50298   'name' => 'aggregator_summary_items',
50299   'value' => 'i:6;',
50300 ))
50301 ->values(array(
50302   'name' => 'aggregator_teaser_length',
50303   'value' => 'i:500;',
50304 ))
50305 ->values(array(
50306   'name' => 'allow_insecure_derivatives',
50307   'value' => 'b:1;',
50308 ))
50309 ->values(array(
50310   'name' => 'allow_insecure_uploads',
50311   'value' => 'i:1;',
50312 ))
50313 ->values(array(
50314   'name' => 'anonymous',
50315   'value' => 's:9:"Anonymous";',
50316 ))
50317 ->values(array(
50318   'name' => 'authorize_filetransfer_default',
50319   'value' => 's:3:"ftp";',
50320 ))
50321 ->values(array(
50322   'name' => 'block_cache',
50323   'value' => 'i:0;',
50324 ))
50325 ->values(array(
50326   'name' => 'book_allowed_types',
50327   'value' => 'a:1:{i:0;s:4:"book";}',
50328 ))
50329 ->values(array(
50330   'name' => 'book_block_mode',
50331   'value' => 's:9:"all pages";',
50332 ))
50333 ->values(array(
50334   'name' => 'book_child_type',
50335   'value' => 's:4:"book";',
50336 ))
50337 ->values(array(
50338   'name' => 'cache',
50339   'value' => 'i:0;',
50340 ))
50341 ->values(array(
50342   'name' => 'cache_flush_cache',
50343   'value' => 'i:0;',
50344 ))
50345 ->values(array(
50346   'name' => 'cache_flush_cache_block',
50347   'value' => 'i:0;',
50348 ))
50349 ->values(array(
50350   'name' => 'cache_flush_cache_field',
50351   'value' => 'i:0;',
50352 ))
50353 ->values(array(
50354   'name' => 'cache_flush_cache_filter',
50355   'value' => 'i:1444944970;',
50356 ))
50357 ->values(array(
50358   'name' => 'cache_flush_cache_form',
50359   'value' => 'i:1444944970;',
50360 ))
50361 ->values(array(
50362   'name' => 'cache_flush_cache_image',
50363   'value' => 'i:1444944970;',
50364 ))
50365 ->values(array(
50366   'name' => 'cache_flush_cache_menu',
50367   'value' => 'i:1444944970;',
50368 ))
50369 ->values(array(
50370   'name' => 'cache_flush_cache_page',
50371   'value' => 'i:0;',
50372 ))
50373 ->values(array(
50374   'name' => 'cache_flush_cache_path',
50375   'value' => 'i:1444944970;',
50376 ))
50377 ->values(array(
50378   'name' => 'cache_lifetime',
50379   'value' => 's:3:"300";',
50380 ))
50381 ->values(array(
50382   'name' => 'clean_url',
50383   'value' => 's:1:"1";',
50384 ))
50385 ->values(array(
50386   'name' => 'color_bartik_files',
50387   'value' => 'a:2:{i:0;s:39:"public://color/bartik-e0e23ad7/logo.png";i:1;s:41:"public://color/bartik-e0e23ad7/colors.css";}',
50388 ))
50389 ->values(array(
50390   'name' => 'color_bartik_logo',
50391   'value' => 's:39:"public://color/bartik-e0e23ad7/logo.png";',
50392 ))
50393 ->values(array(
50394   'name' => 'color_bartik_palette',
50395   'value' => 'a:9:{s:3:"top";s:7:"#d0d0d0";s:6:"bottom";s:7:"#c2c4c5";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#ffffff";s:14:"sidebarborders";s:7:"#cccccc";s:6:"footer";s:7:"#24272c";s:11:"titleslogan";s:7:"#000000";s:4:"text";s:7:"#4a4a4a";s:4:"link";s:7:"#019dbf";}',
50396 ))
50397 ->values(array(
50398   'name' => 'color_bartik_stylesheets',
50399   'value' => 'a:1:{i:0;s:41:"public://color/bartik-e0e23ad7/colors.css";}',
50400 ))
50401 ->values(array(
50402   'name' => 'color_bartik_screenshot',
50403   'value' => 's:72:"/var/www/drupal/sites/default/files/color/bartik-b69cfcec/screenshot.png";'
50404 ))
50405 ->values(array(
50406   'name' => 'color_garland_files',
50407   'value' => 'a:19:{i:0;s:50:"public://color/garland-b69cfcec/menu-collapsed.gif";i:1;s:54:"public://color/garland-b69cfcec/menu-collapsed-rtl.gif";i:2;s:49:"public://color/garland-b69cfcec/menu-expanded.gif";i:3;s:45:"public://color/garland-b69cfcec/menu-leaf.gif";i:4;s:67:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/body.png";i:5;s:69:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-bar.png";i:6;s:75:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-bar-white.png";i:7;s:69:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-tab.png";i:8;s:76:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-navigation.png";i:9;s:78:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-content-left.png";i:10;s:79:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-content-right.png";i:11;s:73:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-content.png";i:12;s:81:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-navigation-item.png";i:13;s:87:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-navigation-item-hover.png";i:14;s:77:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/gradient-inner.png";i:15;s:67:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/logo.png";i:16;s:73:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/screenshot.png";i:17;s:41:"public://color/garland-b69cfcec/style.css";i:18;s:45:"public://color/garland-b69cfcec/style-rtl.css";}',
50408 ))
50409 ->values(array(
50410   'name' => 'color_garland_logo',
50411   'value' => 's:40:"public://color/garland-b69cfcec/logo.png";'
50412 ))
50413 ->values(array(
50414   'name' => 'color_garland_palette',
50415   'value' => 'a:5:{s:4:"base";s:7:"#d0cb9a";s:4:"link";s:7:"#917803";s:3:"top";s:7:"#efde01";s:6:"bottom";s:7:"#e6fb2d";s:4:"text";s:7:"#494949";}',
50416 ))
50417 ->values(array(
50418   'name' => 'color_garland_screenshot',
50419   'value' => 's:73:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/screenshot.png";'
50420 ))
50421 ->values(array(
50422   'name' => 'color_garland_stylesheets',
50423   'value' => 'a:2:{i:0;s:41:"public://color/garland-b69cfcec/style.css";i:1;s:45:"public://color/garland-b69cfcec/style-rtl.css";}',
50424 ))
50425 ->values(array(
50426   'name' => 'comment_anonymous_article',
50427   'value' => 'i:0;',
50428 ))
50429 ->values(array(
50430   'name' => 'comment_anonymous_blog',
50431   'value' => 'i:0;',
50432 ))
50433 ->values(array(
50434   'name' => 'comment_anonymous_book',
50435   'value' => 'i:0;',
50436 ))
50437 ->values(array(
50438   'name' => 'comment_anonymous_forum',
50439   'value' => 'i:0;',
50440 ))
50441 ->values(array(
50442   'name' => 'comment_anonymous_page',
50443   'value' => 'i:0;',
50444 ))
50445 ->values(array(
50446   'name' => 'comment_anonymous_test_content_type',
50447   'value' => 'i:0;',
50448 ))
50449 ->values(array(
50450   'name' => 'comment_article',
50451   'value' => 's:1:"2";',
50452 ))
50453 ->values(array(
50454   'name' => 'comment_blog',
50455   'value' => 's:1:"2";',
50456 ))
50457 ->values(array(
50458   'name' => 'comment_book',
50459   'value' => 's:1:"2";',
50460 ))
50461 ->values(array(
50462   'name' => 'comment_default_mode_article',
50463   'value' => 'i:1;',
50464 ))
50465 ->values(array(
50466   'name' => 'comment_default_mode_blog',
50467   'value' => 'i:1;',
50468 ))
50469 ->values(array(
50470   'name' => 'comment_default_mode_book',
50471   'value' => 'i:1;',
50472 ))
50473 ->values(array(
50474   'name' => 'comment_default_mode_forum',
50475   'value' => 'i:1;',
50476 ))
50477 ->values(array(
50478   'name' => 'comment_default_mode_page',
50479   'value' => 'i:1;',
50480 ))
50481 ->values(array(
50482   'name' => 'comment_default_mode_test_content_type',
50483   'value' => 'i:1;',
50484 ))
50485 ->values(array(
50486   'name' => 'comment_default_per_page_article',
50487   'value' => 's:2:"50";',
50488 ))
50489 ->values(array(
50490   'name' => 'comment_default_per_page_blog',
50491   'value' => 's:2:"50";',
50492 ))
50493 ->values(array(
50494   'name' => 'comment_default_per_page_book',
50495   'value' => 's:2:"50";',
50496 ))
50497 ->values(array(
50498   'name' => 'comment_default_per_page_forum',
50499   'value' => 's:2:"50";',
50500 ))
50501 ->values(array(
50502   'name' => 'comment_default_per_page_page',
50503   'value' => 's:2:"50";',
50504 ))
50505 ->values(array(
50506   'name' => 'comment_default_per_page_test_content_type',
50507   'value' => 's:2:"30";',
50508 ))
50509 ->values(array(
50510   'name' => 'comment_form_location_article',
50511   'value' => 'i:1;',
50512 ))
50513 ->values(array(
50514   'name' => 'comment_form_location_blog',
50515   'value' => 'i:1;',
50516 ))
50517 ->values(array(
50518   'name' => 'comment_form_location_book',
50519   'value' => 'i:1;',
50520 ))
50521 ->values(array(
50522   'name' => 'comment_form_location_forum',
50523   'value' => 'i:1;',
50524 ))
50525 ->values(array(
50526   'name' => 'comment_form_location_page',
50527   'value' => 'i:1;',
50528 ))
50529 ->values(array(
50530   'name' => 'comment_form_location_test_content_type',
50531   'value' => 'i:1;',
50532 ))
50533 ->values(array(
50534   'name' => 'comment_forum',
50535   'value' => 's:1:"2";',
50536 ))
50537 ->values(array(
50538   'name' => 'comment_page',
50539   'value' => 's:1:"0";',
50540 ))
50541 ->values(array(
50542   'name' => 'comment_preview_article',
50543   'value' => 's:1:"1";',
50544 ))
50545 ->values(array(
50546   'name' => 'comment_preview_blog',
50547   'value' => 's:1:"1";',
50548 ))
50549 ->values(array(
50550   'name' => 'comment_preview_book',
50551   'value' => 's:1:"1";',
50552 ))
50553 ->values(array(
50554   'name' => 'comment_preview_forum',
50555   'value' => 's:1:"1";',
50556 ))
50557 ->values(array(
50558   'name' => 'comment_preview_page',
50559   'value' => 's:1:"1";',
50560 ))
50561 ->values(array(
50562   'name' => 'comment_preview_test_content_type',
50563   'value' => 's:1:"1";',
50564 ))
50565 ->values(array(
50566   'name' => 'comment_subject_field_article',
50567   'value' => 'i:1;',
50568 ))
50569 ->values(array(
50570   'name' => 'comment_subject_field_blog',
50571   'value' => 'i:1;',
50572 ))
50573 ->values(array(
50574   'name' => 'comment_subject_field_book',
50575   'value' => 'i:1;',
50576 ))
50577 ->values(array(
50578   'name' => 'comment_subject_field_forum',
50579   'value' => 'i:1;',
50580 ))
50581 ->values(array(
50582   'name' => 'comment_subject_field_page',
50583   'value' => 'i:1;',
50584 ))
50585 ->values(array(
50586   'name' => 'comment_subject_field_test_content_type',
50587   'value' => 'i:0;',
50588 ))
50589 ->values(array(
50590   'name' => 'comment_test_content_type',
50591   'value' => 's:1:"2";',
50592 ))
50593 ->values(array(
50594   'name' => 'configurable_timezones',
50595   'value' => 'b:1;',
50596 ))
50597 ->values(array(
50598   'name' => 'contact_default_status',
50599   'value' => 'i:1;',
50600 ))
50601 ->values(array(
50602   'name' => 'contact_threshold_limit',
50603   'value' => 'i:33;',
50604 ))
50605 ->values(array(
50606   'name' => 'contact_threshold_window',
50607   'value' => 'i:7200;',
50608 ))
50609 ->values(array(
50610   'name' => 'cron_key',
50611   'value' => 's:43:"_vWFj-dRR2rNoHDwl7N__J9uZNutDcLz3w4tlPJzRAM";',
50612 ))
50613 ->values(array(
50614   'name' => 'cron_last',
50615   'value' => 'i:1444944970;',
50616 ))
50617 ->values(array(
50618   'name' => 'cron_threshold_error',
50619   'value' => 'i:1209600;',
50620 ))
50621 ->values(array(
50622   'name' => 'cron_threshold_warning',
50623   'value' => 'i:172800;',
50624 ))
50625 ->values(array(
50626   'name' => 'css_js_query_string',
50627   'value' => 's:6:"nwa6nq";',
50628 ))
50629 ->values(array(
50630   'name' => 'ctools_last_cron',
50631   'value' => 'i:1421720834;',
50632 ))
50633 ->values(array(
50634   'name' => 'dashboard_stashed_blocks',
50635   '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";}}',
50636 ))
50637 ->values(array(
50638   'name' => 'date_api_version',
50639   'value' => 's:3:"7.2";',
50640 ))
50641 ->values(array(
50642   'name' => 'date_default_timezone',
50643   'value' => 's:15:"America/Chicago";',
50644 ))
50645 ->values(array(
50646   'name' => 'date_first_day',
50647   'value' => 'i:1;',
50648 ))
50649 ->values(array(
50650   'name' => 'dblog_row_limit',
50651   'value' => 'i:10000;',
50652 ))
50653 ->values(array(
50654   'name' => 'default_nodes_main',
50655   'value' => 's:2:"10";',
50656 ))
50657 ->values(array(
50658   'name' => 'drupal_css_cache_files',
50659   '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";}',
50660 ))
50661 ->values(array(
50662   'name' => 'drupal_http_request_fails',
50663   'value' => 'b:0;',
50664 ))
50665 ->values(array(
50666   'name' => 'drupal_private_key',
50667   'value' => 's:43:"9eRJWxrMwQ5CufYJjXBZbPGz_t8vPIYRQr18PamdKmM";',
50668 ))
50669 ->values(array(
50670   'name' => 'drupal_weight_select_max',
50671   'value' => 'i:40;',
50672 ))
50673 ->values(array(
50674   'name' => 'email__active_tab',
50675   'value' => 's:27:"edit-email-pending-approval";',
50676 ))
50677 ->values(array(
50678   'name' => 'empty_timezone_message',
50679   'value' => 'b:1;',
50680 ))
50681 ->values(array(
50682   'name' => 'entity_translation_entity_types',
50683   'value' => 'a:4:{s:7:"comment";s:7:"comment";s:4:"node";s:4:"node";s:13:"taxonomy_term";s:13:"taxonomy_term";s:4:"user";s:4:"user";}',
50684 ))
50685 ->values(array(
50686   'name' => 'entity_translation_settings_comment__comment_node_test_content_type',
50687   'value' => 'a:5:{s:16:"default_language";s:13:"xx-et-current";s:22:"hide_language_selector";i:1;s:21:"exclude_language_none";i:0;s:13:"lock_language";i:0;s:27:"shared_fields_original_only";i:0;}',
50688 ))
50689 ->values(array(
50690   'name' => 'entity_translation_settings_node__test_content_type',
50691   'value' => 'a:5:{s:16:"default_language";s:3:"und";s:22:"hide_language_selector";i:0;s:21:"exclude_language_none";i:0;s:13:"lock_language";i:0;s:27:"shared_fields_original_only";i:0;}',
50692 ))
50693 ->values(array(
50694   'name' => 'entity_translation_settings_taxonomy_term__test_vocabulary',
50695   'value' => 'a:5:{s:16:"default_language";s:13:"xx-et-default";s:22:"hide_language_selector";i:1;s:21:"exclude_language_none";i:0;s:13:"lock_language";i:0;s:27:"shared_fields_original_only";i:0;}',
50696 ))
50697 ->values(array(
50698   'name' => 'entity_translation_settings_user__user',
50699   'value' => 'a:5:{s:16:"default_language";s:13:"xx-et-default";s:22:"hide_language_selector";i:1;s:21:"exclude_language_none";i:0;s:13:"lock_language";i:0;s:27:"shared_fields_original_only";i:0;}',
50700 ))
50701 ->values(array(
50702   'name' => 'entity_translation_taxonomy',
50703   'value' => 'a:1:{s:15:"test_vocabulary";b:1;}',
50704 ))
50705 ->values(array(
50706   'name' => 'error_level',
50707   'value' => 'i:1;',
50708 ))
50709 ->values(array(
50710   'name' => 'feed_default_items',
50711   'value' => 'i:27;',
50712 ))
50713 ->values(array(
50714   'name' => 'feed_item_length',
50715   'value' => 's:8:"fulltext";',
50716 ))
50717 ->values(array(
50718   'name' => 'entityreference:base-tables',
50719   '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";}}',
50720 ))
50721 ->values(array(
50722   'name' => 'field_bundle_settings_comment__comment_node_test_content_type',
50723   '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:{}}}',
50724 ))
50725 ->values(array(
50726   'name' => 'field_bundle_settings_node__test_content_type',
50727   '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:{}}}',
50728 ))
50729 ->values(array(
50730   'name' => 'field_bundle_settings_user__user',
50731   '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:{}}}',
50732 ))
50733 ->values(array(
50734   'name' => 'file_default_scheme',
50735   'value' => 's:6:"public";',
50736 ))
50737 ->values(array(
50738   'name' => 'file_description_length',
50739   'value' => 'i:256;',
50740 ))
50741 ->values(array(
50742   'name' => 'file_description_type',
50743   'value' => 's:9:"textfield";',
50744 ))
50745 ->values(array(
50746   'name' => 'file_directory_path',
50747   'value' => 's:19:"sites/default/files";',
50748 ))
50749 ->values(array(
50750   'name' => 'file_icon_directory',
50751   'value' => 's:25:"sites/default/files/icons";',
50752 ))
50753 ->values(array(
50754   'name' => 'file_private_path',
50755   'value' => 's:21:"sites/default/private";',
50756 ))
50757 ->values(array(
50758   'name' => 'file_public_path',
50759   'value' => 's:19:"sites/default/files";',
50760 ))
50761 ->values(array(
50762   'name' => 'file_temporary_path',
50763   'value' => 's:4:"/tmp";',
50764 ))
50765 ->values(array(
50766   'name' => 'filter_fallback_format',
50767   'value' => 's:10:"plain_text";',
50768 ))
50769 ->values(array(
50770   'name' => 'forum_block_num_active',
50771   'value' => 'i:9;',
50772 ))
50773 ->values(array(
50774   'name' => 'forum_block_num_new',
50775   'value' => 'i:4;',
50776 ))
50777 ->values(array(
50778   'name' => 'forum_containers',
50779   'value' => 'a:1:{i:0;s:1:"6";}',
50780 ))
50781 ->values(array(
50782   'name' => 'forum_hot_topic',
50783   'value' => 'i:10;',
50784 ))
50785 ->values(array(
50786   'name' => 'forum_nav_vocabulary',
50787   'value' => 's:1:"2";',
50788 ))
50789 ->values(array(
50790   'name' => 'forum_order',
50791   'value' => 'i:1;',
50792 ))
50793 ->values(array(
50794   'name' => 'forum_per_page',
50795   'value' => 'i:25;',
50796 ))
50797 ->values(array(
50798   'name' => 'image_jpeg_quality',
50799   'value' => 'i:80;',
50800 ))
50801 ->values(array(
50802   'name' => 'image_style_preview_image',
50803   'value' => 's:33:"core/modules/image/testsample.png";',
50804 ))
50805 ->values(array(
50806   'name' => 'image_toolkit',
50807   'value' => 's:2:"gd";',
50808 ))
50809 ->values(array(
50810   'name' => 'install_profile',
50811   'value' => 's:8:"standard";',
50812 ))
50813 ->values(array(
50814   'name' => 'install_task',
50815   'value' => 's:4:"done";',
50816 ))
50817 ->values(array(
50818   'name' => 'install_time',
50819   'value' => 'i:1421694923;',
50820 ))
50821 ->values(array(
50822   'name' => 'javascript_parsed',
50823   '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";}',
50824 ))
50825 ->values(array(
50826   'name' => 'language_content_type_article',
50827   'value' => 's:1:"2";',
50828 ))
50829 ->values(array(
50830   'name' => 'language_content_type_blog',
50831   'value' => 's:1:"2";',
50832 ))
50833 ->values(array(
50834   'name' => 'language_content_type_forum',
50835   'value' => 's:1:"0";',
50836 ))
50837 ->values(array(
50838   'name' => 'language_content_type_page',
50839   'value' => 's:1:"0";',
50840 ))
50841 ->values(array(
50842   'name' => 'language_content_type_test_content_type',
50843   'value' => 's:1:"4";',
50844 ))
50845 ->values(array(
50846   'name' => 'i18n_node_options_blog',
50847   'value' => 'a:2:{i:0;s:8:"required";i:1;s:4:"lock";}',
50848 ))
50849 ->values(array(
50850   'name' => 'language_count',
50851   'value' => 'i:3;',
50852 ))
50853 ->values(array(
50854   'name' => 'language_default',
50855   '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:"";}',
50856 ))
50857 ->values(array(
50858   'name' => 'language_negotiation_language',
50859   '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";}}}',
50860 ))
50861 ->values(array(
50862   'name' => 'language_negotiation_language_content',
50863   '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";}}',
50864 ))
50865 ->values(array(
50866   'name' => 'language_negotiation_language_url',
50867   '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";}}',
50868 ))
50869 ->values(array(
50870   'name' => 'language_types',
50871   'value' => 'a:3:{s:8:"language";b:1;s:16:"language_content";b:0;s:12:"language_url";b:0;}',
50872 ))
50873 ->values(array(
50874   'name' => 'locale_language_negotiation_session_param',
50875   'value' => 's:8:"language";',
50876 ))
50877 ->values(array(
50878   'name' => 'locale_language_negotiation_url_part',
50879   'value' => 'i:0;',
50880 ))
50881 ->values(array(
50882   'name' => 'locale_language_providers_weight_language',
50883   '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";}',
50884 ))
50885 ->values(array(
50886   'name' => 'mail_system',
50887   'value' => 'a:1:{s:14:"default-system";s:17:"DefaultMailSystem";}',
50888 ))
50889 ->values(array(
50890   'name' => 'maintenance_mode',
50891   'value' => 'i:0;',
50892 ))
50893 ->values(array(
50894   'name' => 'maintenance_mode_message',
50895   'value' => 's:42:"This is a custom maintenance mode message.";',
50896 ))
50897 ->values(array(
50898   'name' => 'menu_expanded',
50899   'value' => 'a:0:{}',
50900 ))
50901 ->values(array(
50902   'name' => 'menu_masks',
50903   '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;}',
50904 ))
50905 ->values(array(
50906   'name' => 'menu_options_article',
50907   'value' => 'a:1:{i:0;s:9:"main-menu";}',
50908 ))
50909 ->values(array(
50910   'name' => 'menu_options_blog',
50911   'value' => 'a:1:{i:0;s:9:"main-menu";}',
50912 ))
50913 ->values(array(
50914   'name' => 'menu_options_book',
50915   'value' => 'a:1:{i:0;s:9:"main-menu";}',
50916 ))
50917 ->values(array(
50918   'name' => 'menu_options_forum',
50919   'value' => 'a:1:{i:0;s:9:"main-menu";}',
50920 ))
50921 ->values(array(
50922   'name' => 'menu_options_page',
50923   'value' => 'a:1:{i:0;s:9:"main-menu";}',
50924 ))
50925 ->values(array(
50926   'name' => 'menu_options_test_content_type',
50927   '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";}',
50928 ))
50929 ->values(array(
50930   'name' => 'menu_override_parent_selector',
50931   'value' => 'b:1;',
50932 ))
50933 ->values(array(
50934   'name' => 'menu_parent_article',
50935   'value' => 's:11:"main-menu:0";',
50936 ))
50937 ->values(array(
50938   'name' => 'menu_parent_blog',
50939   'value' => 's:11:"main-menu:0";',
50940 ))
50941 ->values(array(
50942   'name' => 'menu_parent_book',
50943   'value' => 's:11:"main-menu:0";',
50944 ))
50945 ->values(array(
50946   'name' => 'menu_parent_forum',
50947   'value' => 's:11:"main-menu:0";',
50948 ))
50949 ->values(array(
50950   'name' => 'menu_parent_page',
50951   'value' => 's:11:"main-menu:0";',
50952 ))
50953 ->values(array(
50954   'name' => 'menu_parent_test_content_type',
50955   'value' => 's:11:"main-menu:0";',
50956 ))
50957 ->values(array(
50958   'name' => 'minimum_word_size',
50959   'value' => 's:1:"4";',
50960 ))
50961 ->values(array(
50962   'name' => 'node_admin_theme',
50963   'value' => 's:1:"1";',
50964 ))
50965 ->values(array(
50966   'name' => 'node_cron_last',
50967   'value' => 's:10:"1441306832";',
50968 ))
50969 ->values(array(
50970   'name' => 'node_options_article',
50971   'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}',
50972 ))
50973 ->values(array(
50974   'name' => 'node_options_blog',
50975   'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}',
50976 ))
50977 ->values(array(
50978   'name' => 'node_options_book',
50979   'value' => 'a:2:{i:0;s:6:"status";i:1;s:8:"revision";}',
50980 ))
50981 ->values(array(
50982   'name' => 'node_options_forum',
50983   'value' => 'a:1:{i:0;s:6:"status";}',
50984 ))
50985 ->values(array(
50986   'name' => 'node_options_page',
50987   'value' => 'a:1:{i:0;s:6:"status";}',
50988 ))
50989 ->values(array(
50990   'name' => 'node_options_test_content_type',
50991   'value' => 'a:3:{i:0;s:6:"status";i:1;s:7:"promote";i:2;s:8:"revision";}',
50992 ))
50993 ->values(array(
50994   'name' => 'node_preview_article',
50995   'value' => 's:1:"1";',
50996 ))
50997 ->values(array(
50998   'name' => 'node_preview_blog',
50999   'value' => 's:1:"1";',
51000 ))
51001 ->values(array(
51002   'name' => 'node_preview_book',
51003   'value' => 's:1:"1";',
51004 ))
51005 ->values(array(
51006   'name' => 'node_preview_forum',
51007   'value' => 's:1:"1";',
51008 ))
51009 ->values(array(
51010   'name' => 'node_preview_page',
51011   'value' => 's:1:"1";',
51012 ))
51013 ->values(array(
51014   'name' => 'node_preview_test_content_type',
51015   'value' => 's:1:"1";',
51016 ))
51017 ->values(array(
51018   'name' => 'node_rank_comments',
51019   'value' => 's:1:"0";',
51020 ))
51021 ->values(array(
51022   'name' => 'node_rank_promote',
51023   'value' => 's:1:"0";',
51024 ))
51025 ->values(array(
51026   'name' => 'node_rank_relevance',
51027   'value' => 's:1:"2";',
51028 ))
51029 ->values(array(
51030   'name' => 'node_rank_sticky',
51031   'value' => 's:1:"0";',
51032 ))
51033 ->values(array(
51034   'name' => 'node_rank_views',
51035   'value' => 's:1:"0";',
51036 ))
51037 ->values(array(
51038   'name' => 'node_submitted_article',
51039   'value' => 'i:1;',
51040 ))
51041 ->values(array(
51042   'name' => 'node_submitted_blog',
51043   'value' => 'i:1;',
51044 ))
51045 ->values(array(
51046   'name' => 'node_submitted_book',
51047   'value' => 'i:1;',
51048 ))
51049 ->values(array(
51050   'name' => 'node_submitted_forum',
51051   'value' => 'i:1;',
51052 ))
51053 ->values(array(
51054   'name' => 'node_submitted_page',
51055   'value' => 'i:0;',
51056 ))
51057 ->values(array(
51058   'name' => 'node_submitted_test_content_type',
51059   'value' => 'i:0;',
51060 ))
51061 ->values(array(
51062   'name' => 'overlap_cjk',
51063   'value' => 'i:1;',
51064 ))
51065 ->values(array(
51066   'name' => 'page_cache_maximum_age',
51067   'value' => 's:1:"0";',
51068 ))
51069 ->values(array(
51070   'name' => 'page_compression',
51071   'value' => 'i:1;',
51072 ))
51073 ->values(array(
51074   'name' => 'path_alias_whitelist',
51075   'value' => 'a:1:{s:8:"taxonomy";b:1;}',
51076 ))
51077 ->values(array(
51078   'name' => 'preprocess_css',
51079   'value' => 'i:1;',
51080 ))
51081 ->values(array(
51082   'name' => 'preprocess_js',
51083   'value' => 'i:0;',
51084 ))
51085 ->values(array(
51086   'name' => 'save_continue_test_content_type',
51087   'value' => 's:19:"Save and add fields";',
51088 ))
51089 ->values(array(
51090   'name' => 'search_active_modules',
51091   'value' => 'a:2:{s:4:"node";s:4:"node";s:4:"user";s:4:"user";}',
51092 ))
51093 ->values(array(
51094   'name' => 'search_and_or_limit',
51095   'value' => 'i:7;',
51096 ))
51097 ->values(array(
51098   'name' => 'search_cron_limit',
51099   'value' => 's:3:"100";',
51100 ))
51101 ->values(array(
51102   'name' => 'search_default_module',
51103   'value' => 's:4:"node";',
51104 ))
51105 ->values(array(
51106   'name' => 'search_tag_weights',
51107   '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;}',
51108 ))
51109 ->values(array(
51110   'name' => 'simpletest_clear_results',
51111   'value' => 'b:1;',
51112 ))
51113 ->values(array(
51114   'name' => 'simpletest_httpauth_method',
51115   'value' => 'i:1;',
51116 ))
51117 ->values(array(
51118   'name' => 'simpletest_httpauth_password',
51119   'value' => 's:6:"foobaz";',
51120 ))
51121 ->values(array(
51122   'name' => 'simpletest_httpauth_username',
51123   'value' => 's:7:"testbot";',
51124 ))
51125 ->values(array(
51126   'name' => 'simpletest_verbose',
51127   'value' => 'b:1;',
51128 ))
51129 ->values(array(
51130   'name' => 'site_403',
51131   'value' => 's:4:"node";',
51132 ))
51133 ->values(array(
51134   'name' => 'site_404',
51135   'value' => 's:4:"node";',
51136 ))
51137 ->values(array(
51138   'name' => 'site_default_country',
51139   'value' => 's:2:"US";',
51140 ))
51141 ->values(array(
51142   'name' => 'site_frontpage',
51143   'value' => 's:4:"node";',
51144 ))
51145 ->values(array(
51146   'name' => 'site_mail',
51147   'value' => 's:23:"joseph@flattandsons.com";',
51148 ))
51149 ->values(array(
51150   'name' => 'site_name',
51151   'value' => 's:13:"The Site Name";',
51152 ))
51153 ->values(array(
51154   'name' => 'site_offline_message',
51155   'value' => 's:42:"This is a custom maintenance mode message.";',
51156 ))
51157 ->values(array(
51158   'name' => 'site_slogan',
51159   'value' => 's:10:"The Slogan";',
51160 ))
51161 ->values(array(
51162   'name' => 'statistics_count_content_views',
51163   'value' => 'i:1;',
51164 ))
51165 ->values(array(
51166   'name' => 'statistics_count_content_views_ajax',
51167   'value' => 'i:0;',
51168 ))
51169 ->values(array(
51170   'name' => 'statistics_day_timestamp',
51171   'value' => 'i:1444944970;',
51172 ))
51173 ->values(array(
51174   'name' => 'statistics_enable_access_log',
51175   'value' => 'i:1;',
51176 ))
51177 ->values(array(
51178   'name' => 'statistics_flush_accesslog_timer',
51179   'value' => 's:4:"3600";',
51180 ))
51181 ->values(array(
51182   'name' => 'suppress_itok_output',
51183   'value' => 'b:1;',
51184 ))
51185 ->values(array(
51186   'name' => 'syslog_facility',
51187   'value' => 'i:8;',
51188 ))
51189 ->values(array(
51190   'name' => 'syslog_format',
51191   'value' => 's:72:"!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message";',
51192 ))
51193 ->values(array(
51194   'name' => 'syslog_identity',
51195   'value' => 's:6:"drupal";',
51196 ))
51197 ->values(array(
51198   'name' => 'taxonomy_override_selector',
51199   'value' => 'b:1;',
51200 ))
51201 ->values(array(
51202   'name' => 'taxonomy_terms_per_page_admin',
51203   'value' => 'i:84;',
51204 ))
51205 ->values(array(
51206   'name' => 'teaser_length',
51207   'value' => 'i:1024;',
51208 ))
51209 ->values(array(
51210   'name' => 'theme_default',
51211   'value' => 's:6:"bartik";',
51212 ))
51213 ->values(array(
51214   'name' => 'theme_settings',
51215   '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";}',
51216 ))
51217 ->values(array(
51218   'name' => 'theme_bartik_settings',
51219   '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";}}',
51220 ))
51221 ->values(array(
51222   'name' => 'theme_seven_settings',
51223   '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:"";}',
51224 ))
51225 ->values(array(
51226   'name' => 'tracker_batch_size',
51227   'value' => 'i:999;',
51228 ))
51229 ->values(array(
51230   'name' => 'update_check_frequency',
51231   'value' => 'i:1;',
51232 ))
51233 ->values(array(
51234   'name' => 'update_fetch_url',
51235   'value' => 's:23:"http://127.0.0.1/update";',
51236 ))
51237 ->values(array(
51238   'name' => 'update_last_check',
51239   'value' => 'i:1444944973;',
51240 ))
51241 ->values(array(
51242   'name' => 'update_max_fetch_attempts',
51243   'value' => 'i:3;',
51244 ))
51245 ->values(array(
51246   'name' => 'update_notification_threshold',
51247   'value' => 's:3:"all";',
51248 ))
51249 ->values(array(
51250   'name' => 'update_notify_emails',
51251   'value' => 'a:1:{i:0;s:19:"webmaster@127.0.0.1";}',
51252 ))
51253 ->values(array(
51254   'name' => 'user_admin_role',
51255   'value' => 's:1:"3";',
51256 ))
51257 ->values(array(
51258   'name' => 'user_cancel_method',
51259   'value' => 's:17:"user_cancel_block";',
51260 ))
51261 ->values(array(
51262   'name' => 'user_default_timezone',
51263   'value' => 'i:2;',
51264 ))
51265 ->values(array(
51266   'name' => 'user_email_verification',
51267   'value' => 'i:1;',
51268 ))
51269 ->values(array(
51270   'name' => 'user_failed_login_identifier_uid_only',
51271   'value' => 'b:1;',
51272 ))
51273 ->values(array(
51274   'name' => 'user_failed_login_ip_limit',
51275   'value' => 'i:30;',
51276 ))
51277 ->values(array(
51278   'name' => 'user_failed_login_ip_window',
51279   'value' => 'i:7200;',
51280 ))
51281 ->values(array(
51282   'name' => 'user_failed_login_user_limit',
51283   'value' => 'i:22;',
51284 ))
51285 ->values(array(
51286   'name' => 'user_failed_login_user_window',
51287   'value' => 'i:86400;',
51288 ))
51289 ->values(array(
51290   'name' => 'user_mail_cancel_confirm_body',
51291   'value' => 's:55:"A little birdie said you wanted to cancel your account.";',
51292 ))
51293 ->values(array(
51294   'name' => 'user_mail_cancel_confirm_subject',
51295   'value' => 's:13:"Are you sure?";',
51296 ))
51297 ->values(array(
51298   'name' => 'user_mail_password_reset_body',
51299   'value' => "s:32:\"Nope! You're locked out forever.\";",
51300 ))
51301 ->values(array(
51302   'name' => 'user_mail_password_reset_subject',
51303   'value' => 's:17:"Fix your password";',
51304 ))
51305 ->values(array(
51306   'name' => 'user_mail_register_admin_created_body',
51307   'value' => 's:30:"...and she could take it away.";',
51308 ))
51309 ->values(array(
51310   'name' => 'user_mail_register_admin_created_subject',
51311   'value' => 's:24:"Gawd made you an account";',
51312 ))
51313 ->values(array(
51314   'name' => 'user_mail_register_no_approval_required_body',
51315   'value' => 's:59:"You can now log in if you can figure out how to use Drupal!";',
51316 ))
51317 ->values(array(
51318   'name' => 'user_mail_register_no_approval_required_subject',
51319   'value' => 's:8:"Welcome!";',
51320 ))
51321 ->values(array(
51322   'name' => 'user_mail_register_pending_approval_body',
51323   'value' => 's:61:"...you will join our Circle. Let the Drupal flow through you.";',
51324 ))
51325 ->values(array(
51326   'name' => 'user_mail_register_pending_approval_subject',
51327   'value' => 's:7:"Soon...";',
51328 ))
51329 ->values(array(
51330   'name' => 'user_mail_status_activated_body',
51331   'value' => 's:57:"Your account was activated, and there was much rejoicing.";',
51332 ))
51333 ->values(array(
51334   'name' => 'user_mail_status_activated_notify',
51335   'value' => 'i:1;',
51336 ))
51337 ->values(array(
51338   'name' => 'user_mail_status_activated_subject',
51339   'value' => 's:25:"Your account is approved!";',
51340 ))
51341 ->values(array(
51342   'name' => 'user_mail_status_blocked_body',
51343   'value' => 's:72:"You no longer please the robot overlords. Go to your room and chill out.";',
51344 ))
51345 ->values(array(
51346   'name' => 'user_mail_status_blocked_notify',
51347   'value' => 'i:1;',
51348 ))
51349 ->values(array(
51350   'name' => 'user_mail_status_blocked_subject',
51351   'value' => 's:7:"BEGONE!";',
51352 ))
51353 ->values(array(
51354   'name' => 'user_mail_status_canceled_body',
51355   'value' => 's:75:"The gates of Drupal are closed to you. Now you will work in the salt mines.";',
51356 ))
51357 ->values(array(
51358   'name' => 'user_mail_status_canceled_notify',
51359   'value' => 'i:1;',
51360 ))
51361 ->values(array(
51362   'name' => 'user_mail_status_canceled_subject',
51363   'value' => 's:12:"So long, bub";',
51364 ))
51365 ->values(array(
51366   'name' => 'user_pictures',
51367   'value' => 'i:1;',
51368 ))
51369 ->values(array(
51370   'name' => 'user_picture_default',
51371   'value' => 's:0:"";',
51372 ))
51373 ->values(array(
51374   'name' => 'user_picture_dimensions',
51375   'value' => 's:9:"1024x1024";',
51376 ))
51377 ->values(array(
51378   'name' => 'user_picture_file_size',
51379   'value' => 's:3:"800";',
51380 ))
51381 ->values(array(
51382   'name' => 'user_picture_guidelines',
51383   'value' => 's:0:"";',
51384 ))
51385 ->values(array(
51386   'name' => 'user_picture_path',
51387   'value' => 's:8:"pictures";',
51388 ))
51389 ->values(array(
51390   'name' => 'user_picture_style',
51391   'value' => 's:9:"thumbnail";',
51392 ))
51393 ->values(array(
51394   'name' => 'user_register',
51395   'value' => 's:1:"2";',
51396 ))
51397 ->values(array(
51398   'name' => 'user_signatures',
51399   'value' => 'i:0;',
51400 ))
51401 ->values(array(
51402   'name' => 'variable_module_list',
51403   'value' => 'a:4:{s:6:"locale";a:5:{i:0;s:29:"language_content_type_article";i:1;s:26:"language_content_type_page";i:2;s:26:"language_content_type_book";i:3;s:39:"language_content_type_test_content_type";i:4;s:16:"language_default";}s:4:"i18n";a:1:{i:0;s:18:"i18n_language_list";}s:14:"variable_realm";a:4:{i:0;s:26:"variable_realm_list_global";i:1;s:28:"variable_realm_list_language";i:2;s:28:"variable_realm_weight_global";i:3;s:30:"variable_realm_weight_language";}s:13:"i18n_variable";a:2:{i:0;s:18:"i18n_variable_conf";i:1;s:18:"i18n_variable_list";}}',
51404 ))
51405 ->values(array(
51406   'name' => 'variable_realm_list_language',
51407   'value' => 'a:3:{i:0;s:9:"site_name";i:1;s:11:"site_slogan";i:2;s:24:"maintenance_mode_message";}',
51408 ))
51409 ->execute();
51410
51411 $connection->schema()->createTable('variable_store', array(
51412   'fields' => array(
51413     'realm' => array(
51414       'type' => 'varchar',
51415       'not null' => TRUE,
51416       'length' => '50',
51417       'default' => '',
51418     ),
51419     'realm_key' => array(
51420       'type' => 'varchar',
51421       'not null' => TRUE,
51422       'length' => '50',
51423       'default' => '',
51424     ),
51425     'name' => array(
51426       'type' => 'varchar',
51427       'not null' => TRUE,
51428       'length' => '128',
51429       'default' => '',
51430     ),
51431     'value' => array(
51432       'type' => 'text',
51433       'not null' => TRUE,
51434       'size' => 'big',
51435     ),
51436     'serialized' => array(
51437       'type' => 'int',
51438       'not null' => TRUE,
51439       'size' => 'small',
51440       'default' => '1',
51441     ),
51442   ),
51443   'primary key' => array(
51444     'realm',
51445     'realm_key',
51446     'name',
51447   ),
51448   'indexes' => array(
51449     'realm_value' => array(
51450       'realm',
51451       'realm_key',
51452     ),
51453   ),
51454   'mysql_character_set' => 'utf8',
51455 ));
51456
51457 $connection->insert('variable_store')
51458 ->fields(array(
51459   'realm',
51460   'realm_key',
51461   'name',
51462   'value',
51463   'serialized',
51464 ))
51465 ->values(array(
51466   'realm' => 'language',
51467   'realm_key' => 'is',
51468   'name' => 'maintenance_mode_message',
51469   'value' => 'is - This is a custom maintenance mode message.',
51470   'serialized' => '0',
51471 ))
51472 ->values(array(
51473   'realm' => 'language',
51474   'realm_key' => 'is',
51475   'name' => 'site_403',
51476   'value' => 'node/1',
51477   'serialized' => '0',
51478 ))
51479 ->values(array(
51480   'realm' => 'language',
51481   'realm_key' => 'is',
51482   'name' => 'site_404',
51483   'value' => 'node/6',
51484   'serialized' => '0',
51485 ))
51486 ->values(array(
51487   'realm' => 'language',
51488   'realm_key' => 'is',
51489   'name' => 'site_frontpage',
51490   'value' => 'node/4',
51491   'serialized' => '0',
51492 ))
51493 ->values(array(
51494   'realm' => 'language',
51495   'realm_key' => 'is',
51496   'name' => 'site_name',
51497   'value' => 'is - The Site Name',
51498   'serialized' => '0',
51499 ))
51500 ->values(array(
51501   'realm' => 'language',
51502   'realm_key' => 'is',
51503   'name' => 'site_slogan',
51504   'value' => 'is - The Slogan',
51505   'serialized' => '0',
51506 ))
51507   ->values(array(
51508   'realm' => 'language',
51509   'realm_key' => 'fr',
51510   'name' => 'site_403',
51511   'value' => 'node',
51512   'serialized' => '0',
51513 ))
51514 ->values(array(
51515   'realm' => 'language',
51516   'realm_key' => 'fr',
51517   'name' => 'site_404',
51518   'value' => 'node',
51519   'serialized' => '0',
51520 ))
51521 ->values(array(
51522   'realm' => 'language',
51523   'realm_key' => 'fr',
51524   'name' => 'site_frontpage',
51525   'value' => 'node',
51526   'serialized' => '0',
51527 ))
51528 ->values(array(
51529   'realm' => 'language',
51530   'realm_key' => 'fr',
51531   'name' => 'site_name',
51532   'value' => 'The Site Name',
51533   'serialized' => '0',
51534 ))
51535 ->values(array(
51536   'realm' => 'language',
51537   'realm_key' => 'fr',
51538   'name' => 'site_slogan',
51539   'value' => 'fr - The Slogan',
51540   'serialized' => '0',
51541 ))
51542 ->values(array(
51543   'realm' => 'language',
51544   'realm_key' => 'en',
51545   'name' => 'user_default_timezone',
51546   'value' => '2',
51547   'serialized' => '0',
51548 ))
51549 ->values(array(
51550   'realm' => 'language',
51551   'realm_key' => 'fr',
51552   'name' => 'user_default_timezone',
51553   'value' => '0',
51554   'serialized' => '0',
51555 ))
51556 ->values(array(
51557   'realm' => 'language',
51558   'realm_key' => 'is',
51559   'name' => 'user_mail_cancel_confirm_body',
51560   'value' => 'is - A little birdie said you wanted to cancel your account.',
51561   'serialized' => '0',
51562 ))
51563 ->values(array(
51564   'realm' => 'language',
51565   'realm_key' => 'is',
51566   'name' => 'user_mail_cancel_confirm_subject',
51567   'value' => 'is - Are you sure?',
51568   'serialized' => '0',
51569 ))
51570 ->values(array(
51571   'realm' => 'language',
51572   'realm_key' => 'is',
51573   'name' => 'user_mail_password_reset_body',
51574   'value' => "is - Nope! You're locked out forever.",
51575   'serialized' => '0',
51576 ))
51577 ->values(array(
51578   'realm' => 'language',
51579   'realm_key' => 'is',
51580   'name' => 'user_mail_password_reset_subject',
51581   'value' => 'is - Fix your password',
51582   'serialized' => '0',
51583 ))
51584 ->values(array(
51585   'realm' => 'language',
51586   'realm_key' => 'is',
51587   'name' => 'user_mail_register_admin_created_body',
51588   'value' => "is - ...and she could take it away.\r\n[site:name], [site:url]",
51589   'serialized' => '0',
51590 ))
51591 ->values(array(
51592   'realm' => 'language',
51593   'realm_key' => 'is',
51594   'name' => 'user_mail_register_admin_created_subject',
51595   'value' => 'is - Gawd made you an account',
51596   'serialized' => '0',
51597 ))
51598 ->values(array(
51599   'realm' => 'language',
51600   'realm_key' => 'is',
51601   'name' => 'user_mail_register_no_approval_required_body',
51602   'value' => 'is - You can now log in if you can figure out how to use Drupal!',
51603   'serialized' => '0',
51604 ))
51605 ->values(array(
51606   'realm' => 'language',
51607   'realm_key' => 'is',
51608   'name' => 'user_mail_register_no_approval_required_subject',
51609   'value' => 'is - Welcome!',
51610   'serialized' => '0',
51611 ))
51612 ->values(array(
51613   'realm' => 'language',
51614   'realm_key' => 'is',
51615   'name' => 'user_mail_register_pending_approval_body',
51616   'value' => 'is - ...you will join our Circle. Let the Drupal flow through you.',
51617   'serialized' => '0',
51618 ))
51619 ->values(array(
51620   'realm' => 'language',
51621   'realm_key' => 'is',
51622   'name' => 'user_mail_register_pending_approval_subject',
51623   'value' => 'is - Soon...',
51624   'serialized' => '0',
51625 ))
51626 ->values(array(
51627   'realm' => 'language',
51628   'realm_key' => 'is',
51629   'name' => 'user_mail_status_activated_body',
51630   'value' => 'is - Your account was activated, and there was much rejoicing.',
51631   'serialized' => '0',
51632 ))
51633 ->values(array(
51634   'realm' => 'language',
51635   'realm_key' => 'is',
51636   'name' => 'user_mail_status_activated_subject',
51637   'value' => 'is - Your account is approved!',
51638   'serialized' => '0',
51639 ))
51640 ->values(array(
51641   'realm' => 'language',
51642   'realm_key' => 'is',
51643   'name' => 'user_mail_status_blocked_body',
51644   'value' => 'is - You no longer please the robot overlords. Go to your room and chill out.',
51645   'serialized' => '0',
51646 ))
51647 ->values(array(
51648   'realm' => 'language',
51649   'realm_key' => 'is',
51650   'name' => 'user_mail_status_blocked_subject',
51651   'value' => 'is - BEGONE!',
51652   'serialized' => '0',
51653 ))
51654 ->values(array(
51655   'realm' => 'language',
51656   'realm_key' => 'is',
51657   'name' => 'user_mail_status_canceled_body',
51658   'value' => 'is - The gates of Drupal are closed to you. Now you will work in the salt mines.',
51659   'serialized' => '0',
51660 ))
51661 ->values(array(
51662   'realm' => 'language',
51663   'realm_key' => 'is',
51664   'name' => 'user_mail_status_canceled_subject',
51665   'value' => 'is - So long, bub',
51666   'serialized' => '0',
51667 ))
51668 ->values(array(
51669   'realm' => 'language',
51670   'realm_key' => 'is',
51671   'name' => 'anonymous',
51672   'value' => 'is - anonymous',
51673    'serialized' => '0',
51674 ))
51675 ->execute();
51676
51677 $connection->schema()->createTable('watchdog', array(
51678   'fields' => array(
51679     'wid' => array(
51680       'type' => 'serial',
51681       'not null' => TRUE,
51682       'size' => 'normal',
51683     ),
51684     'uid' => array(
51685       'type' => 'int',
51686       'not null' => TRUE,
51687       'size' => 'normal',
51688       'default' => '0',
51689     ),
51690     'type' => array(
51691       'type' => 'varchar',
51692       'not null' => TRUE,
51693       'length' => '64',
51694       'default' => '',
51695     ),
51696     'message' => array(
51697       'type' => 'text',
51698       'not null' => TRUE,
51699       'size' => 'normal',
51700     ),
51701     'variables' => array(
51702       'type' => 'blob',
51703       'not null' => TRUE,
51704       'size' => 'normal',
51705     ),
51706     'severity' => array(
51707       'type' => 'int',
51708       'not null' => TRUE,
51709       'size' => 'normal',
51710       'default' => '0',
51711       'unsigned' => TRUE,
51712     ),
51713     'link' => array(
51714       'type' => 'varchar',
51715       'not null' => FALSE,
51716       'length' => '255',
51717       'default' => '',
51718     ),
51719     'location' => array(
51720       'type' => 'text',
51721       'not null' => TRUE,
51722       'size' => 'normal',
51723     ),
51724     'referer' => array(
51725       'type' => 'text',
51726       'not null' => FALSE,
51727       'size' => 'normal',
51728     ),
51729     'hostname' => array(
51730       'type' => 'varchar',
51731       'not null' => TRUE,
51732       'length' => '128',
51733       'default' => '',
51734     ),
51735     'timestamp' => array(
51736       'type' => 'int',
51737       'not null' => TRUE,
51738       'size' => 'normal',
51739       'default' => '0',
51740     ),
51741   ),
51742   'primary key' => array(
51743     'wid',
51744   ),
51745   'mysql_character_set' => 'utf8',
51746 ));