Skip to content

Commit db3fb61

Browse files
greg-1-andersonactions-user
authored andcommitted
[CI] Add Doctum build
1 parent efc0864 commit db3fb61

File tree

5 files changed

+72
-25
lines changed

5 files changed

+72
-25
lines changed

api/Drush/Boot/DrupalBoot8.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ <h4>Return Value</h4>
10701070
</div>
10711071
<div class="method-item">
10721072
<h3 id="method_terminate">
1073-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L315">at line 315</a></div>
1073+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L319">at line 319</a></div>
10741074
<code> void
10751075
<strong>terminate</strong>()
10761076
</code>
@@ -1804,7 +1804,7 @@ <h4>Return Value</h4>
18041804
</div>
18051805
<div class="method-item">
18061806
<h3 id="method_addDrupalModuleDrushCommands">
1807-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L238">at line 238</a></div>
1807+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L242">at line 242</a></div>
18081808
<code> void
18091809
<strong>addDrupalModuleDrushCommands</strong>(<a href="../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $manager)
18101810
</code>
@@ -1847,7 +1847,7 @@ <h4>Return Value</h4>
18471847
</div>
18481848
<div class="method-item">
18491849
<h3 id="method_bootstrapDrupalSite">
1850-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L336">at line 336</a></div>
1850+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L340">at line 340</a></div>
18511851
<code>
18521852
<strong>bootstrapDrupalSite</strong>(<a href="../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $manager)
18531853
</code>

api/Drush/Runtime/ServiceManager.html

Lines changed: 64 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,17 @@ <h2>Methods</h2>
243243
<a href="#method_instantiateYamlCliCommands">instantiateYamlCliCommands</a>()
244244

245245
<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
246257
as Drush commands.</p></p> </div>
247258
<div class="col-md-2"></div>
248259
</div>
@@ -347,7 +358,7 @@ <h2>Details</h2>
347358
<div id="method-details">
348359
<div class="method-item">
349360
<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>
351362
<code>
352363
<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)
353364
</code>
@@ -391,7 +402,7 @@ <h4>Parameters</h4>
391402
</div>
392403
<div class="method-item">
393404
<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>
395406
<code> protected void
396407
<strong>loadCommandClasses</strong>(array $commandClasses)
397408
</code>
@@ -434,7 +445,7 @@ <h4>Return Value</h4>
434445
</div>
435446
<div class="method-item">
436447
<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>
438449
<code> array
439450
<strong>bootstrapCommandClasses</strong>()
440451
</code>
@@ -466,7 +477,7 @@ <h4>Return Value</h4>
466477
</div>
467478
<div class="method-item">
468479
<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>
470481
<code> array
471482
<strong>discover</strong>(array $commandfileSearchpath, string $baseNamespace)
472483
</code>
@@ -517,7 +528,7 @@ <h4>Return Value</h4>
517528
</div>
518529
<div class="method-item">
519530
<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>
521532
<code> array
522533
<strong>discoverCommandsFromConfiguration</strong>()
523534
</code>
@@ -549,7 +560,7 @@ <h4>Return Value</h4>
549560
</div>
550561
<div class="method-item">
551562
<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>
553564
<code> array
554565
<strong>discoverCommands</strong>(array $directoryList, string $baseNamespace)
555566
</code>
@@ -597,7 +608,7 @@ <h4>Return Value</h4>
597608
</div>
598609
<div class="method-item">
599610
<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>
601612
<code> array
602613
<strong>discoverPsr4Commands</strong>()
603614
</code>
@@ -630,7 +641,7 @@ <h4>Return Value</h4>
630641
</div>
631642
<div class="method-item">
632643
<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>
634645
<code> array
635646
<strong>discoverPsr4Generators</strong>()
636647
</code>
@@ -662,7 +673,7 @@ <h4>Return Value</h4>
662673
</div>
663674
<div class="method-item">
664675
<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>
666677
<code> array
667678
<strong>discoverModuleCommands</strong>(array $directoryList, string $baseNamespace)
668679
</code>
@@ -710,7 +721,7 @@ <h4>Return Value</h4>
710721
</div>
711722
<div class="method-item">
712723
<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>
714725
<code> array
715726
<strong>discoverModuleCommandInfoAlterers</strong>(array $directoryList, string $baseNamespace)
716727
</code>
@@ -758,7 +769,7 @@ <h4>Return Value</h4>
758769
</div>
759770
<div class="method-item">
760771
<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>
762773
<code> array
763774
<strong>instantiateYamlCliCommands</strong>()
764775
</code>
@@ -785,13 +796,46 @@ <h4>Return Value</h4>
785796

786797

787798

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+
788832
</div>
789833
</div>
790834

791835
</div>
792836
<div class="method-item">
793837
<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>
795839
<code> array
796840
<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)
797841
</code>
@@ -846,7 +890,7 @@ <h4>Return Value</h4>
846890
</div>
847891
<div class="method-item">
848892
<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>
850894
<code> protected bool
851895
<strong>supportsCompoundContainer</strong>($class, $drush_container)
852896
</code>
@@ -893,7 +937,7 @@ <h4>Return Value</h4>
893937
</div>
894938
<div class="method-item">
895939
<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>
897941
<code> protected bool
898942
<strong>hasStaticCreateFactory</strong>(string $class)
899943
</code>
@@ -935,7 +979,7 @@ <h4>Return Value</h4>
935979
</div>
936980
<div class="method-item">
937981
<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>
939983
<code> protected int|null
940984
<strong>bootStrapAttributeValue</strong>(string $class)
941985
</code>
@@ -977,7 +1021,7 @@ <h4>Return Value</h4>
9771021
</div>
9781022
<div class="method-item">
9791023
<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>
9811025
<code> protected bool
9821026
<strong>requiresBootstrap</strong>(string $class)
9831027
</code>
@@ -1019,7 +1063,7 @@ <h4>Return Value</h4>
10191063
</div>
10201064
<div class="method-item">
10211065
<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>
10231067
<code> protected bool
10241068
<strong>hasStaticMethod</strong>(string $class, string $methodName)
10251069
</code>
@@ -1066,7 +1110,7 @@ <h4>Return Value</h4>
10661110
</div>
10671111
<div class="method-item">
10681112
<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>
10701114
<code> protected bool
10711115
<strong>hasStaticCreateEarlyFactory</strong>(string $class)
10721116
</code>
@@ -1108,7 +1152,7 @@ <h4>Return Value</h4>
11081152
</div>
11091153
<div class="method-item">
11101154
<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>
11121156
<code> array
11131157
<strong>discoverModuleGenerators</strong>(array $directoryList, string $baseNamespace)
11141158
</code>
@@ -1155,7 +1199,7 @@ <h4>Return Value</h4>
11551199
</div>
11561200
<div class="method-item">
11571201
<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>
11591203
<code> void
11601204
<strong>inflect</strong>(<abbr title="League\Container\Container">Container</abbr> $container, mixed $object)
11611205
</code>

