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 Jul 19, 2023
1 parent 97bef06 commit fb597b8
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 9 deletions.
58 changes: 51 additions & 7 deletions api/Drush/Commands/core/CliCommands.html
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,17 @@ <h2>Methods</h2>

<p><p>Returns a list of PHP keywords.</p></p> </div>
<div class="col-md-2"></div>
</div>
<div class="row">
<div class="col-md-2 type">
void
</div>
<div class="col-md-8">
<a href="#method_makeEntitiesAvailableWithShortClassNames">makeEntitiesAvailableWithShortClassNames</a>()

<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
</div>

Expand Down Expand Up @@ -868,7 +879,7 @@ <h4>See also</h4>
</div>
<div class="method-item">
<h3 id="method_create">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L32">at line 32</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L33">at line 33</a></div>
<code> static <a href="../../../Drush/Commands/core/CliCommands.html"><abbr title="Drush\Commands\core\CliCommands">CliCommands</abbr></a>
<strong>create</strong>(<abbr title="Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr> $container)
</code>
Expand Down Expand Up @@ -911,7 +922,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_docs">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L44">at line 44</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L45">at line 45</a></div>
<code> void
<strong>docs</strong>()
</code>
Expand Down Expand Up @@ -943,7 +954,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_cli">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L56">at line 56</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L57">at line 57</a></div>
<code> void
<strong>cli</strong>(array $options = [&#039;version-history&#039; =&gt; false, &#039;cwd&#039; =&gt; self::REQ])
</code>
Expand Down Expand Up @@ -985,7 +996,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getDrushCommands">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L130">at line 130</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L126">at line 126</a></div>
<code> protected array
<strong>getDrushCommands</strong>()
</code>
Expand Down Expand Up @@ -1017,7 +1028,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getCasters">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L177">at line 177</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L173">at line 173</a></div>
<code> protected array
<strong>getCasters</strong>()
</code>
Expand Down Expand Up @@ -1051,7 +1062,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_historyPath">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L199">at line 199</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L195">at line 195</a></div>
<code> protected string
<strong>historyPath</strong>(array $options)
</code>
Expand Down Expand Up @@ -1093,7 +1104,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getPhpKeywords">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L239">at line 239</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L235">at line 235</a></div>
<code> protected array
<strong>getPhpKeywords</strong>()
</code>
Expand All @@ -1119,6 +1130,39 @@ <h4>Return Value</h4>



</div>
</div>

</div>
<div class="method-item">
<h3 id="method_makeEntitiesAvailableWithShortClassNames">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/core/CliCommands.php#L306">at line 306</a></div>
<code> void
<strong>makeEntitiesAvailableWithShortClassNames</strong>()
</code>
</h3>
<div class="details">



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

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

<h4>Return Value</h4>

<table class="table table-condensed">
<tr>
<td>void</td>
<td></td>
</tr>
</table>




</div>
</div>

Expand Down
2 changes: 2 additions & 0 deletions api/doc-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1934,6 +1934,8 @@ <h2 id="letterA">A</h2>
<dd><p>Extract the name of all existing tables in the given database.</p></dd> </dl><h2 id="letterM">M</h2>
<dl id="indexM"><dt><a href="Drush/Boot/BootstrapManager.html#method_maxPhaseLimit">
<abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr>::maxPhaseLimit</a>() &mdash; <em>Method in class <a href="Drush/Boot/BootstrapManager.html"><abbr title="Drush\Boot\BootstrapManager">BootstrapManager</abbr></a></em></dt>
<dd></dd><dt><a href="Drush/Commands/core/CliCommands.html#method_makeEntitiesAvailableWithShortClassNames">
<abbr title="Drush\Commands\core\CliCommands">CliCommands</abbr>::makeEntitiesAvailableWithShortClassNames</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/DocsCommands.html#method_migrate">
<abbr title="Drush\Commands\core\DocsCommands">DocsCommands</abbr>::migrate</a>() &mdash; <em>Method in class <a href="Drush/Commands/core/DocsCommands.html"><abbr title="Drush\Commands\core\DocsCommands">DocsCommands</abbr></a></em></dt>
<dd><p>Defining and running migrations.</p></dd><dt><a href="Drush/Commands/core/MaintCommands.html"><abbr title="Drush\Commands\core\MaintCommands">MaintCommands</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Commands/core.html">Drush\Commands\core</a></em></dt>
Expand Down
2 changes: 1 addition & 1 deletion api/doctum-search.json

Large diffs are not rendered by default.

Loading

0 comments on commit fb597b8

Please sign in to comment.