Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AutowiredInstanceTrait.php | file | core/ |
|
| AutowiredInstanceTrait::createInstanceAutowired | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| AutowiredInstanceTrait::getAutowireArguments | function | core/ |
Resolves arguments for a method using autowiring. |
| AutowiredInstanceTraitTest | class | core/ |
Tests \Drupal\Core\DependencyInjection\AutowiredInstanceTrait. |
| AutowiredInstanceTraitTest.php | file | core/ |
|
| AutowiredInstanceTraitTest::testAutowire | function | core/ |
Tests autowiring services and parameters. |
| AutowiredInstanceTraitTest::testAutowireMissingRequiredParameter | function | core/ |
Tests exception for missing required parameter. |
| AutowiredInstanceTraitTest::testAutowireMissingRequiredService | function | core/ |
Tests exception for missing required service. |
| AutowireErrorBlock | class | core/ |
Provides a block that cannot be autowired. |
| AutowireErrorBlock.php | file | core/ |
|
| AutowireErrorBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
| AutowireErrorBlock::__construct | function | core/ |
|
| AutowireRequiredParameterTestClass | class | core/ |
Test class for autowiring a required parameter. |
| AutowireRequiredParameterTestClass::__construct | function | core/ |
|
| AutowireRequiredServiceTestClass | class | core/ |
Test class for autowiring a required service. |
| AutowireRequiredServiceTestClass::__construct | function | core/ |
|
| AutowireTest | class | core/ |
Tests auto-wiring services. |
| AutowireTest.php | file | core/ |
|
| AutowireTest::$modules | property | core/ |
Modules to install. |
| AutowireTest::getCoreServiceFiles | function | core/ |
Return a list of core service YAML files. |
| AutowireTest::testAutowire | function | core/ |
Tests that 'autowire_test.service' has its dependencies injected. |
| AutowireTest::testCoreAutowiring | function | core/ |
Tests that core services have aliases correctly defined where possible. |
| AutowireTest::testCoreControllerAutowiring | function | core/ |
Tests that core controllers are autowired where possible. |
| AutowireTest::testCoreServiceAliases | function | core/ |
Tests that core services have aliases correctly defined where possible. |
| AutowireTest::testCoreServiceAliasInterfaces | function | core/ |
Tests that core service aliases match the interfaces they map to. |
| AutowireTestClass | class | core/ |
Test class covering service and parameter autowiring scenarios. |
| AutowireTestClass::$setterNamedService | property | core/ |
An injected service. |
| AutowireTestClass::$setterParameter | property | core/ |
An injected parameter. |
| AutowireTestClass::$setterTypedService | property | core/ |
An injected service. |
| AutowireTestClass::setNamedService | function | core/ |
#[Required] |
| AutowireTestClass::setParameter | function | core/ |
#[Required] |
| AutowireTestClass::setTypedService | function | core/ |
#[Required] |
| AutowireTestClass::__construct | function | core/ |
|
| AutowireTrait | trait | core/ |
Defines a trait for automatically wiring dependencies from the container. |
| AutowireTrait.php | file | core/ |
|
| AutowireTrait::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| autowire_test.info.yml | file | core/ |
core/modules/system/tests/modules/autowire_test/autowire_test.info.yml |
| autowire_test.services.yml | file | core/ |
core/modules/system/tests/modules/autowire_test/autowire_test.services.yml |
| Autowiring | class | core/ |
Builds an image toolkit operation. |
| Autowiring.php | file | core/ |
|
| Autowiring::execute | function | core/ |
Performs the actual manipulation on the image. |
| Autowiring::__construct | function | core/ |
Constructs an image toolkit operation plugin. |
| AvifImageEffect::$imageToolkitManager | property | core/ |
The image toolkit manager. |
| bad_help_topics.bad_html.html.twig | file | core/ |
--- label: 'Help topic with bad HTML syntax' top_level: true --- <p>{% trans %}Body goes here{% endtrans %}</h3> |
| bad_help_topics.bad_html2.html.twig | file | core/ |
--- label: 'Bad HTML syntax within trans section' top_level: true --- <p>{% trans %}<a href="/foo">Text here{% endtrans %}</a></p> |
| bad_help_topics.bad_html3.html.twig | file | core/ |
--- label: 'Unclosed HTML tag' top_level: true --- <p>{% trans %}<a href="/foo">Text here{% endtrans %}</p> |
| bad_help_topics.empty.html.twig | file | core/ |
--- label: 'Help topic containing no body' top_level: true --- |
| bad_help_topics.h1.html.twig | file | core/ |
--- label: 'Help topic with H1 header' top_level: true --- <h1>{% trans %}Body goes here{% endtrans %}</h1> |
| bad_help_topics.hierarchy.html.twig | file | core/ |
--- label: 'Help topic with h3 without an h2' top_level: true --- <h3>{% trans %}Body goes here{% endtrans %}</h3> |
| bad_help_topics.locale.html.twig | file | core/ |
--- label: 'Help topic with locale-unsafe tag' top_level: true --- <p>{% trans %}some translated text and a <script>alert('hello')</script>{% endtrans %}</p> |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.