api/doc-index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,6 +1760,9 @@ <h2 id="letterA">A</h2>
17601760
<dd><p>Check to see if it is necessary to redispatch to a remote site.</p></dd><dt><a href="Drush/Runtime/ServiceManager.html#method_instantiateYamlCliCommands">
17611761
<abbr title="Drush\Runtime\ServiceManager">ServiceManager</abbr>::instantiateYamlCliCommands</a>() &mdash; <em>Method in class <a href="Drush/Runtime/ServiceManager.html"><abbr title="Drush\Runtime\ServiceManager">ServiceManager</abbr></a></em></dt>
17621762
<dd><p>Instantiate commands from Grasmash\YamlCli that we want to expose
1763+
as Drush commands.</p></dd><dt><a href="Drush/Runtime/ServiceManager.html#method_instantiateDrupalCoreBootstrappedCommands">
1764+
<abbr title="Drush\Runtime\ServiceManager">ServiceManager</abbr>::instantiateDrupalCoreBootstrappedCommands</a>() &mdash; <em>Method in class <a href="Drush/Runtime/ServiceManager.html"><abbr title="Drush\Runtime\ServiceManager">ServiceManager</abbr></a></em></dt>
1765+
<dd><p>Instantiate commands from Drupal Core that we want to expose
17631766
as Drush commands.</p></dd><dt><a href="Drush/Runtime/ServiceManager.html#method_instantiateServices">
17641767
<abbr title="Drush\Runtime\ServiceManager">ServiceManager</abbr>::instantiateServices</a>() &mdash; <em>Method in class <a href="Drush/Runtime/ServiceManager.html"><abbr title="Drush\Runtime\ServiceManager">ServiceManager</abbr></a></em></dt>
17651768
<dd><p>Instantiate objects given a list of classes. For each class, if it has

api/doctum-search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)