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 Dec 27, 2023
1 parent 5dfecc5 commit 4ea4ed3
Show file tree
Hide file tree
Showing 19 changed files with 1,092 additions and 143 deletions.
73 changes: 60 additions & 13 deletions api/Drush/Attributes/ValidateConfigName.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>ValidateConfigName


<p> class
<strong>ValidateConfigName</strong> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateConfigName.php">View source</a>)
<strong>ValidateConfigName</strong> extends <a href="../../Drush/Attributes/ValidatorBase.html"><abbr title="Drush\Attributes\ValidatorBase">ValidatorBase</abbr></a> implements <a href="../../Drush/Attributes/ValidatorInterface.html"><abbr title="Drush\Attributes\ValidatorInterface">ValidatorInterface</abbr></a> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateConfigName.php">View source</a>)
</p>


Expand All @@ -102,6 +102,18 @@ <h2>Methods</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-2 type">
static&nbsp;
</div>
<div class="col-md-8">
<a href="#method_handle">handle</a>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)

<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from&nbsp;<a href="../../Drush/Attributes/ValidatorBase.html#method_handle">
<abbr title="Drush\Attributes\ValidatorBase">ValidatorBase</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">

</div>
<div class="col-md-8">
Expand All @@ -113,10 +125,10 @@ <h2>Methods</h2>
</div>
<div class="row">
<div class="col-md-2 type">
static&nbsp;

</div>
<div class="col-md-8">
<a href="#method_handle">handle</a>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)
<a href="#method_validate">validate</a>(<abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr> $commandData)

<p class="no-description">No description</p>
</div>
Expand All @@ -128,6 +140,46 @@ <h2>Methods</h2>
<h2>Details</h2>

<div id="method-details">
<div class="method-item">
<h3 id="method_handle">
<div class="location">in <a href="../../Drush/Attributes/ValidatorBase.html#method_handle">
<abbr title="Drush\Attributes\ValidatorBase">ValidatorBase</abbr></a> <a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidatorBase.php#L14">at line 14</a></div>
<code> static
<strong>handle</strong>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)
</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>ReflectionAttribute</td>
<td>$attribute</td>
<td></td>
</tr>
<tr>
<td><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></td>
<td>$commandInfo</td>
<td></td>
</tr>
</table>





</div>
</div>

</div>
<div class="method-item">
<h3 id="method___construct">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateConfigName.php#L18">at line 18</a></div>
Expand Down Expand Up @@ -163,10 +215,10 @@ <h4>Parameters</h4>

</div>
<div class="method-item">
<h3 id="method_handle">
<h3 id="method_validate">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateConfigName.php#L23">at line 23</a></div>
<code> static
<strong>handle</strong>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)
<code>
<strong>validate</strong>(<abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr> $commandData)
</code>
</h3>
<div class="details">
Expand All @@ -182,13 +234,8 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>ReflectionAttribute</td>
<td>$attribute</td>
<td></td>
</tr>
<tr>
<td><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></td>
<td>$commandInfo</td>
<td><abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr></td>
<td>$commandData</td>
<td></td>
</tr>
</table>
Expand Down
77 changes: 62 additions & 15 deletions api/Drush/Attributes/ValidateEntityLoad.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>ValidateEntityLoad


<p> class
<strong>ValidateEntityLoad</strong> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateEntityLoad.php">View source</a>)
<strong>ValidateEntityLoad</strong> extends <a href="../../Drush/Attributes/ValidatorBase.html"><abbr title="Drush\Attributes\ValidatorBase">ValidatorBase</abbr></a> implements <a href="../../Drush/Attributes/ValidatorInterface.html"><abbr title="Drush\Attributes\ValidatorInterface">ValidatorInterface</abbr></a> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateEntityLoad.php">View source</a>)
</p>


Expand All @@ -102,6 +102,18 @@ <h2>Methods</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-2 type">
static&nbsp;
</div>
<div class="col-md-8">
<a href="#method_handle">handle</a>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)

<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from&nbsp;<a href="../../Drush/Attributes/ValidatorBase.html#method_handle">
<abbr title="Drush\Attributes\ValidatorBase">ValidatorBase</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">

</div>
<div class="col-md-8">
Expand All @@ -113,10 +125,10 @@ <h2>Methods</h2>
</div>
<div class="row">
<div class="col-md-2 type">
static&nbsp;

</div>
<div class="col-md-8">
<a href="#method_handle">handle</a>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)
<a href="#method_validate">validate</a>(<abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr> $commandData)

<p class="no-description">No description</p>
</div>
Expand All @@ -128,9 +140,49 @@ <h2>Methods</h2>
<h2>Details</h2>

