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 Mar 2, 2024
1 parent bc5bc7c commit 1a0a524
Show file tree
Hide file tree
Showing 43 changed files with 10,865 additions and 1,081 deletions.
291 changes: 276 additions & 15 deletions api/Drush/Commands/DrushCommands.html

Large diffs are not rendered by default.

358 changes: 313 additions & 45 deletions api/Drush/Commands/config/ConfigCommands.html

Large diffs are not rendered by default.

374 changes: 347 additions & 27 deletions api/Drush/Commands/config/ConfigPullCommands.html

Large diffs are not rendered by default.

395 changes: 360 additions & 35 deletions api/Drush/Commands/core/ArchiveRestoreCommands.html

Large diffs are not rendered by default.

377 changes: 351 additions & 26 deletions api/Drush/Commands/core/BrowseCommands.html

Large diffs are not rendered by default.

327 changes: 295 additions & 32 deletions api/Drush/Commands/core/CacheCommands.html

Large diffs are not rendered by default.

309 changes: 286 additions & 23 deletions api/Drush/Commands/core/CliCommands.html

Large diffs are not rendered by default.

302 changes: 280 additions & 22 deletions api/Drush/Commands/core/CoreCommands.html

Large diffs are not rendered by default.

379 changes: 352 additions & 27 deletions api/Drush/Commands/core/DeployCommands.html

Large diffs are not rendered by default.

379 changes: 352 additions & 27 deletions api/Drush/Commands/core/DeployHookCommands.html

Large diffs are not rendered by default.

375 changes: 351 additions & 24 deletions api/Drush/Commands/core/DrupalDirectoryCommands.html

Large diffs are not rendered by default.

307 changes: 280 additions & 27 deletions api/Drush/Commands/core/DrupliconCommands.html

Large diffs are not rendered by default.

387 changes: 356 additions & 31 deletions api/Drush/Commands/core/EditCommands.html

Large diffs are not rendered by default.

305 changes: 284 additions & 21 deletions api/Drush/Commands/core/EntityCommands.html

Large diffs are not rendered by default.

301 changes: 282 additions & 19 deletions api/Drush/Commands/core/ImageCommands.html

Large diffs are not rendered by default.

311 changes: 287 additions & 24 deletions api/Drush/Commands/core/LoginCommands.html

Large diffs are not rendered by default.

349 changes: 300 additions & 49 deletions api/Drush/Commands/core/MigrateRunnerCommands.html

Large diffs are not rendered by default.

338 changes: 298 additions & 40 deletions api/Drush/Commands/core/MkCommands.html

Large diffs are not rendered by default.

363 changes: 287 additions & 76 deletions api/Drush/Commands/core/QueueCommands.html

Large diffs are not rendered by default.

393 changes: 359 additions & 34 deletions api/Drush/Commands/core/RoleCommands.html

Large diffs are not rendered by default.

376 changes: 349 additions & 27 deletions api/Drush/Commands/core/RsyncCommands.html

Large diffs are not rendered by default.

322 changes: 292 additions & 30 deletions api/Drush/Commands/core/RunserverCommands.html

Large diffs are not rendered by default.

381 changes: 353 additions & 28 deletions api/Drush/Commands/core/SiteCommands.html

Large diffs are not rendered by default.

313 changes: 288 additions & 25 deletions api/Drush/Commands/core/SiteInstallCommands.html

Large diffs are not rendered by default.

372 changes: 346 additions & 26 deletions api/Drush/Commands/core/SshCommands.html

Large diffs are not rendered by default.

380 changes: 350 additions & 30 deletions api/Drush/Commands/core/StatusCommands.html

Large diffs are not rendered by default.

303 changes: 283 additions & 20 deletions api/Drush/Commands/core/TopicCommands.html

Large diffs are not rendered by default.

394 changes: 357 additions & 37 deletions api/Drush/Commands/core/UpdateDBCommands.html

Large diffs are not rendered by default.

315 changes: 289 additions & 26 deletions api/Drush/Commands/core/WatchdogCommands.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions api/Drush/Commands/field/EntityTypeBundleAskTrait.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>EntityTypeBundleAskTrait


<p> trait
<strong>EntityTypeBundleAskTrait</strong> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/field/EntityTypeBundleAskTrait.php">View source</a>)
<strong>EntityTypeBundleAskTrait</strong> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/field/EntityTypeBundleAskTrait.php">View source</a>)
</p>


