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 Jul 23, 2024
1 parent aded945 commit 8b1cb68
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions api/Drush/Drupal/Migrate/MigrateExecutable.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>MigrateExecutable


<p> class
<strong>MigrateExecutable</strong> extends <abbr title="Drupal\migrate\MigrateExecutable">MigrateExecutable</abbr> (<a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php">View source</a>)
<strong>MigrateExecutable</strong> extends <abbr title="Drupal\migrate\MigrateExecutable">MigrateExecutable</abbr> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php">View source</a>)
</p>


Expand Down Expand Up @@ -137,7 +137,7 @@ <h2>Properties</h2>
</tr>
<tr>
<td class="type" id="property_feedback">
protected string|null
protected int|null

</td>
<td>$feedback</td>
Expand Down Expand Up @@ -527,7 +527,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.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L118">at line 118</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L118">at line 118</a></div>
<code>
<strong>__construct</strong>(<abbr title="Drupal\migrate\Plugin\MigrationInterface">MigrationInterface</abbr> $migration, <abbr title="Drupal\migrate\MigrateMessageInterface">MigrateMessageInterface</abbr> $message, <abbr title="Symfony\Component\Console\Output\OutputInterface">OutputInterface</abbr> $output, array $options = [])
</code>
Expand Down Expand Up @@ -575,7 +575,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_onMapSave">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L180">at line 180</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L180">at line 180</a></div>
<code> void
<strong>onMapSave</strong>(<abbr title="Drupal\migrate\Event\MigrateMapSaveEvent">MigrateMapSaveEvent</abbr> $event)
</code>
Expand Down Expand Up @@ -617,7 +617,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_onMapDelete">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L200">at line 200</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L200">at line 200</a></div>
<code> void
<strong>onMapDelete</strong>(<abbr title="Drupal\migrate\Event\MigrateMapDeleteEvent">MigrateMapDeleteEvent</abbr> $event)
</code>
Expand Down Expand Up @@ -659,7 +659,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_onPreImport">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L212">at line 212</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L212">at line 212</a></div>
<code> void
<strong>onPreImport</strong>(<abbr title="Drupal\migrate\Event\MigrateImportEvent">MigrateImportEvent</abbr> $event)
</code>
Expand Down Expand Up @@ -701,7 +701,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_handleMissingSourceRows">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L237">at line 237</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L237">at line 237</a></div>
<code> protected void
<strong>handleMissingSourceRows</strong>(<abbr title="Drupal\migrate\Plugin\MigrationInterface">MigrationInterface</abbr> $migration)
</code>
Expand Down Expand Up @@ -765,7 +765,7 @@ <h4>See also</h4>
</div>
<div class="method-item">
<h3 id="method_onMissingSourceRows">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L269">at line 269</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L269">at line 269</a></div>
<code> void
<strong>onMissingSourceRows</strong>(<a href="../../../Drush/Drupal/Migrate/MigrateMissingSourceRowsEvent.html"><abbr title="Drush\Drupal\Migrate\MigrateMissingSourceRowsEvent">MigrateMissingSourceRowsEvent</abbr></a> $event)
</code>
Expand Down Expand Up @@ -810,7 +810,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_onPostImport">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L298">at line 298</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L298">at line 298</a></div>
<code> void
<strong>onPostImport</strong>(<abbr title="Drupal\migrate\Event\MigrateImportEvent">MigrateImportEvent</abbr> $event)
</code>
Expand Down Expand Up @@ -852,7 +852,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_importFeedbackMessage">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L311">at line 311</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L311">at line 311</a></div>
<code> protected void
<strong>importFeedbackMessage</strong>(bool $done = true)
</code>
Expand Down Expand Up @@ -894,7 +894,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_onPreRollback">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L362">at line 362</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L362">at line 362</a></div>
<code> void
<strong>onPreRollback</strong>(<abbr title="Drupal\migrate\Event\MigrateRollbackEvent">MigrateRollbackEvent</abbr> $event)
</code>
Expand Down Expand Up @@ -936,7 +936,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_onPostRollback">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L373">at line 373</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L373">at line 373</a></div>
<code> void
<strong>onPostRollback</strong>(<abbr title="Drupal\migrate\Event\MigrateRollbackEvent">MigrateRollbackEvent</abbr> $event)
</code>
Expand Down Expand Up @@ -978,7 +978,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_rollbackFeedbackMessage">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L391">at line 391</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L391">at line 391</a></div>
<code> protected void
<strong>rollbackFeedbackMessage</strong>(bool $done = true)
</code>
Expand Down Expand Up @@ -1020,7 +1020,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_onPreRowSave">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L420">at line 420</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L420">at line 420</a></div>
<code> void
<strong>onPreRowSave</strong>(<abbr title="Drupal\migrate\Event\MigratePreRowSaveEvent">MigratePreRowSaveEvent</abbr> $event)
</code>
Expand Down Expand Up @@ -1062,7 +1062,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_onPostRowSave">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L436">at line 436</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L436">at line 436</a></div>
<code> void
<strong>onPostRowSave</strong>(<abbr title="Drupal\migrate\Event\MigratePostRowSaveEvent">MigratePostRowSaveEvent</abbr> $event)
</code>
Expand Down Expand Up @@ -1104,7 +1104,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_onPostRowDelete">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L447">at line 447</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L447">at line 447</a></div>
<code> void
<strong>onPostRowDelete</strong>(<abbr title="Drupal\migrate\Event\MigrateRowDeleteEvent">MigrateRowDeleteEvent</abbr> $event)
</code>
Expand Down Expand Up @@ -1146,7 +1146,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_onPrepareRow">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L463">at line 463</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L463">at line 463</a></div>
<code> void
<strong>onPrepareRow</strong>(<a href="../../../Drush/Drupal/Migrate/MigratePrepareRowEvent.html"><abbr title="Drush\Drupal\Migrate\MigratePrepareRowEvent">MigratePrepareRowEvent</abbr></a> $event)
</code>
Expand Down Expand Up @@ -1197,7 +1197,7 @@ <h4>Exceptions</h4>
</div>
<div class="method-item">
<h3 id="method_getIdMap">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L498">at line 498</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L498">at line 498</a></div>
<code> protected <a href="../../../Drush/Drupal/Migrate/MigrateIdMapFilter.html"><abbr title="Drush\Drupal\Migrate\MigrateIdMapFilter">MigrateIdMapFilter</abbr></a>
<strong>getIdMap</strong>()
</code>
Expand Down Expand Up @@ -1229,7 +1229,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getCreatedCount">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L509">at line 509</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L509">at line 509</a></div>
<code> int
<strong>getCreatedCount</strong>()
</code>
Expand Down Expand Up @@ -1261,7 +1261,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getUpdatedCount">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L517">at line 517</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L517">at line 517</a></div>
<code> int
<strong>getUpdatedCount</strong>()
</code>
Expand Down Expand Up @@ -1293,7 +1293,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getIgnoredCount">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L525">at line 525</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L525">at line 525</a></div>
<code> int
<strong>getIgnoredCount</strong>()
</code>
Expand Down Expand Up @@ -1325,7 +1325,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getFailedCount">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L533">at line 533</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L533">at line 533</a></div>
<code> int
<strong>getFailedCount</strong>()
</code>
Expand Down Expand Up @@ -1357,7 +1357,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getProcessedCount">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L544">at line 544</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L544">at line 544</a></div>
<code> int
<strong>getProcessedCount</strong>()
</code>
Expand Down Expand Up @@ -1390,7 +1390,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_getRollbackCount">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L555">at line 555</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L555">at line 555</a></div>
<code> int
<strong>getRollbackCount</strong>()
</code>
Expand Down Expand Up @@ -1422,7 +1422,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_resetCounters">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L563">at line 563</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L563">at line 563</a></div>
<code> protected void
<strong>resetCounters</strong>()
</code>
Expand Down Expand Up @@ -1454,7 +1454,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_initProgressBar">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L577">at line 577</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L577">at line 577</a></div>
<code> protected void
<strong>initProgressBar</strong>(<abbr title="Drupal\migrate\Plugin\MigrationInterface">MigrationInterface</abbr> $migration)
</code>
Expand Down Expand Up @@ -1496,7 +1496,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_updateProgressBar">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L593">at line 593</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L593">at line 593</a></div>
<code> void
<strong>updateProgressBar</strong>()
</code>
Expand Down Expand Up @@ -1528,7 +1528,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_progressFinish">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L603">at line 603</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L603">at line 603</a></div>
<code> void
<strong>progressFinish</strong>()
</code>
Expand Down Expand Up @@ -1560,7 +1560,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_unregisterListeners">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.0.0-beta5/src/Drupal/Migrate/MigrateExecutable.php#L615">at line 615</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Drupal/Migrate/MigrateExecutable.php#L615">at line 615</a></div>
<code> void
<strong>unregisterListeners</strong>()
</code>
Expand Down
Loading

0 comments on commit 8b1cb68

Please sign in to comment.