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 Sep 8, 2023
1 parent f5c3a2c commit fdc392d
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 13 deletions.
83 changes: 74 additions & 9 deletions api/Drush/Commands/core/CacheRebuildCommands.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ <h1>CacheRebuildCommands



<div class="description">
<p><p>cache:rebuild must not use a create() method or else it will not stop at SITE bootstrap.</p></p> </div>

<h2>Traits</h2>

Expand Down Expand Up @@ -261,12 +259,11 @@ <h2>Methods</h2>

</div>
<div class="col-md-8">
<a href="#method___construct">__construct</a>()
<a href="#method___construct">__construct</a>(<a href="../../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $bootstrapManager, <abbr title="Composer\Autoload\ClassLoader">ClassLoader</abbr> $autoloader)

<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from&nbsp;<a href="../../../Drush/Commands/DrushCommands.html#method___construct">
<abbr title="Drush\Commands\DrushCommands">DrushCommands</abbr></a></small></div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
Expand Down Expand Up @@ -333,6 +330,17 @@ <h2>Methods</h2>
<p><p>Get a Guzzle handler stack that uses the Drush logger.</p></p> </div>
<div class="col-md-2"><small>from&nbsp;<a href="../../../Drush/Commands/DrushCommands.html#method_getStack">
<abbr title="Drush\Commands\DrushCommands">DrushCommands</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">
static&nbsp;<a href="../../../Drush/Commands/core/CacheRebuildCommands.html"><abbr title="Drush\Commands\core\CacheRebuildCommands">CacheRebuildCommands</abbr></a>
</div>
<div class="col-md-8">
<a href="#method_createEarly">createEarly</a>(<abbr title="Psr\Container\ContainerInterface">ContainerInterface</abbr> $drush_container)

<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
Expand Down Expand Up @@ -546,10 +554,9 @@ <h4>See also</h4>
</div>
<div class="method-item">
<h3 id="method___construct">
<div class="location">in <a href="../../../Drush/Commands/DrushCommands.html#method___construct">
<abbr title="Drush\Commands\DrushCommands">DrushCommands</abbr></a> <a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/DrushCommands.php#L51">at line 51</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CacheRebuildCommands.php#L22">at line 22</a></div>
<code>
<strong>__construct</strong>()
<strong>__construct</strong>(<a href="../../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $bootstrapManager, <abbr title="Composer\Autoload\ClassLoader">ClassLoader</abbr> $autoloader)
</code>
</h3>
<div class="details">
Expand All @@ -561,6 +568,21 @@ <h3 id="method___construct">

</div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td><a href="../../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a></td>
<td>$bootstrapManager</td>
<td></td>
</tr>
<tr>
<td><abbr title="Composer\Autoload\ClassLoader">ClassLoader</abbr></td>
<td>$autoloader</td>
<td></td>
</tr>
</table>




Expand Down Expand Up @@ -786,13 +808,56 @@ <h4>See also</h4>
</table>


</div>
</div>

</div>
<div class="method-item">
<h3 id="method_createEarly">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CacheRebuildCommands.php#L29">at line 29</a></div>
<code> static <a href="../../../Drush/Commands/core/CacheRebuildCommands.html"><abbr title="Drush\Commands\core\CacheRebuildCommands">CacheRebuildCommands</abbr></a>
<strong>createEarly</strong>(<abbr title="Psr\Container\ContainerInterface">ContainerInterface</abbr> $drush_container)
</code>
</h3>
<div class="details">



<div class="method-description">
<p class="no-description">No description</p>

</div>
<div class="tags">
<h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td><abbr title="Psr\Container\ContainerInterface">ContainerInterface</abbr></td>
<td>$drush_container</td>
<td></td>
</tr>
</table>


<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td><a href="../../../Drush/Commands/core/CacheRebuildCommands.html"><abbr title="Drush\Commands\core\CacheRebuildCommands">CacheRebuildCommands</abbr></a></td>
<td></td>
</tr>
</table>




</div>
</div>

</div>
<div class="method-item">
<h3 id="method_rebuild">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CacheRebuildCommands.php#L26">at line 26</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CacheRebuildCommands.php#L44">at line 44</a></div>
<code>
<strong>rebuild</strong>($options = [&#039;cache-clear&#039; =&gt; true])
</code>
Expand Down
2 changes: 1 addition & 1 deletion api/classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ <h1>Classes</h1>
<div class="row">
<div class="col-md-6">
<a href="Drush/Commands/core/CacheRebuildCommands.html"><abbr title="Drush\Commands\core\CacheRebuildCommands">CacheRebuildCommands</abbr></a> </div>
<div class="col-md-6"><p>cache:rebuild must not use a create() method or else it will not stop at SITE bootstrap.</p></div>
<div class="col-md-6"></div>
</div>
<div class="row">
<div class="col-md-6">
Expand Down
6 changes: 5 additions & 1 deletion api/doc-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,9 @@ <h2 id="letterA">A</h2>
<dd><p>Clears the render cache entries.</p></dd><dt><a href="Drush/Commands/core/CacheCommands.html#method_clearPlugin">
<abbr title="Drush\Commands\core\CacheCommands">CacheCommands</abbr>::clearPlugin</a>() &mdash; <em>Method in class <a href="Drush/Commands/core/CacheCommands.html"><abbr title="Drush\Commands\core\CacheCommands">CacheCommands</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Commands/core/CacheRebuildCommands.html"><abbr title="Drush\Commands\core\CacheRebuildCommands">CacheRebuildCommands</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Commands/core.html">Drush\Commands\core</a></em></dt>
<dd><p>cache:rebuild must not use a create() method or else it will not stop at SITE bootstrap.</p></dd><dt><a href="Drush/Commands/core/CliCommands.html"><abbr title="Drush\Commands\core\CliCommands">CliCommands</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Commands/core.html">Drush\Commands\core</a></em></dt>
<dd></dd><dt><a href="Drush/Commands/core/CacheRebuildCommands.html#method_createEarly">
<abbr title="Drush\Commands\core\CacheRebuildCommands">CacheRebuildCommands</abbr>::createEarly</a>() &mdash; <em>Method in class <a href="Drush/Commands/core/CacheRebuildCommands.html"><abbr title="Drush\Commands\core\CacheRebuildCommands">CacheRebuildCommands</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Commands/core/CliCommands.html"><abbr title="Drush\Commands\core\CliCommands">CliCommands</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Commands/core.html">Drush\Commands\core</a></em></dt>
<dd></dd><dt><a href="Drush/Commands/core/CliCommands.html#method_create">
<abbr title="Drush\Commands\core\CliCommands">CliCommands</abbr>::create</a>() &mdash; <em>Method in class <a href="Drush/Commands/core/CliCommands.html"><abbr title="Drush\Commands\core\CliCommands">CliCommands</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Commands/core/CliCommands.html#method_cli">
Expand Down Expand Up @@ -2973,6 +2975,8 @@ <h2 id="letterA">A</h2>
<abbr title="Drush\Commands\config\ConfigImportCommands">ConfigImportCommands</abbr>::__construct</a>() &mdash; <em>Method in class <a href="Drush/Commands/config/ConfigImportCommands.html"><abbr title="Drush\Commands\config\ConfigImportCommands">ConfigImportCommands</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Commands/core/CacheCommands.html#method___construct">
<abbr title="Drush\Commands\core\CacheCommands">CacheCommands</abbr>::__construct</a>() &mdash; <em>Method in class <a href="Drush/Commands/core/CacheCommands.html"><abbr title="Drush\Commands\core\CacheCommands">CacheCommands</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Commands/core/CacheRebuildCommands.html#method___construct">
<abbr title="Drush\Commands\core\CacheRebuildCommands">CacheRebuildCommands</abbr>::__construct</a>() &mdash; <em>Method in class <a href="Drush/Commands/core/CacheRebuildCommands.html"><abbr title="Drush\Commands\core\CacheRebuildCommands">CacheRebuildCommands</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Commands/core/CliCommands.html#method___construct">
<abbr title="Drush\Commands\core\CliCommands">CliCommands</abbr>::__construct</a>() &mdash; <em>Method in class <a href="Drush/Commands/core/CliCommands.html"><abbr title="Drush\Commands\core\CliCommands">CliCommands</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Commands/core/DrupalCommands.html#method___construct">
Expand Down
2 changes: 1 addition & 1 deletion api/doctum-search.json

Large diffs are not rendered by default.

Loading

0 comments on commit fdc392d

Please sign in to comment.