<div id="method-details">
<div class="method-item">
<h3 id="method_handle">
<div class="location">in <a href="../../Drush/Attributes/ValidatorBase.html#method_handle">
<abbr title="Drush\Attributes\ValidatorBase">ValidatorBase</abbr></a> <a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidatorBase.php#L14">at line 14</a></div>
<code> static
<strong>handle</strong>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)
</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>ReflectionAttribute</td>
<td>$attribute</td>
<td></td>
</tr>
<tr>
<td><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></td>
<td>$commandInfo</td>
<td></td>
</tr>
</table>





</div>
</div>

</div>
<div class="method-item">
<h3 id="method___construct">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateEntityLoad.php#L20">at line 20</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateEntityLoad.php#L21">at line 21</a></div>
<code>
<strong>__construct</strong>(string $entityType, string $argumentName)
</code>
Expand Down Expand Up @@ -168,10 +220,10 @@ <h4>Parameters</h4>

</div>
<div class="method-item">
<h3 id="method_handle">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateEntityLoad.php#L26">at line 26</a></div>
<code> static
<strong>handle</strong>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)
<h3 id="method_validate">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateEntityLoad.php#L27">at line 27</a></div>
<code>
<strong>validate</strong>(<abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr> $commandData)
</code>
</h3>
<div class="details">
Expand All @@ -187,13 +239,8 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>ReflectionAttribute</td>
<td>$attribute</td>
<td></td>
</tr>
<tr>
<td><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></td>
<td>$commandInfo</td>
<td><abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr></td>
<td>$commandData</td>
<td></td>
</tr>
</table>
Expand Down
77 changes: 62 additions & 15 deletions api/Drush/Attributes/ValidateFileExists.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>ValidateFileExists


<p> class
<strong>ValidateFileExists</strong> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateFileExists.php">View source</a>)
<strong>ValidateFileExists</strong> extends <a href="../../Drush/Attributes/ValidatorBase.html"><abbr title="Drush\Attributes\ValidatorBase">ValidatorBase</abbr></a> implements <a href="../../Drush/Attributes/ValidatorInterface.html"><abbr title="Drush\Attributes\ValidatorInterface">ValidatorInterface</abbr></a> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateFileExists.php">View source</a>)
</p>


Expand All @@ -102,6 +102,18 @@ <h2>Methods</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-2 type">
static&nbsp;
</div>
<div class="col-md-8">
<a href="#method_handle">handle</a>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)

<p class="no-description">No description</p>
</div>
<div class="col-md-2"><small>from&nbsp;<a href="../../Drush/Attributes/ValidatorBase.html#method_handle">
<abbr title="Drush\Attributes\ValidatorBase">ValidatorBase</abbr></a></small></div>
</div>
<div class="row">
<div class="col-md-2 type">

</div>
<div class="col-md-8">
Expand All @@ -113,10 +125,10 @@ <h2>Methods</h2>
</div>
<div class="row">
<div class="col-md-2 type">
static&nbsp;

</div>
<div class="col-md-8">
<a href="#method_handle">handle</a>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)
<a href="#method_validate">validate</a>(<abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr> $commandData)

<p class="no-description">No description</p>
</div>
Expand All @@ -128,9 +140,49 @@ <h2>Methods</h2>
<h2>Details</h2>

<div id="method-details">
<div class="method-item">
<h3 id="method_handle">
<div class="location">in <a href="../../Drush/Attributes/ValidatorBase.html#method_handle">
<abbr title="Drush\Attributes\ValidatorBase">ValidatorBase</abbr></a> <a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidatorBase.php#L14">at line 14</a></div>
<code> static
<strong>handle</strong>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)
</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>ReflectionAttribute</td>
<td>$attribute</td>
<td></td>
</tr>
<tr>
<td><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></td>
<td>$commandInfo</td>
<td></td>
</tr>
</table>





</div>
</div>

</div>
<div class="method-item">
<h3 id="method___construct">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateFileExists.php#L17">at line 17</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateFileExists.php#L18">at line 18</a></div>
<code>
<strong>__construct</strong>(string $argName)
</code>
Expand Down Expand Up @@ -163,10 +215,10 @@ <h4>Parameters</h4>

</div>
<div class="method-item">
<h3 id="method_handle">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateFileExists.php#L22">at line 22</a></div>
<code> static
<strong>handle</strong>(ReflectionAttribute $attribute, <abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr> $commandInfo)
<h3 id="method_validate">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Attributes/ValidateFileExists.php#L23">at line 23</a></div>
<code>
<strong>validate</strong>(<abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr> $commandData)
</code>
</h3>
<div class="details">
Expand All @@ -182,13 +234,8 @@ <h4>Parameters</h4>

<table class="table table-condensed">
<tr>
<td>ReflectionAttribute</td>
<td>$attribute</td>
<td></td>
</tr>
<tr>
<td><abbr title="Consolidation\AnnotatedCommand\Parser\CommandInfo">CommandInfo</abbr></td>
<td>$commandInfo</td>
<td><abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr></td>
<td>$commandData</td>
<td></td>
</tr>
</table>
Expand Down
Loading

0 comments on commit 4ea4ed3

Please sign in to comment.