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 6, 2025
1 parent 4a9a405 commit 26500ea
Show file tree
Hide file tree
Showing 16 changed files with 6,826 additions and 714 deletions.
8 changes: 4 additions & 4 deletions api/Consolidation/AnnotatedCommand/Attributes/Hook.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>Hook


<p> class
<strong>Hook</strong> (<a href="https://github.com/drush-ops/drush/blob/13.x/vendor/consolidation/annotated-command/src/Attributes/Hook.php">View source</a>)
<strong>Hook</strong> (<a href="https://github.com/drush-ops/drush/blob/actions/vendor/consolidation/annotated-command/src/Attributes/Hook.php">View source</a>)
</p>


Expand Down Expand Up @@ -130,7 +130,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/vendor/consolidation/annotated-command/src/Attributes/Hook.php#L21">at line 21</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/actions/vendor/consolidation/annotated-command/src/Attributes/Hook.php#L21">at line 21</a></div>
<code>
<strong>__construct</strong>(string $type, string|null $target = null, string|null $selector = null)
</code>
Expand Down Expand Up @@ -160,7 +160,7 @@ <h4>Parameters</h4>
<tr>
<td>string|null</td>
<td>$selector</td>
<td><p>A 'tag' that requests that a hoof operate on the current command.</p></td>
<td><p>A 'tag' that requests that a hook operate on the current command.</p></td>
</tr>
</table>

Expand All @@ -174,7 +174,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_handle">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/vendor/consolidation/annotated-command/src/Attributes/Hook.php#L28">at line 28</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/actions/vendor/consolidation/annotated-command/src/Attributes/Hook.php#L28">at line 28</a></div>
<code> static
<strong>handle</strong>(ReflectionAttribute $attribute, <a href="../../../Consolidation/AnnotatedCommand/Parser/CommandInfo.html"><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></a> $commandInfo)
</code>
Expand Down
84 changes: 42 additions & 42 deletions api/Consolidation/OutputFormatters/Options/FormatterOptions.html

Large diffs are not rendered by default.

1,428 changes: 1,311 additions & 117 deletions api/Drush/Commands/core/DocsCommands.html

Large diffs are not rendered by default.

2,382 changes: 2,382 additions & 0 deletions api/Drush/Commands/core/DrupalDependenciesCommands.html

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions api/Drush/Commands/core/EntityCommands.html

Large diffs are not rendered by default.

1,107 changes: 954 additions & 153 deletions api/Drush/Commands/core/UserCommands.html

Large diffs are not rendered by default.

1,087 changes: 944 additions & 143 deletions api/Drush/Commands/core/WatchdogCommands.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions api/Drush/Commands/generate/ApplicationFactory.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\Commands\generate\ApplicationFactory | Drush API %version%</title>
<title>Drush\Commands\generate\ApplicationFactory | 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 @@ -86,7 +86,7 @@ <h1>ApplicationFactory


<p> class
<strong>ApplicationFactory</strong> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php">View source</a>)
<strong>ApplicationFactory</strong> (<a href="https://github.com/drush-ops/drush/blob/actions/src/Commands/generate/ApplicationFactory.php">View source</a>)
</p>


Expand Down Expand Up @@ -171,7 +171,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/Commands/generate/ApplicationFactory.php#L21">at line 21</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/actions/src/Commands/generate/ApplicationFactory.php#L21">at line 21</a></div>
<code>
<strong>__construct</strong>(<abbr title="Psr\Container\ContainerInterface">ContainerInterface</abbr> $drush_container, <abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr> $logger)
</code>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_create">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php#L32">at line 32</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/actions/src/Commands/generate/ApplicationFactory.php#L32">at line 32</a></div>
<code> <abbr title="DrupalCodeGenerator\Application">Application</abbr>
<strong>create</strong>()
</code>
Expand Down Expand Up @@ -242,7 +242,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_discover">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php#L48">at line 48</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/actions/src/Commands/generate/ApplicationFactory.php#L49">at line 49</a></div>
<code> array
<strong>discover</strong>()
</code>
Expand Down Expand Up @@ -275,7 +275,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_filterClassExists">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php#L75">at line 75</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/actions/src/Commands/generate/ApplicationFactory.php#L76">at line 76</a></div>
<code> array
<strong>filterClassExists</strong>(array $classes)
</code>
Expand Down Expand Up @@ -317,7 +317,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_alterGenerators">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php#L94">at line 94</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/actions/src/Commands/generate/ApplicationFactory.php#L97">at line 97</a></div>
<code> static void
<strong>alterGenerators</strong>(<abbr title="DrupalCodeGenerator\Event\GeneratorInfoAlter">GeneratorInfoAlter</abbr> $event)
</code>
Expand All @@ -327,7 +327,7 @@ <h3 id="method_alterGenerators">


<div class="method-description">
<p><p>Implements hook GeneratorInfoAlter.</p></p>
<p><p>Implements hook GeneratorInfoAlter.</p></p> <p><p>This gets called twice: first for the DCG core generators and then for all Drush+Drupal generators.</p></p>
</div>
<div class="tags">
<h4>Parameters</h4>
Expand Down Expand Up @@ -359,7 +359,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_logger">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php#L100">at line 100</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/actions/src/Commands/generate/ApplicationFactory.php#L108">at line 108</a></div>
<code> <abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr>
<strong>logger</strong>()
</code>
Expand Down
Loading

0 comments on commit 26500ea

Please sign in to comment.