-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1817e74
commit 09069d1
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -340,7 +340,7 @@ <h2>Methods</h2> | |
void | ||
</div> | ||
<div class="col-md-8"> | ||
<a href="#method_options">options</a>($options = ['sanitize-email' => 'user+%[email protected]', 'sanitize-password' => null]) | ||
<a href="#method_options">options</a>($options = ['sanitize-email' => 'user+%[email protected]', 'sanitize-password' => null, 'ignored-roles' => null]) | ||
|
||
<p class="no-description">No description</p> | ||
</div> | ||
|
@@ -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 = ['sanitize-email' => 'user+%[email protected]', 'sanitize-password' => null]) | ||
<strong>options</strong>($options = ['sanitize-email' => 'user+%[email protected]', 'sanitize-password' => null, 'ignored-roles' => null]) | ||
</code> | ||
</h3> | ||
<div class="details"> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
Oops, something went wrong.