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 Oct 4, 2024
1 parent 08f92cd commit e11a3b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions api/Drush/Commands/sql/sanitize/SanitizePluginInterface.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\sql\sanitize\SanitizePluginInterface | Drush API %version%</title>
<title>Drush\Commands\sql\sanitize\SanitizePluginInterface | 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 @@ -107,7 +107,7 @@ <h2>Methods</h2>

</div>
<div class="col-md-8">
<a href="#method_sanitize">sanitize</a>($result, <abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr> $commandData)
<a href="#method_sanitize">sanitize</a>($result, <a href="../../../../Consolidation/AnnotatedCommand/CommandData.html"><abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr></a> $commandData)

<p><p>Run your sanitization logic using standard Drupal APIs.</p></p> </div>
<div class="col-md-2"></div>
Expand All @@ -130,9 +130,9 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method_sanitize">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/sql/sanitize/SanitizePluginInterface.php#L24">at line 24</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/sql/sanitize/SanitizePluginInterface.php#L23">at line 23</a></div>
<code>
<strong>sanitize</strong>($result, <abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr> $commandData)
<strong>sanitize</strong>($result, <a href="../../../../Consolidation/AnnotatedCommand/CommandData.html"><abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr></a> $commandData)
</code>
</h3>
<div class="details">
Expand All @@ -152,7 +152,7 @@ <h4>Parameters</h4>
<td><p>Exit code from the main operation for sql-sanitize.</p></td>
</tr>
<tr>
<td><abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr></td>
<td><a href="../../../../Consolidation/AnnotatedCommand/CommandData.html"><abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr></a></td>
<td>$commandData</td>
<td><p>Information about the current request.</p>
<p>Use <code>#[CLI\Hook(type: HookManager::POST_COMMAND_HOOK, target: SanitizeCommands::SANITIZE)]</code></p></td>
Expand All @@ -169,7 +169,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_messages">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/sql/sanitize/SanitizePluginInterface.php#L32">at line 32</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/sql/sanitize/SanitizePluginInterface.php#L31">at line 31</a></div>
<code>
<strong>messages</strong>(array $messages, <abbr title="Symfony\Component\Console\Input\InputInterface">InputInterface</abbr> $input)
</code>
Expand Down
Loading

0 comments on commit e11a3b3

Please sign in to comment.