@@ -243,6 +243,17 @@ <h2>Methods</h2>
243
243
< a href ="#method_instantiateYamlCliCommands "> instantiateYamlCliCommands</ a > ()
244
244
245
245
< p > < p > Instantiate commands from Grasmash\YamlCli that we want to expose
246
+ as Drush commands.</ p > </ p > </ div >
247
+ < div class ="col-md-2 "> </ div >
248
+ </ div >
249
+ < div class ="row ">
250
+ < div class ="col-md-2 type ">
251
+ array
252
+ </ div >
253
+ < div class ="col-md-8 ">
254
+ < a href ="#method_instantiateDrupalCoreBootstrappedCommands "> instantiateDrupalCoreBootstrappedCommands</ a > ()
255
+
256
+ < p > < p > Instantiate commands from Drupal Core that we want to expose
246
257
as Drush commands.</ p > </ p > </ div >
247
258
< div class ="col-md-2 "> </ div >
248
259
</ div >
@@ -347,7 +358,7 @@ <h2>Details</h2>
347
358
< div id ="method-details ">
348
359
< div class ="method-item ">
349
360
< h3 id ="method___construct ">
350
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L56 "> at line 56 </ a > </ div >
361
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L57 "> at line 57 </ a > </ div >
351
362
< code >
352
363
< strong > __construct</ strong > (< abbr title ="Composer\Autoload\ClassLoader "> ClassLoader</ abbr > $autoloader, < a href ="../../Drush/Config/DrushConfig.html "> < abbr title ="Drush\Config\DrushConfig "> DrushConfig</ abbr > </ a > $config, < abbr title ="Psr\Log\LoggerInterface "> LoggerInterface</ abbr > $logger)
353
364
</ code >
@@ -391,7 +402,7 @@ <h4>Parameters</h4>
391
402
</ div >
392
403
< div class ="method-item ">
393
404
< h3 id ="method_loadCommandClasses ">
394
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L69 "> at line 69 </ a > </ div >
405
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L70 "> at line 70 </ a > </ div >
395
406
< code > protected void
396
407
< strong > loadCommandClasses</ strong > (array $commandClasses)
397
408
</ code >
@@ -434,7 +445,7 @@ <h4>Return Value</h4>
434
445
</ div >
435
446
< div class ="method-item ">
436
447
< h3 id ="method_bootstrapCommandClasses ">
437
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L84 "> at line 84 </ a > </ div >
448
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L85 "> at line 85 </ a > </ div >
438
449
< code > array
439
450
< strong > bootstrapCommandClasses</ strong > ()
440
451
</ code >
@@ -466,7 +477,7 @@ <h4>Return Value</h4>
466
477
</ div >
467
478
< div class ="method-item ">
468
479
< h3 id ="method_discover ">
469
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L102 "> at line 102 </ a > </ div >
480
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L103 "> at line 103 </ a > </ div >
470
481
< code > array
471
482
< strong > discover</ strong > (array $commandfileSearchpath, string $baseNamespace)
472
483
</ code >
@@ -517,7 +528,7 @@ <h4>Return Value</h4>
517
528
</ div >
518
529
< div class ="method-item ">
519
530
< h3 id ="method_discoverCommandsFromConfiguration ">
520
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L127 "> at line 127 </ a > </ div >
531
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L128 "> at line 128 </ a > </ div >
521
532
< code > array
522
533
< strong > discoverCommandsFromConfiguration</ strong > ()
523
534
</ code >
@@ -549,7 +560,7 @@ <h4>Return Value</h4>
549
560
</ div >
550
561
< div class ="method-item ">
551
562
< h3 id ="method_discoverCommands ">
552
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L153 "> at line 153 </ a > </ div >
563
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L154 "> at line 154 </ a > </ div >
553
564
< code > array
554
565
< strong > discoverCommands</ strong > (array $directoryList, string $baseNamespace)
555
566
</ code >
@@ -597,7 +608,7 @@ <h4>Return Value</h4>
597
608
</ div >
598
609
< div class ="method-item ">
599
610
< h3 id ="method_discoverPsr4Commands ">
600
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L177 "> at line 177 </ a > </ div >
611
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L178 "> at line 178 </ a > </ div >
601
612
< code > array
602
613
< strong > discoverPsr4Commands</ strong > ()
603
614
</ code >
@@ -630,7 +641,7 @@ <h4>Return Value</h4>
630
641
</ div >
631
642
< div class ="method-item ">
632
643
< h3 id ="method_discoverPsr4Generators ">
633
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L199 "> at line 199 </ a > </ div >
644
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L200 "> at line 200 </ a > </ div >
634
645
< code > array
635
646
< strong > discoverPsr4Generators</ strong > ()
636
647
</ code >
@@ -662,7 +673,7 @@ <h4>Return Value</h4>
662
673
</ div >
663
674
< div class ="method-item ">
664
675
< h3 id ="method_discoverModuleCommands ">
665
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L226 "> at line 226 </ a > </ div >
676
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L227 "> at line 227 </ a > </ div >
666
677
< code > array
667
678
< strong > discoverModuleCommands</ strong > (array $directoryList, string $baseNamespace)
668
679
</ code >
@@ -710,7 +721,7 @@ <h4>Return Value</h4>
710
721
</ div >
711
722
< div class ="method-item ">
712
723
< h3 id ="method_discoverModuleCommandInfoAlterers ">
713
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L249 "> at line 249 </ a > </ div >
724
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L250 "> at line 250 </ a > </ div >
714
725
< code > array
715
726
< strong > discoverModuleCommandInfoAlterers</ strong > (array $directoryList, string $baseNamespace)
716
727
</ code >
@@ -758,7 +769,7 @@ <h4>Return Value</h4>
758
769
</ div >
759
770
< div class ="method-item ">
760
771
< h3 id ="method_instantiateYamlCliCommands ">
761
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L270 "> at line 270 </ a > </ div >
772
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L271 "> at line 271 </ a > </ div >
762
773
< code > array
763
774
< strong > instantiateYamlCliCommands</ strong > ()
764
775
</ code >
@@ -785,13 +796,46 @@ <h4>Return Value</h4>
785
796
786
797
787
798
799
+ </ div >
800
+ </ div >
801
+
802
+ </ div >
803
+ < div class ="method-item ">
804
+ < h3 id ="method_instantiateDrupalCoreBootstrappedCommands ">
805
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L303 "> at line 303</ a > </ div >
806
+ < code > array
807
+ < strong > instantiateDrupalCoreBootstrappedCommands</ strong > ()
808
+ </ code >
809
+ </ h3 >
810
+ < div class ="details ">
811
+
812
+
813
+
814
+ < div class ="method-description ">
815
+ < p > < p > Instantiate commands from Drupal Core that we want to expose
816
+ as Drush commands.</ p > </ p > < p > < p > These require a bootstrapped Drupal.</ p > </ p >
817
+ </ div >
818
+ < div class ="tags ">
819
+
820
+ < h4 > Return Value</ h4 >
821
+
822
+ < table class ="table table-condensed ">
823
+ < tr >
824
+ < td > array</ td >
825
+ < td > < p > List of Symfony Command objects</ p > </ td >
826
+ </ tr >
827
+ </ table >
828
+
829
+
830
+
831
+
788
832
</ div >
789
833
</ div >
790
834
791
835
</ div >
792
836
< div class ="method-item ">
793
837
< h3 id ="method_instantiateServices ">
794
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L304 "> at line 304 </ a > </ div >
838
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L326 "> at line 326 </ a > </ div >
795
839
< code > array
796
840
< strong > instantiateServices</ strong > (array $bootstrapCommandClasses, < abbr title ="League\Container\Container "> Container</ abbr > $drushContainer, < abbr title ="Drush\Runtime\Drupal\Component\DependencyInjection\ContainerInterface "> ContainerInterface</ abbr > |null $container = null)
797
841
</ code >
@@ -846,7 +890,7 @@ <h4>Return Value</h4>
846
890
</ div >
847
891
< div class ="method-item ">
848
892
< h3 id ="method_supportsCompoundContainer ">
849
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L352 "> at line 352 </ a > </ div >
893
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L374 "> at line 374 </ a > </ div >
850
894
< code > protected bool
851
895
< strong > supportsCompoundContainer</ strong > ($class, $drush_container)
852
896
</ code >
@@ -893,7 +937,7 @@ <h4>Return Value</h4>
893
937
</ div >
894
938
< div class ="method-item ">
895
939
< h3 id ="method_hasStaticCreateFactory ">
896
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L362 "> at line 362 </ a > </ div >
940
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L384 "> at line 384 </ a > </ div >
897
941
< code > protected bool
898
942
< strong > hasStaticCreateFactory</ strong > (string $class)
899
943
</ code >
@@ -935,7 +979,7 @@ <h4>Return Value</h4>
935
979
</ div >
936
980
< div class ="method-item ">
937
981
< h3 id ="method_bootStrapAttributeValue ">
938
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L370 "> at line 370 </ a > </ div >
982
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L392 "> at line 392 </ a > </ div >
939
983
< code > protected int|null
940
984
< strong > bootStrapAttributeValue</ strong > (string $class)
941
985
</ code >
@@ -977,7 +1021,7 @@ <h4>Return Value</h4>
977
1021
</ div >
978
1022
< div class ="method-item ">
979
1023
< h3 id ="method_requiresBootstrap ">
980
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L386 "> at line 386 </ a > </ div >
1024
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L408 "> at line 408 </ a > </ div >
981
1025
< code > protected bool
982
1026
< strong > requiresBootstrap</ strong > (string $class)
983
1027
</ code >
@@ -1019,7 +1063,7 @@ <h4>Return Value</h4>
1019
1063
</ div >
1020
1064
< div class ="method-item ">
1021
1065
< h3 id ="method_hasStaticMethod ">
1022
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L399 "> at line 399 </ a > </ div >
1066
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L421 "> at line 421 </ a > </ div >
1023
1067
< code > protected bool
1024
1068
< strong > hasStaticMethod</ strong > (string $class, string $methodName)
1025
1069
</ code >
@@ -1066,7 +1110,7 @@ <h4>Return Value</h4>
1066
1110
</ div >
1067
1111
< div class ="method-item ">
1068
1112
< h3 id ="method_hasStaticCreateEarlyFactory ">
1069
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L417 "> at line 417 </ a > </ div >
1113
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L439 "> at line 439 </ a > </ div >
1070
1114
< code > protected bool
1071
1115
< strong > hasStaticCreateEarlyFactory</ strong > (string $class)
1072
1116
</ code >
@@ -1108,7 +1152,7 @@ <h4>Return Value</h4>
1108
1152
</ div >
1109
1153
< div class ="method-item ">
1110
1154
< h3 id ="method_discoverModuleGenerators ">
1111
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L428 "> at line 428 </ a > </ div >
1155
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L450 "> at line 450 </ a > </ div >
1112
1156
< code > array
1113
1157
< strong > discoverModuleGenerators</ strong > (array $directoryList, string $baseNamespace)
1114
1158
</ code >
@@ -1155,7 +1199,7 @@ <h4>Return Value</h4>
1155
1199
</ div >
1156
1200
< div class ="method-item ">
1157
1201
< h3 id ="method_inflect ">
1158
- < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L448 "> at line 448 </ a > </ div >
1202
+ < div class ="location "> < a href ="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L470 "> at line 470 </ a > </ div >
1159
1203
< code > void
1160
1204
< strong > inflect</ strong > (< abbr title ="League\Container\Container "> Container</ abbr > $container, mixed $object)
1161
1205
</ code >
0 commit comments