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 Feb 22, 2024
1 parent c13b7d7 commit 9fa2771
Show file tree
Hide file tree
Showing 25 changed files with 550 additions and 4,716 deletions.
291 changes: 15 additions & 276 deletions api/Drush/Commands/DrushCommands.html

Large diffs are not rendered by default.

335 changes: 36 additions & 299 deletions api/Drush/Commands/config/ConfigCommands.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

309 changes: 28 additions & 281 deletions api/Drush/Commands/core/RunserverCommands.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

315 changes: 26 additions & 289 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/13.x/src/Commands/field/EntityTypeBundleAskTrait.php">View source</a>)
<strong>EntityTypeBundleAskTrait</strong> (<a href="https://github.com/drush-ops/drush/blob/12.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/13.x/src/Commands/field/EntityTypeBundleAskTrait.php#L22">at line 22</a></div>
<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>
<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/13.x/src/Commands/field/EntityTypeBundleAskTrait.php#L32">at line 32</a></div>
<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>
<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/13.x/src/Commands/field/EntityTypeBundleAskTrait.php#L50">at line 50</a></div>
<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>
<code> protected string|null
<strong>askBundle</strong>()
</code>
Expand Down
323 changes: 30 additions & 293 deletions api/Drush/Commands/field/FieldBaseOverrideCreateCommands.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

311 changes: 24 additions & 287 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/13.x/src/Commands/generate/ApplicationFactory.php">View source</a>)
<strong>ApplicationFactory</strong> (<a href="https://github.com/drush-ops/drush/blob/12.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/13.x/src/Commands/generate/ApplicationFactory.php#L21">at line 21</a></div>
<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>
<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/13.x/src/Commands/generate/ApplicationFactory.php#L32">at line 32</a></div>
<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>
<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/13.x/src/Commands/generate/ApplicationFactory.php#L48">at line 48</a></div>
<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>
<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/13.x/src/Commands/generate/ApplicationFactory.php#L80">at line 80</a></div>
<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>
<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/13.x/src/Commands/generate/ApplicationFactory.php#L99">at line 99</a></div>
<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>
<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/13.x/src/Commands/generate/ApplicationFactory.php#L105">at line 105</a></div>
<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>
<code> <abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr>
<strong>logger</strong>()
</code>
Expand Down
40 changes: 20 additions & 20 deletions api/Drush/Runtime/ServiceManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>ServiceManager


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


Expand Down Expand Up @@ -253,7 +253,7 @@ <h2>Methods</h2>
<div class="col-md-8">
<a href="#method_instantiateServices">instantiateServices</a>(array $bootstrapCommandClasses, <abbr title="Psr\Container\ContainerInterface">ContainerInterface</abbr> $drushContainer, <abbr title="Drush\Runtime\Drupal\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr>|null $container = null)

<p><p>Instantiate objects given a list of classes. For each class, if it has
<p><p>Instantiate objects given a lsit of classes. For each class, if it has
a static <code>create</code> factory, use that to instantiate it, passing both the
Drupal and Drush DI containers. If there is no static factory, then
instantiate it via 'new $class'</p></p> </div>
Expand Down Expand Up @@ -317,7 +317,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.x/src/Runtime/ServiceManager.php#L53">at line 53</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L53">at line 53</a></div>
<code>
<strong>__construct</strong>(<abbr title="Composer\Autoload\ClassLoader">ClassLoader</abbr> $autoloader, <a href="../../Drush/Config/DrushConfig.html"><abbr title="Drush\Config\DrushConfig">DrushConfig</abbr></a> $config, <abbr title="Psr\Log\LoggerInterface">LoggerInterface</abbr> $logger)
</code>
Expand Down Expand Up @@ -361,7 +361,7 @@ <h4>Parameters</h4>
</div>
<div class="method-item">
<h3 id="method_loadCommandClasses">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L66">at line 66</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L66">at line 66</a></div>
<code> protected void
<strong>loadCommandClasses</strong>(array $commandClasses)
</code>
Expand Down Expand Up @@ -404,7 +404,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_bootstrapCommandClasses">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L81">at line 81</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L81">at line 81</a></div>
<code> array
<strong>bootstrapCommandClasses</strong>()
</code>
Expand Down Expand Up @@ -436,7 +436,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/13.x/src/Runtime/ServiceManager.php#L99">at line 99</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L99">at line 99</a></div>
<code> array
<strong>discover</strong>(array $commandfileSearchpath, string $baseNamespace)
</code>
Expand Down Expand Up @@ -487,7 +487,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_discoverCommandsFromConfiguration">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L124">at line 124</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L124">at line 124</a></div>
<code> array
<strong>discoverCommandsFromConfiguration</strong>()
</code>
Expand Down Expand Up @@ -519,7 +519,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_discoverCommands">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L150">at line 150</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L150">at line 150</a></div>
<code> array
<strong>discoverCommands</strong>(array $directoryList, string $baseNamespace)
</code>
Expand Down Expand Up @@ -567,7 +567,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_discoverPsr4Commands">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L174">at line 174</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L174">at line 174</a></div>
<code> array
<strong>discoverPsr4Commands</strong>()
</code>
Expand Down Expand Up @@ -600,7 +600,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_discoverPsr4Generators">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L196">at line 196</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L196">at line 196</a></div>
<code> array
<strong>discoverPsr4Generators</strong>()
</code>
Expand Down Expand Up @@ -632,7 +632,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_discoverModuleCommands">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L223">at line 223</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L223">at line 223</a></div>
<code> array
<strong>discoverModuleCommands</strong>(array $directoryList, string $baseNamespace)
</code>
Expand Down Expand Up @@ -680,7 +680,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_discoverModuleCommandInfoAlterers">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L246">at line 246</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L246">at line 246</a></div>
<code> array
<strong>discoverModuleCommandInfoAlterers</strong>(array $directoryList, string $baseNamespace)
</code>
Expand Down Expand Up @@ -728,7 +728,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_instantiateYamlCliCommands">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L267">at line 267</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L267">at line 267</a></div>
<code> array
<strong>instantiateYamlCliCommands</strong>()
</code>
Expand Down Expand Up @@ -761,7 +761,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_instantiateServices">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L303">at line 303</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L303">at line 303</a></div>
<code> array
<strong>instantiateServices</strong>(array $bootstrapCommandClasses, <abbr title="Psr\Container\ContainerInterface">ContainerInterface</abbr> $drushContainer, <abbr title="Drush\Runtime\Drupal\Component\DependencyInjection\ContainerInterface">ContainerInterface</abbr>|null $container = null)
</code>
Expand All @@ -771,7 +771,7 @@ <h3 id="method_instantiateServices">


<div class="method-description">
<p><p>Instantiate objects given a list of classes. For each class, if it has
<p><p>Instantiate objects given a lsit of classes. For each class, if it has
a static <code>create</code> factory, use that to instantiate it, passing both the
Drupal and Drush DI containers. If there is no static factory, then
instantiate it via 'new $class'</p></p>
Expand Down Expand Up @@ -816,7 +816,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_hasStaticCreateFactory">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L348">at line 348</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L348">at line 348</a></div>
<code> protected bool
<strong>hasStaticCreateFactory</strong>(string $class)
</code>
Expand Down Expand Up @@ -858,7 +858,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_hasStaticCreateEarlyFactory">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L361">at line 361</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L361">at line 361</a></div>
<code> protected bool
<strong>hasStaticCreateEarlyFactory</strong>(string $class)
</code>
Expand Down Expand Up @@ -900,7 +900,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_hasStaticMethod">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L375">at line 375</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L375">at line 375</a></div>
<code> protected bool
<strong>hasStaticMethod</strong>(string $class, string $methodName)
</code>
Expand Down Expand Up @@ -947,7 +947,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_discoverModuleGenerators">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L391">at line 391</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L391">at line 391</a></div>
<code> array
<strong>discoverModuleGenerators</strong>(array $directoryList, string $baseNamespace)
</code>
Expand Down Expand Up @@ -994,7 +994,7 @@ <h4>Return Value</h4>
</div>
<div class="method-item">
<h3 id="method_inflect">
<div class="location"><a href="https://github.com/drush-ops/drush/blob/13.x/src/Runtime/ServiceManager.php#L411">at line 411</a></div>
<div class="location"><a href="https://github.com/drush-ops/drush/blob/12.x/src/Runtime/ServiceManager.php#L411">at line 411</a></div>
<code> void
<strong>inflect</strong>(<abbr title="Psr\Container\ContainerInterface">ContainerInterface</abbr> $container, mixed $object)
</code>
Expand Down
Loading

0 comments on commit 9fa2771

Please sign in to comment.