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 |
|---|---|---|---|
| help_topics_test.help_topics.yml | file | core/ |
core/modules/help/tests/modules/help_topics_test/help_topics_test.help_topics.yml |
| help_topics_test.info.yml | file | core/ |
core/modules/help/tests/modules/help_topics_test/help_topics_test.info.yml |
| help_topics_test.linked.html.twig | file | core/ |
--- label: 'Linked topic' --- <p>{% trans %}This topic is not supposed to be top-level.{% endtrans %}</p> |
| help_topics_test.permissions.yml | file | core/ |
core/modules/help/tests/modules/help_topics_test/help_topics_test.permissions.yml |
| help_topics_test.routing.yml | file | core/ |
core/modules/help/tests/modules/help_topics_test/help_topics_test.routing.yml |
| help_topics_test.test.html.twig | file | core/ |
--- label: "ABC Help Test module" top_level: true related: - help_topics_test.linked - does_not_exist.and_no_error --- {% set help_topic_link = render_var(help_topic_link('help_topics_test.test_urls')) %} <p>{% trans… |
| help_topics_test.test_urls.html.twig | file | core/ |
--- label: 'URL test topic' top_level: true --- {% set non_route_link = render_var(help_route_link('not a route', 'not_a_real_route')) %} {% set missing_params_link = render_var(help_route_link('missing params',… |
| help_topics_test_theme.info.yml | file | core/ |
core/modules/help/tests/themes/help_topics_test_theme/help_topics_test_theme.info.yml |
| help_topics_test_theme.test.html.twig | file | core/ |
--- label: 'XYZ Help Test theme' top_level: true related: - help_topics_test.additional --- <p>{% trans %}This is a theme provided topic.{% endtrans %}</p> |
| help_topics_twig_tester.info.yml | file | core/ |
core/modules/help/tests/modules/help_topics_twig_tester/help_topics_twig_tester.info.yml |
| help_topics_twig_tester.services.yml | file | core/ |
core/modules/help/tests/modules/help_topics_twig_tester/help_topics_twig_tester.services.yml |
| HiddenFieldSelector | class | core/ |
Extends PartialNamedSelector to allow retrieval of hidden fields. |
| HiddenFieldSelector.php | file | core/ |
|
| HiddenFieldSelector::__construct | function | core/ |
|
| HighlightCommand::$selector | property | core/ |
A CSS selector string. |
| HighPriorityThemeNegotiator | class | core/ |
Implements a test theme negotiator which was configured with a high priority. |
| HighPriorityThemeNegotiator.php | file | core/ |
|
| HighPriorityThemeNegotiator::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
| HighPriorityThemeNegotiator::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
| HookCollectorKeyValueWritePass | class | core/ |
Stores hook implementations in keyvalue and clears cache. |
| HookCollectorKeyValueWritePass.php | file | core/ |
|
| HookCollectorKeyValueWritePass::process | function | core/ |
|
| HookCollectorPass | class | core/ |
Collects and registers hook implementations. |
| HookCollectorPass.php | file | core/ |
|
| HookCollectorPass::$oopImplementations | property | core/ |
OOP implementation module names keyed by hook name and "$class::$method". |
| HookCollectorPass::$orderOperations | property | core/ |
Order operations grouped by hook name and weight. |
| HookCollectorPass::$preprocessForSuggestions | property | core/ |
Preprocess suggestions discovered in modules. |
| HookCollectorPass::$proceduralImplementations | property | core/ |
Procedural implementation module names by hook name. |
| HookCollectorPass::$removeHookIdentifiers | property | core/ |
Lists of implementation identifiers to remove, keyed by hook name. |
| HookCollectorPass::addProceduralImplementation | function | core/ |
Adds a procedural hook implementation. |
| HookCollectorPass::applyOrderOperations | function | core/ |
Applies order operations to a hook implementation list. |
| HookCollectorPass::calculateImplementations | function | core/ |
Calculates the ordered implementations. |
| HookCollectorPass::checkForProceduralOnlyHooks | function | core/ |
Checks for hooks which can't be supported in classes. |
| HookCollectorPass::collectAllHookImplementations | function | core/ |
Collects all hook implementations. |
| HookCollectorPass::collectModuleHookImplementations | function | core/ |
Collects procedural and Attribute hook implementations. |
| HookCollectorPass::filterIterator | function | core/ |
Filter iterator callback. Allows include files and .php files in src/Hook. |
| HookCollectorPass::getAttributeInstances | function | core/ |
Get attribute instances from class and method reflections. |
| HookCollectorPass::getFilteredImplementations | function | core/ |
Gets implementation lists with removals already applied. |
| HookCollectorPass::getModuleListPattern | function | core/ |
Get a pattern used to match hooks for the given module list. |
| HookCollectorPass::getOrderOperations | function | core/ |
Gets order operations by hook. |
| HookCollectorPass::hasAnyAttribute | function | core/ |
Returns whether the existing attributes match any of the expected ones. |
| HookCollectorPass::process | function | core/ |
|
| HookCollectorPass::registerHookServices | function | core/ |
Registers the hook implementation services. |
| HookCollectorPass::writeToContainer | function | core/ |
Writes collected definitions to the container builder. |
| HookCollectorPass::__construct | function | core/ |
Constructor. |
| HookCollectorPassTest | class | core/ |
Tests services in .module files. |
| HookCollectorPassTest | class | core/ |
Tests Drupal\Core\Hook\HookCollectorPass. |
| HookCollectorPassTest | class | core/ |
Tests Drupal\Core\Hook\HookCollectorPass. |
| HookCollectorPassTest.php | file | core/ |
|
| HookCollectorPassTest.php | file | core/ |
Pagination
- Previous page
- Page 129
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.