Skip to content

Commit

Permalink
Deployed 18fd76d to 13.x with MkDocs 1.5.3 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 7, 2025
1 parent 7de88b9 commit dbccbe8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions 13.x/dependency-injection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7508,7 +7508,7 @@ <h1 id="dependency-injection">Dependency Injection<a class="headerlink" href="#d
<p>Drush command files obtain references to the resources they need through a technique called <em>dependency injection</em>. When using this programing paradigm, a class by convention will never use the <code>new</code> operator to instantiate dependencies. Instead, it will store the other objects it needs in class variables, and provide a way for other code to assign an object to that variable.</p>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p>Drush 11 and prior required <a href="https://www.drush.org/11.x/dependency-injection/#services-files">dependency injection via a drush.services.yml file</a>. This approach is deprecated in Drush 12+ and removed in Drush 13.</p>
<p>Drush 11 and prior required <a href="https://www.drush.org/11.x/dependency-injection/#services-files">dependency injection via a drush.services.yml file</a>. This approach is deprecated in Drush 12+ and removed in Drush 14.</p>
</div>
<h2 id="autowire">Autowire<a class="headerlink" href="#autowire" title="Permanent link">&para;</a></h2>
<p><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7.75 6.5a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z"/><path d="M2.5 1h8.44a1.5 1.5 0 0 1 1.06.44l10.25 10.25a1.5 1.5 0 0 1 0 2.12l-8.44 8.44a1.5 1.5 0 0 1-2.12 0L1.44 12A1.497 1.497 0 0 1 1 10.94V2.5A1.5 1.5 0 0 1 2.5 1Zm0 1.5v8.44l10.25 10.25 8.44-8.44L10.94 2.5Z"/></svg></span> 12.5+</p>
Expand Down Expand Up @@ -7566,7 +7566,7 @@ <h2 id="inflection">Inflection<a class="headerlink" href="#inflection" title="Pe
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 24, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 7, 2025</span>
</span>


Expand All @@ -7585,7 +7585,8 @@ <h2 id="inflection">Inflection<a class="headerlink" href="#inflection" title="Pe
<a href="mailto:greg.1.anderson@greenknowe.org">Greg Anderson</a>,
<a href="mailto:eojthebrave@gmail.com">Joe Shindelar</a>,
<a href="mailto:weitzman@tejasa.com">Moshe Weitzman</a>,
<a href="mailto:lieverdink@reliefweb.int">Peter Lieverdink</a>
<a href="mailto:lieverdink@reliefweb.int">Peter Lieverdink</a>,
<a href="mailto:50333926+prudloff-insite@users.noreply.github.com">Pierre Rudloff</a>
</nav>
</span>

Expand All @@ -7602,7 +7603,7 @@ <h2 id="inflection">Inflection<a class="headerlink" href="#inflection" title="Pe

<div class="md-source-date">
<small>
Authors: <span class='git-page-authors git-authors'><a href='mailto:greg.1.anderson@greenknowe.org'>Greg Anderson</a>, <a href='mailto:eojthebrave@gmail.com'>Joe Shindelar</a>, <a href='mailto:weitzman@tejasa.com'>Moshe Weitzman</a>, <a href='mailto:lieverdink@reliefweb.int'>Peter Lieverdink</a></span>
Authors: <span class='git-page-authors git-authors'><a href='mailto:greg.1.anderson@greenknowe.org'>Greg Anderson</a>, <a href='mailto:eojthebrave@gmail.com'>Joe Shindelar</a>, <a href='mailto:weitzman@tejasa.com'>Moshe Weitzman</a>, <a href='mailto:lieverdink@reliefweb.int'>Peter Lieverdink</a>, <a href='mailto:50333926+prudloff-insite@users.noreply.github.com'>Pierre Rudloff</a></span>
</small>
</div>

Expand Down
2 changes: 1 addition & 1 deletion 13.x/search/search_index.json

Large diffs are not rendered by default.

Binary file modified 13.x/sitemap.xml.gz
Binary file not shown.

0 comments on commit dbccbe8

Please # to comment.