Expand Down Expand Up @@ -173,7 +173,7 @@ <h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method_getFieldableEntityTypes">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/field/EntityTypeBundleAskTrait.php#L22">at line 22</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/field/EntityTypeBundleAskTrait.php#L22">at line 22</a></div>
<code> protected array
<strong>getFieldableEntityTypes</strong>()
</code>
Expand Down Expand Up @@ -206,7 +206,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_askEntityType">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/field/EntityTypeBundleAskTrait.php#L32">at line 32</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/field/EntityTypeBundleAskTrait.php#L32">at line 32</a></div>
<code> protected string|null
<strong>askEntityType</strong>()
</code>
Expand Down Expand Up @@ -239,7 +239,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_askBundle">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/field/EntityTypeBundleAskTrait.php#L50">at line 50</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/field/EntityTypeBundleAskTrait.php#L50">at line 50</a></div>
<code> protected string|null
<strong>askBundle</strong>()
</code>
Expand Down
323 changes: 293 additions & 30 deletions api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html

Large diffs are not rendered by default.

351 changes: 307 additions & 44 deletions api/Drush/Commands/field/FieldCreateCommands.html

Large diffs are not rendered by default.

311 changes: 287 additions & 24 deletions api/Drush/Commands/field/FieldEntityReferenceHooks.html

Large diffs are not rendered by default.

311 changes: 287 additions & 24 deletions api/Drush/Commands/field/FieldTextHooks.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions api/Drush/Commands/generate/ApplicationFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>ApplicationFactory


<p> class
<strong>ApplicationFactory</strong> (<a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/generate/ApplicationFactory.php">View source</a>)
<strong>ApplicationFactory</strong> (<a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php">View source</a>)
</p>


Expand Down Expand Up @@ -137,7 +137,7 @@ <h2>Methods</h2>
array
</div>
<div class="col-md-8">
<a href="#method_filterCLassExists">filterCLassExists</a>(array $classes)
<a href="#method_filterClassExists">filterClassExists</a>(array $classes)

<p><p>Check each class for existence.</p></p> </div>
<div class="col-md-2"></div>
Expand Down Expand Up @@ -171,7 +171,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/12.x/src/Commands/generate/ApplicationFactory.php#L20">at line 20</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php#L21">at line 21</a></div>
<code>
<strong>__construct</strong>(<abbr title="Symfony\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr> $container, <abbr title="Psr\Container\ContainerInterface">ContainerInterface</abbr> $drush_container, <abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr> $logger)
</code>
Expand Down Expand Up @@ -215,7 +215,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_create">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/generate/ApplicationFactory.php#L31">at line 31</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php#L32">at line 32</a></div>
<code> <abbr title="DrupalCodeGenerator\Application">Application</abbr>
<strong>create</strong>()
</code>
Expand Down Expand Up @@ -247,7 +247,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_discover">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/generate/ApplicationFactory.php#L47">at line 47</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php#L48">at line 48</a></div>
<code> array
<strong>discover</strong>()
</code>
Expand Down Expand Up @@ -279,10 +279,10 @@ <h4>Return Value</h4>

</div>
<div class="method-item">
<h3 id="method_filterCLassExists">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/generate/ApplicationFactory.php#L78">at line 78</a></div>
<h3 id="method_filterClassExists">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php#L80">at line 80</a></div>
<code> array
<strong>filterCLassExists</strong>(array $classes)
<strong>filterClassExists</strong>(array $classes)
</code>
</h3>
<div class="details">
Expand Down Expand Up @@ -322,7 +322,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_alterGenerators">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/generate/ApplicationFactory.php#L97">at line 97</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php#L99">at line 99</a></div>
<code> static void
<strong>alterGenerators</strong>(<abbr title="DrupalCodeGenerator\Event\GeneratorInfoAlter">GeneratorInfoAlter</abbr> $event)
</code>
Expand Down Expand Up @@ -364,7 +364,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_logger">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Commands/generate/ApplicationFactory.php#L103">at line 103</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Commands/generate/ApplicationFactory.php#L105">at line 105</a></div>
<code> <abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr>
<strong>logger</strong>()
</code>
Expand Down
Loading

0 comments on commit 1a0a524

Please sign in to comment.