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 Nov 16, 2023
1 parent 1817e74 commit 09069d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions api/Drush/Drupal/Commands/sql/SanitizeUserTableCommands.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ <h2>Methods</h2>
void
</div>
<div class="col-md-8">
<a href="#method_options">options</a>($options = [&#039;sanitize-email&#039; =&gt; &#039;user+%[email protected]&#039;, &#039;sanitize-password&#039; =&gt; null])
<a href="#method_options">options</a>($options = [&#039;sanitize-email&#039; =&gt; &#039;user+%[email protected]&#039;, &#039;sanitize-password&#039; =&gt; null, &#039;ignored-roles&#039; =&gt; null])

<p class="no-description">No description</p>
</div>
Expand Down Expand Up @@ -873,9 +873,9 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_options">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Drupal/Commands/sql/SanitizeUserTableCommands.php#L86">at line 86</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Drupal/Commands/sql/SanitizeUserTableCommands.php#L102">at line 102</a></div>
<code> void
<strong>options</strong>($options = [&#039;sanitize-email&#039; =&gt; &#039;user+%[email protected]&#039;, &#039;sanitize-password&#039; =&gt; null])
<strong>options</strong>($options = [&#039;sanitize-email&#039; =&gt; &#039;user+%[email protected]&#039;, &#039;sanitize-password&#039; =&gt; null, &#039;ignored-roles&#039; =&gt; null])
</code>
</h3>
<div class="details">
Expand Down Expand Up @@ -916,7 +916,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_messages">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Drupal/Commands/sql/SanitizeUserTableCommands.php#L93">at line 93</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Drupal/Commands/sql/SanitizeUserTableCommands.php#L110">at line 110</a></div>
<code> string[]
<strong>messages</strong>(array $messages, <abbr title="Symfony\Component\Console\Input\InputInterface">InputInterface</abbr> $input)
</code>
Expand Down Expand Up @@ -963,7 +963,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_isEnabled">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Drupal/Commands/sql/SanitizeUserTableCommands.php#L108">at line 108</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Drupal/Commands/sql/SanitizeUserTableCommands.php#L128">at line 128</a></div>
<code> protected bool
<strong>isEnabled</strong>(string|null $value)
</code>
Expand Down
Loading

0 comments on commit 09069d1

Please sign in to comment.