Search for to
Title | Object type | File name | Summary |
---|---|---|---|
autocomplete-loading.module.pcss.css | file | core/ |
Visual styles for animated throbber. |
autocomplete.css | file | core/ |
/*! * jQuery UI Autocomplete 1.13.3 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/autocomplete/#theming … |
AutocompleteController | class | core/ |
Defines a controller class with methods for autocompletion. |
AutocompleteController.php | file | core/ |
|
AutocompleteController::delayed_autocomplete | function | core/ |
Returns some autocompletion content with a slight delay. |
AutoconfigurationTest | class | core/ |
Tests autoconfiguration of services. |
AutoconfigurationTest.php | file | core/ |
|
AutoconfigurationTest::testCoreServiceTags | function | core/ |
Tests that core services do not use tags if autoconfiguration is enabled. |
AutoIncrementingTestItem | class | core/ |
Defines the 'field_method_invocation_order_test' entity field type. |
AutoIncrementingTestItem.php | file | core/ |
|
AutoIncrementingTestItem::getIncrementedFieldValue | function | core/ |
Gets an incremented field value. |
AutoIncrementingTestItem::preSave | function | core/ |
|
Autoload | class | core/ |
|
Autoload.php | file | core/ |
|
autoload.php | file | ./ |
|
Automated tests | group | core/ |
Overview of PHPUnit and Nightwatch automated tests. |
AutomatedCron | class | core/ |
A subscriber running cron after a response is sent. |
AutomatedCron.php | file | core/ |
|
AutomatedCron::$config | property | core/ |
The cron configuration. |
AutomatedCron::$cron | property | core/ |
The cron service. |
AutomatedCron::$state | property | core/ |
The state key value store. |
AutomatedCron::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
AutomatedCron::onTerminate | function | core/ |
Run the automated cron if enabled. |
AutomatedCron::__construct | function | core/ |
Constructs a new automated cron runner. |
automated_cron.info.yml | file | core/ |
core/modules/automated_cron/automated_cron.info.yml |
automated_cron.module | file | core/ |
Provides an automated cron by executing it at the end of a response. |
automated_cron.schema.yml | file | core/ |
core/modules/automated_cron/config/schema/automated_cron.schema.yml |
automated_cron.services.yml | file | core/ |
core/modules/automated_cron/automated_cron.services.yml |
automated_cron.settings.yml | file | core/ |
core/modules/automated_cron/config/install/automated_cron.settings.yml |
automated_cron.settings.yml | file | core/ |
core/profiles/standard/config/install/automated_cron.settings.yml |
automated_cron.subscriber | service | core/ |
Drupal\automated_cron\EventSubscriber\AutomatedCron |
automated_cron_form_system_cron_settings_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for the system_cron_settings() form. |
automated_cron_help | function | core/ |
Implements hook_help(). |
automated_cron_settings_submit | function | core/ |
Form submission handler for system_cron_settings(). |
AutowireTest | class | core/ |
Tests auto-wiring services. |
AutowireTest.php | file | core/ |
|
AutowireTest::$modules | property | core/ |
|
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 |
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> |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.