Skip to content

Commit 36f2861

Browse files
weitzmanactions-user
authored andcommitted
[CI] Add Doctum build
1 parent 6291dc6 commit 36f2861

File tree

3 files changed

+34
-23
lines changed

3 files changed

+34
-23
lines changed

api/Drush/Commands/core/MigrateRunnerCommands.html

Lines changed: 30 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,15 @@ <h2>Properties</h2>
210210
<td>$migrationPluginManager</td>
211211
<td class="last"></td>
212212
<td></td>
213+
</tr>
214+
<tr>
215+
<td class="type" id="property_keyValue">
216+
protected <abbr title="Drupal\Core\KeyValueStore\KeyValueStoreInterface">KeyValueStoreInterface</abbr>
217+
218+
</td>
219+
<td>$keyValue</td>
220+
<td class="last"></td>
221+
<td></td>
213222
</tr>
214223
</table>
215224

@@ -973,7 +982,7 @@ <h4>Return Value</h4>
973982
</div>
974983
<div class="method-item">
975984
<h3 id="method___construct">
976-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L38">at line 38</a></div>
985+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L41">at line 41</a></div>
977986
<code>
978987
<strong>__construct</strong>(<abbr title="Drupal\Core\Datetime\DateFormatterInterface">DateFormatterInterface</abbr> $dateFormatter, <abbr title="Drupal\Core\KeyValueStore\KeyValueFactoryInterface">KeyValueFactoryInterface</abbr> $keyValueFactory)
979988
</code>
@@ -1315,7 +1324,7 @@ <h4>Return Value</h4>
13151324
</div>
13161325
<div class="method-item">
13171326
<h3 id="method_setMigrationPluginManager">
1318-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L56">at line 56</a></div>
1327+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L59">at line 59</a></div>
13191328
<code>
13201329
<strong>setMigrationPluginManager</strong>(<abbr title="Drupal\migrate\Plugin\MigrationPluginManagerInterface">MigrationPluginManagerInterface</abbr> $migrationPluginManager)
13211330
</code>
@@ -1348,7 +1357,7 @@ <h4>Parameters</h4>
13481357
</div>
13491358
<div class="method-item">
13501359
<h3 id="method_status">
1351-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L64">at line 64</a></div>
1360+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L67">at line 67</a></div>
13521361
<code> <abbr title="Consolidation\OutputFormatters\StructuredData\RowsOfFields">RowsOfFields</abbr>
13531362
<strong>status</strong>(string|null $migrationIds = null, array $options = [&#039;tag&#039; =&gt; self::REQ, &#039;format&#039; =&gt; &#039;table&#039;])
13541363
</code>
@@ -1395,7 +1404,7 @@ <h4>Return Value</h4>
13951404
</div>
13961405
<div class="method-item">
13971406
<h3 id="method_getMigrationSourceRowsCount">
1398-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L175">at line 175</a></div>
1407+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L178">at line 178</a></div>
13991408
<code> protected int|null
14001409
<strong>getMigrationSourceRowsCount</strong>(<abbr title="Drupal\migrate\Plugin\MigrationInterface">MigrationInterface</abbr> $migration)
14011410
</code>
@@ -1438,7 +1447,7 @@ <h4>Return Value</h4>
14381447
</div>
14391448
<div class="method-item">
14401449
<h3 id="method_getMigrationNeedingUpdateCount">
1441-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L203">at line 203</a></div>
1450+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L206">at line 206</a></div>
14421451
<code> protected int
14431452
<strong>getMigrationNeedingUpdateCount</strong>(<abbr title="Drupal\migrate\Plugin\MigrationInterface">MigrationInterface</abbr> $migration)
14441453
</code>
@@ -1480,7 +1489,7 @@ <h4>Return Value</h4>
14801489
</div>
14811490
<div class="method-item">
14821491
<h3 id="method_getMigrationUnprocessedCount">
1483-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L218">at line 218</a></div>
1492+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L221">at line 221</a></div>
14841493
<code> protected int|null
14851494
<strong>getMigrationUnprocessedCount</strong>(<abbr title="Drupal\migrate\Plugin\MigrationInterface">MigrationInterface</abbr> $migration)
14861495
</code>
@@ -1522,7 +1531,7 @@ <h4>Return Value</h4>
15221531
</div>
15231532
<div class="method-item">
15241533
<h3 id="method_getMigrationImportedCount">
1525-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L236">at line 236</a></div>
1534+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L239">at line 239</a></div>
15261535
<code> protected int|null
15271536
<strong>getMigrationImportedCount</strong>(<abbr title="Drupal\migrate\Plugin\MigrationInterface">MigrationInterface</abbr> $migration)
15281537
</code>
@@ -1564,7 +1573,7 @@ <h4>Return Value</h4>
15641573
</div>
15651574
<div class="method-item">
15661575
<h3 id="method_getMigrationLastImportedTime">
1567-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L259">at line 259</a></div>
1576+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L262">at line 262</a></div>
15681577
<code> protected string
15691578
<strong>getMigrationLastImportedTime</strong>(<abbr title="Drupal\migrate\Plugin\MigrationInterface">MigrationInterface</abbr> $migration)
15701579
</code>
@@ -1606,7 +1615,7 @@ <h4>Return Value</h4>
16061615
</div>
16071616
<div class="method-item">
16081617
<h3 id="method_padTableRow">
1609-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L278">at line 278</a></div>
1618+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L281">at line 281</a></div>
16101619
<code> protected array
16111620
<strong>padTableRow</strong>(array $row, array $fields)
16121621
</code>
@@ -1653,7 +1662,7 @@ <h4>Return Value</h4>
16531662
</div>
16541663
<div class="method-item">
16551664
<h3 id="method_import">
1656-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L292">at line 292</a></div>
1665+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L295">at line 295</a></div>
16571666
<code> void
16581667
<strong>import</strong>(string|null $migrationIds = null, array $options = [&#039;all&#039; =&gt; false, &#039;tag&#039; =&gt; self::REQ, &#039;limit&#039; =&gt; self::REQ, &#039;feedback&#039; =&gt; self::REQ, &#039;idlist&#039; =&gt; self::REQ, &#039;update&#039; =&gt; false, &#039;force&#039; =&gt; false, &#039;execute-dependencies&#039; =&gt; false, &#039;timestamp&#039; =&gt; false, &#039;total&#039; =&gt; false, &#039;progress&#039; =&gt; true, &#039;delete&#039; =&gt; false])
16591668
</code>
@@ -1709,7 +1718,7 @@ <h4>Exceptions</h4>
17091718
</div>
17101719
<div class="method-item">
17111720
<h3 id="method_executeMigration">
1712-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L373">at line 373</a></div>
1721+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L376">at line 376</a></div>
17131722
<code> protected void
17141723
<strong>executeMigration</strong>(<abbr title="Drupal\migrate\Plugin\MigrationInterface">MigrationInterface</abbr> $migration, string $migrationId, array $userData)
17151724
</code>
@@ -1771,7 +1780,7 @@ <h4>Exceptions</h4>
17711780
</div>
17721781
<div class="method-item">
17731782
<h3 id="method_rollback">
1774-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L419">at line 419</a></div>
1783+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L422">at line 422</a></div>
17751784
<code> void
17761785
<strong>rollback</strong>(string|null $migrationIds = null, array $options = [&#039;all&#039; =&gt; false, &#039;tag&#039; =&gt; self::REQ, &#039;feedback&#039; =&gt; self::REQ, &#039;idlist&#039; =&gt; self::REQ, &#039;progress&#039; =&gt; true])
17771786
</code>
@@ -1827,7 +1836,7 @@ <h4>Exceptions</h4>
18271836
</div>
18281837
<div class="method-item">
18291838
<h3 id="method_stop">
1830-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L467">at line 467</a></div>
1839+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L470">at line 470</a></div>
18311840
<code> void
18321841
<strong>stop</strong>(string $migrationId)
18331842
</code>
@@ -1878,7 +1887,7 @@ <h4>Exceptions</h4>
18781887
</div>
18791888
<div class="method-item">
18801889
<h3 id="method_resetStatus">
1881-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L499">at line 499</a></div>
1890+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L502">at line 502</a></div>
18821891
<code> void
18831892
<strong>resetStatus</strong>(string $migrationId)
18841893
</code>
@@ -1929,7 +1938,7 @@ <h4>Exceptions</h4>
19291938
</div>
19301939
<div class="method-item">
19311940
<h3 id="method_messages">
1932-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L523">at line 523</a></div>
1941+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L526">at line 526</a></div>
19331942
<code> <abbr title="Consolidation\OutputFormatters\StructuredData\RowsOfFields">RowsOfFields</abbr>
19341943
<strong>messages</strong>(string $migrationId, array $options = [&#039;idlist&#039; =&gt; self::REQ, &#039;format&#039; =&gt; &#039;table&#039;])
19351944
</code>
@@ -1985,7 +1994,7 @@ <h4>Exceptions</h4>
19851994
</div>
19861995
<div class="method-item">
19871996
<h3 id="method_preprocessMessageRow">
1988-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L598">at line 598</a></div>
1997+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L601">at line 601</a></div>
19891998
<code> protected array
19901999
<strong>preprocessMessageRow</strong>(<a target="_blank" rel="noopener" href="https://www.php.net/StdClass">StdClass</a> $row, array $sourceIdKeys)
19912000
</code>
@@ -2044,7 +2053,7 @@ <h4>See also</h4>
20442053
</div>
20452054
<div class="method-item">
20462055
<h3 id="method_fieldsSource">
2047-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L625">at line 625</a></div>
2056+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L628">at line 628</a></div>
20482057
<code> <abbr title="Consolidation\OutputFormatters\StructuredData\RowsOfFields">RowsOfFields</abbr>
20492058
<strong>fieldsSource</strong>(string $migrationId, $options = [&#039;format&#039; =&gt; &#039;table&#039;])
20502059
</code>
@@ -2100,7 +2109,7 @@ <h4>Exceptions</h4>
21002109
</div>
21012110
<div class="method-item">
21022111
<h3 id="method_getMigrationList">
2103-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L666">at line 666</a></div>
2112+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L669">at line 669</a></div>
21042113
<code> protected array
21052114
<strong>getMigrationList</strong>(string|null $migrationIds, string|null $tags)
21062115
</code>
@@ -2158,7 +2167,7 @@ <h4>Exceptions</h4>
21582167
</div>
21592168
<div class="method-item">
21602169
<h3 id="method_getMigrateMessage">
2161-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L718">at line 718</a></div>
2170+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L721">at line 721</a></div>
21622171
<code> protected <abbr title="Drupal\migrate\MigrateMessageInterface">MigrateMessageInterface</abbr>
21632172
<strong>getMigrateMessage</strong>()
21642173
</code>
@@ -2190,7 +2199,7 @@ <h4>Return Value</h4>
21902199
</div>
21912200
<div class="method-item">
21922201
<h3 id="method_getSourceIdKeys">
2193-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L735">at line 735</a></div>
2202+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L738">at line 738</a></div>
21942203
<code> protected array
21952204
<strong>getSourceIdKeys</strong>(<abbr title="Drupal\migrate\Plugin\MigrateIdMapInterface">MigrateIdMapInterface</abbr> $idMap)
21962205
</code>
@@ -2232,7 +2241,7 @@ <h4>Return Value</h4>
22322241
</div>
22332242
<div class="method-item">
22342243
<h3 id="method_validateMigrationId">
2235-
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L756">at line 756</a></div>
2244+
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/core/MigrateRunnerCommands.php#L759">at line 759</a></div>
22362245
<code> <abbr title="Drush\Commands\core\Consolidation\AnnotatedCommand\CommandError">CommandError</abbr>|null
22372246
<strong>validateMigrationId</strong>(<abbr title="Consolidation\AnnotatedCommand\CommandData">CommandData</abbr> $commandData)
22382247
</code>

api/doc-index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,9 @@ <h2 id="letterA">A</h2>
18221822
<dd></dd><dt>$<a href="Drush/Boot/DrupalBoot8.html#property_kernel">
18231823
<abbr title="Drush\Boot\DrupalBoot8">DrupalBoot8</abbr>#kernel</a> &mdash; <em>Property in class <a href="Drush/Boot/DrupalBoot8.html"><abbr title="Drush\Boot\DrupalBoot8">DrupalBoot8</abbr></a></em></dt>
18241824
<dd></dd><dt><a href="Drush/Boot/Kernels.html"><abbr title="Drush\Boot\Kernels">Kernels</abbr></a> &mdash; <em>Class in namespace <a href="Drush/Boot.html">Drush\Boot</a></em></dt>
1825-
<dd><p>Defines the available kernels that can be bootstrapped.</p></dd> </dl><h2 id="letterL">L</h2>
1825+
<dd><p>Defines the available kernels that can be bootstrapped.</p></dd><dt>$<a href="Drush/Commands/core/MigrateRunnerCommands.html#property_keyValue">
1826+
<abbr title="Drush\Commands\core\MigrateRunnerCommands">MigrateRunnerCommands</abbr>#keyValue</a> &mdash; <em>Property in class <a href="Drush/Commands/core/MigrateRunnerCommands.html"><abbr title="Drush\Commands\core\MigrateRunnerCommands">MigrateRunnerCommands</abbr></a></em></dt>
1827+
<dd></dd> </dl><h2 id="letterL">L</h2>
18261828
<dl id="indexL"><dt><a href="Drush/Backend/BackendPathEvaluator.html#method_lookup">
18271829
<abbr title="Drush\Backend\BackendPathEvaluator">BackendPathEvaluator</abbr>::lookup</a>() &mdash; <em>Method in class <a href="Drush/Backend/BackendPathEvaluator.html"><abbr title="Drush\Backend\BackendPathEvaluator">BackendPathEvaluator</abbr></a></em></dt>
18281830
<dd><p>Lookup will use the provided alias record to look up and return

0 commit comments

Comments
 (0)