Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| AutowiredInstanceTrait | trait | core/ |
Defines a base trait for automatically wiring dependency arguments. |
| AutowiredInstanceTrait.php | file | core/ |
|
| AutowiredInstanceTrait::createInstanceAutowired | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| 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/ |
|
| AutowireTest | class | core/ |
Tests auto-wiring services. |
| AutowireTest.php | file | core/ |
|
| AutowireTest::$modules | property | core/ |
Modules to install. |
| AutowireTest::testAutowire | function | core/ |
Tests that 'autowire_test.service' has its dependencies injected. |
| 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. |
| 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 |
| 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> |
| bad_help_topics.related.html.twig | file | core/ |
--- label: 'Help topic related to nonexistent topic' top_level: true related: - this.is.not.a.valid.help_topic.id --- <p>{% trans %}Body goes here{% trans %}</p> |
| bad_help_topics.top_level.html.twig | file | core/ |
--- label: 'Help topic not top level or related to top level' --- <p>{% trans %}Body goes here{% endtrans %}</p> |
| bad_help_topics.translated.html.twig | file | core/ |
--- label: 'Help topic with untranslated text' top_level: true --- <p>Body goes here</p> <p>{% trans %}some translated text too{% endtrans %}</p> |
| bad_help_topics.url_func_used.html.twig | file | core/ |
--- label: 'URL test topic that uses outdated url function' top_level: true --- {% set link_uses_url_func = render_var(url('valid.route')) %} <p>{% trans %}This topic should be top-level. It is used to test URLs{% endtrans… |
| BaseFieldDefinition::createFromFieldStorageDefinition | function | core/ |
Creates a new field definition based upon a field storage definition. |
| BaseFieldDefinition::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
| BaseFieldDefinition::getOptionsProvider | function | core/ |
Gets an options provider for the given field item property. |
| BaseFieldDefinition::getUniqueStorageIdentifier | function | core/ |
Returns a unique identifier for the field storage. |
| BaseFieldDefinition::hasCustomStorage | function | core/ |
Returns the storage behavior for this field. |
| BaseFieldDefinition::isStorageRequired | function | core/ |
Returns whether the field storage is required. |
| BaseFieldDefinition::setCustomStorage | function | core/ |
Sets the storage behavior for this field. |
| BaseFieldDefinition::setStorageRequired | function | core/ |
Sets whether the field storage is required. |
| BaseFieldDefinitionTest::testCustomStorage | function | core/ |
Tests custom storage. |
| BaseFieldDefinitionTest::testFieldStorageRequired | function | core/ |
Tests storage required. |
| BaseFieldFileFormatterBase::$fileUrlGenerator | property | core/ |
The file URL generator. |
| BaseFieldOverride::getFieldStorageDefinition | function | core/ |
Returns the field storage definition. |
| BaseFieldOverrideStorage | class | core/ |
Storage class for base field overrides. |
| BaseFieldOverrideStorage.php | file | core/ |
|
| BaseFieldOverrideStorage::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| BaseFieldOverrideStorage::__construct | function | core/ |
Constructs a BaseFieldOverrideStorage object. |
| BaseFileConstraintValidator | class | core/ |
Provides a base class for file constraint validators. |
| BaseFileConstraintValidator.php | file | core/ |
|
| BaseFileConstraintValidator::assertValueIsFile | function | core/ |
Checks the value is of type FileInterface. |
| BaseRequirementsFulfilledValidator | class | core/ |
Validates that base requirements do not have any errors. |
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.