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 Jan 17, 2025
1 parent cdfd128 commit 5dc37cc
Show file tree
Hide file tree
Showing 12 changed files with 1,447 additions and 208 deletions.
38 changes: 19 additions & 19 deletions api/Drush/Boot/DrupalBoot8.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Drush\Boot\DrupalBoot8 | Drush API %version%</title>
<title>Drush\Boot\DrupalBoot8 | Drush API 13</title>

<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css">
Expand Down Expand Up @@ -57,7 +57,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../index.html">Drush API %version%</a>
<a class="navbar-brand" href="../../index.html">Drush API 13</a>
</div>
<div class="collapse navbar-collapse" id="navbar-elements">
<ul class="nav navbar-nav">
Expand Down Expand Up @@ -528,7 +528,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method___construct">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L31">at line 31</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L30">at line 30</a></div>
<code>
<strong>__construct</strong>(<a href="../../Drush/Runtime/ServiceManager.html"><abbr title="Drush\Runtime\ServiceManager">ServiceManager</abbr></a> $serviceManager, $autoloader)
</code>
Expand Down Expand Up @@ -753,7 +753,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_validRoot">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L51">at line 51</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L50">at line 50</a></div>
<code> bool
<strong>validRoot</strong>(string|null $path)
</code>
Expand Down Expand Up @@ -798,7 +798,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getVersion">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L66">at line 66</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L65">at line 65</a></div>
<code> string|null
<strong>getVersion</strong>(string $root)
</code>
Expand Down Expand Up @@ -1045,7 +1045,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_terminate">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L301">at line 301</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L303">at line 303</a></div>
<code> void
<strong>terminate</strong>()
</code>
Expand Down Expand Up @@ -1117,7 +1117,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_confPath">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L76">at line 76</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L75">at line 75</a></div>
<code> string|null
<strong>confPath</strong>(bool $require_settings = true, bool $reset = false)
</code>
Expand Down Expand Up @@ -1345,7 +1345,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_bootstrapDrupalSiteValidate">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L88">at line 88</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L87">at line 87</a></div>
<code>
<strong>bootstrapDrupalSiteValidate</strong>(<a href="../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $manager)
</code>
Expand Down Expand Up @@ -1379,7 +1379,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_bootstrapDrupalConfiguration">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L182">at line 182</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L181">at line 181</a></div>
<code>
<strong>bootstrapDrupalConfiguration</strong>(<a href="../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $manager, <abbr title="Drush\Boot\Consolidation\AnnotatedCommand\AnnotationData">AnnotationData</abbr>|null $annotationData = null)
</code>
Expand Down Expand Up @@ -1417,7 +1417,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_bootstrapDrupalDatabaseValidate">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L151">at line 151</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L150">at line 150</a></div>
<code>
<strong>bootstrapDrupalDatabaseValidate</strong>(<a href="../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $manager)
</code>
Expand Down Expand Up @@ -1452,7 +1452,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_bootstrapDrupalDatabase">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L176">at line 176</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L175">at line 175</a></div>
<code> void
<strong>bootstrapDrupalDatabase</strong>(<a href="../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $manager)
</code>
Expand Down Expand Up @@ -1494,7 +1494,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_bootstrapDrupalFull">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L206">at line 206</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L208">at line 208</a></div>
<code> void
<strong>bootstrapDrupalFull</strong>(<a href="../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $manager)
</code>
Expand Down Expand Up @@ -1536,7 +1536,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getRequest">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L36">at line 36</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L35">at line 35</a></div>
<code> <abbr title="Symfony\Component\HttpFoundation\Request">Request</abbr>
<strong>getRequest</strong>()
</code>
Expand Down Expand Up @@ -1569,7 +1569,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_setRequest">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L41">at line 41</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L40">at line 40</a></div>
<code> void
<strong>setRequest</strong>(<abbr title="Symfony\Component\HttpFoundation\Request">Request</abbr> $request)
</code>
Expand Down Expand Up @@ -1612,7 +1612,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getKernel">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L46">at line 46</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L45">at line 45</a></div>
<code> <abbr title="Drupal\Core\DrupalKernelInterface">DrupalKernelInterface</abbr>
<strong>getKernel</strong>()
</code>
Expand Down Expand Up @@ -1645,7 +1645,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_bootstrapDoDrupalSite">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L125">at line 125</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L124">at line 124</a></div>
<code> void
<strong>bootstrapDoDrupalSite</strong>(<a href="../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $manager)
</code>
Expand Down Expand Up @@ -1688,7 +1688,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_bootstrapDrupalConfigurationValidate">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L139">at line 139</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L138">at line 138</a></div>
<code> bool
<strong>bootstrapDrupalConfigurationValidate</strong>(<a href="../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $manager)
</code>
Expand Down Expand Up @@ -1731,7 +1731,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_addDrupalModuleDrushCommands">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L224">at line 224</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L226">at line 226</a></div>
<code> void
<strong>addDrupalModuleDrushCommands</strong>(<a href="../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $manager)
</code>
Expand Down Expand Up @@ -1774,7 +1774,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_bootstrapDrupalSite">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L322">at line 322</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Boot/DrupalBoot8.php#L324">at line 324</a></div>
<code>
<strong>bootstrapDrupalSite</strong>(<a href="../../Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a> $manager)
</code>
Expand Down
8 changes: 4 additions & 4 deletions api/Drush/Commands/core/CacheRebuildCommands.html
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ <h2>Methods</h2>
<div class="col-md-8">
<a href="#method_initHook">initHook</a>($input, <a href="../../../Consolidation/AnnotatedCommand/AnnotationData.html"><abbr title="Consolidation\AnnotatedCommand\AnnotationData">AnnotationData</abbr></a> $annotationData)

<p><p>Persist commandData for use in primary command callback. Used by 'topic' commands.</p></p> </div>
<p><p>Configure Laravel prompts package.</p></p> </div>
<div class="col-md-2"><small>from&nbsp;<a href="../../../Drush/Commands/DrushCommands.html#method_initHook">
<abbr title="Drush\Commands\DrushCommands">DrushCommands</abbr></a></small></div>
</div>
Expand Down Expand Up @@ -1417,7 +1417,7 @@ <h3 id="method_currentState">
</div>
<div class="method-item">
<h3 id="method___construct">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/CacheRebuildCommands.php#L23">at line 23</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/CacheRebuildCommands.php#L24">at line 24</a></div>
<code>
<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>
Expand Down Expand Up @@ -1798,7 +1798,7 @@ <h3 id="method_initHook">


<div class="method-description">
<p><p>Persist commandData for use in primary command callback. Used by 'topic' commands.</p></p>
<p><p>Configure Laravel prompts package.</p></p>
</div>
<div class="tags">
<h4>Parameters</h4>
Expand Down Expand Up @@ -1980,7 +1980,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_rebuild">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/CacheRebuildCommands.php#L35">at line 35</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/CacheRebuildCommands.php#L36">at line 36</a></div>
<code>
<strong>rebuild</strong>($options = [&#039;cache-clear&#039; =&gt; true])
</code>
Expand Down
Loading

0 comments on commit 5dc37cc

Please sign in to comment.