Skip to content

Commit

Permalink
[CI] Add Doctum build
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman authored and actions-user committed Mar 28, 2024
1 parent 954a59d commit 4159a54
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
26 changes: 18 additions & 8 deletions api/Drush/Commands/core/QueueCommands.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,16 @@ <h2>Properties</h2>

<table class="table table-condensed">
<tr>
<td class="type" id="property_uri">
protected

</td>
<td>$uri</td>
<td class="last"></td>
<td><small>from&nbsp;<a href="../../../Drush/Exec/ExecTrait.html#property_uri">
<abbr title="Drush\Exec\ExecTrait">ExecTrait</abbr></a></small></td>
</tr>
<tr>
<td class="type" id="property_commandData">
protected <abbr title="Drush\Commands\Consolidation\AnnotatedCommand\CommandData">CommandData</abbr>|null

Expand Down Expand Up @@ -547,7 +557,7 @@ <h2>Details</h2>
<div class="method-item">
<h3 id="method_startBrowser">
<div class="location">in <a href="../../../Drush/Exec/ExecTrait.html#method_startBrowser">
<abbr title="Drush\Exec\ExecTrait">ExecTrait</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Exec/ExecTrait.php#L26">at line 26</a></div>
<abbr title="Drush\Exec\ExecTrait">ExecTrait</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Exec/ExecTrait.php#L28">at line 28</a></div>
<code> bool
<strong>startBrowser</strong>(string|null $uri = null, int $sleep = 0, int|null $port = null, <abbr title="Drush\Exec\string|bool">string|bool</abbr> $browser = false)
</code>
Expand Down Expand Up @@ -608,7 +618,7 @@ <h4>Return Value</h4>
<div class="method-item">
<h3 id="method_programExists">
<div class="location">in <a href="../../../Drush/Exec/ExecTrait.html#method_programExists">
<abbr title="Drush\Exec\ExecTrait">ExecTrait</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Exec/ExecTrait.php#L87">at line 87</a></div>
<abbr title="Drush\Exec\ExecTrait">ExecTrait</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Exec/ExecTrait.php#L92">at line 92</a></div>
<code> static bool
<strong>programExists</strong>($program)
</code>
Expand Down Expand Up @@ -652,7 +662,7 @@ <h4>Return Value</h4>
<div class="method-item">
<h3 id="method_getEditor">
<div class="location">in <a href="../../../Drush/Exec/ExecTrait.html#method_getEditor">
<abbr title="Drush\Exec\ExecTrait">ExecTrait</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Exec/ExecTrait.php#L99">at line 99</a></div>
<abbr title="Drush\Exec\ExecTrait">ExecTrait</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Exec/ExecTrait.php#L104">at line 104</a></div>
<code> static string
<strong>getEditor</strong>(string|null $editor = null)
</code>
Expand Down Expand Up @@ -741,7 +751,7 @@ <h4>See also</h4>
<div class="method-item">
<h3 id="method_configurePrompts">
<div class="location">in <a href="../../../Drush/Commands/ConfiguresPrompts.html#method_configurePrompts">
<abbr title="Drush\Commands\ConfiguresPrompts">ConfiguresPrompts</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/ConfiguresPrompts.php#L31">at line 31</a></div>
<abbr title="Drush\Commands\ConfiguresPrompts">ConfiguresPrompts</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/ConfiguresPrompts.php#L30">at line 30</a></div>
<code> protected void
<strong>configurePrompts</strong>(<abbr title="Symfony\Component\Console\Input\InputInterface">InputInterface</abbr> $input)
</code>
Expand Down Expand Up @@ -784,7 +794,7 @@ <h4>Return Value</h4>
<div class="method-item">
<h3 id="method_promptUntilValid">
<div class="location">in <a href="../../../Drush/Commands/ConfiguresPrompts.html#method_promptUntilValid">
<abbr title="Drush\Commands\ConfiguresPrompts">ConfiguresPrompts</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/ConfiguresPrompts.php#L145">at line 145</a></div>
<abbr title="Drush\Commands\ConfiguresPrompts">ConfiguresPrompts</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/ConfiguresPrompts.php#L144">at line 144</a></div>
<code> protected mixed
<strong>promptUntilValid</strong>(<a target="_blank" rel="noopener" href="https://www.php.net/Closure">Closure</a> $prompt, bool|string $required, <a target="_blank" rel="noopener" href="https://www.php.net/Closure">Closure</a>|null $validate)
</code>
Expand Down Expand Up @@ -837,7 +847,7 @@ <h4>Return Value</h4>
<div class="method-item">
<h3 id="method_restorePrompts">
<div class="location">in <a href="../../../Drush/Commands/ConfiguresPrompts.html#method_restorePrompts">
<abbr title="Drush\Commands\ConfiguresPrompts">ConfiguresPrompts</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/ConfiguresPrompts.php#L176">at line 176</a></div>
<abbr title="Drush\Commands\ConfiguresPrompts">ConfiguresPrompts</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/ConfiguresPrompts.php#L175">at line 175</a></div>
<code> protected void
<strong>restorePrompts</strong>()
</code>
Expand Down Expand Up @@ -870,7 +880,7 @@ <h4>Return Value</h4>
<div class="method-item">
<h3 id="method_runningUnitTests">
<div class="location">in <a href="../../../Drush/Commands/ConfiguresPrompts.html#method_runningUnitTests">
<abbr title="Drush\Commands\ConfiguresPrompts">ConfiguresPrompts</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/ConfiguresPrompts.php#L181">at line 181</a></div>
<abbr title="Drush\Commands\ConfiguresPrompts">ConfiguresPrompts</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/ConfiguresPrompts.php#L180">at line 180</a></div>
<code> protected bool
<strong>runningUnitTests</strong>()
</code>
Expand Down Expand Up @@ -1203,7 +1213,7 @@ <h4>See also</h4>
<div class="method-item">
<h3 id="method_create">
<div class="location">in <a href="../../../Drush/Commands/AutowireTrait.html#method_create">
<abbr title="Drush\Commands\AutowireTrait">AutowireTrait</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/AutowireTrait.php#L26">at line 26</a></div>
<abbr title="Drush\Commands\AutowireTrait">AutowireTrait</abbr></a> <a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/AutowireTrait.php#L27">at line 27</a></div>
<code> static <a href="../../../Drush/Commands/AutowireTrait.html"><abbr title="Drush\Commands\AutowireTrait">AutowireTrait</abbr></a>
<strong>create</strong>(<abbr title="Psr\Container\ContainerInterface">ContainerInterface</abbr> $container)
</code>
Expand Down
Loading

0 comments on commit 4159a54

Please sign in to comment.