Search for all
Title | Object type | File name | Summary |
---|---|---|---|
announcements_feed.info.yml | file | core/ |
core/modules/announcements_feed/announcements_feed.info.yml |
announcements_feed.lazy_builders | service | core/ |
Drupal\announcements_feed\LazyBuilders |
announcements_feed.libraries.yml | file | core/ |
core/modules/announcements_feed/announcements_feed.libraries.yml |
announcements_feed.links.menu.yml | file | core/ |
core/modules/announcements_feed/announcements_feed.links.menu.yml |
announcements_feed.module | file | core/ |
Fetch community announcements from www.drupal.org feed. |
announcements_feed.overview.html.twig | file | core/ |
--- label: 'Viewing Drupal announcements' top_level: true --- {% set actions_link_text %} {% trans %}Announcements{% endtrans %} {% endset %} {% set actions_link = render_var(help_route_link(actions_link_text,… |
announcements_feed.page.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .announcements ul { margin-inline-start: 0; list-style:… |
announcements_feed.page.css | file | core/ |
.announcements ul { margin-inline-start: 0; list-style: none; } .announcement:not(.announcement:last-child) { margin-block-end: 1rem; } .announcement.announcement--featured + .announcement.announcement--standard { padding-block-start: 1rem; … |
announcements_feed.page.pcss.css | file | core/ |
.announcements ul { margin-inline-start: 0; list-style: none; } .announcement:not(.announcement:last-child) { margin-block-end: 1rem; } .announcement.announcement--featured + .announcement.announcement--standard { padding-block-start: 1rem; … |
announcements_feed.permissions.yml | file | core/ |
core/modules/announcements_feed/announcements_feed.permissions.yml |
announcements_feed.renderer | service | core/ |
Drupal\announcements_feed\AnnounceRenderer |
announcements_feed.routing.yml | file | core/ |
core/modules/announcements_feed/announcements_feed.routing.yml |
announcements_feed.schema.yml | file | core/ |
core/modules/announcements_feed/config/schema/announcements_feed.schema.yml |
announcements_feed.services.yml | file | core/ |
core/modules/announcements_feed/announcements_feed.services.yml |
announcements_feed.settings.yml | file | core/ |
core/modules/announcements_feed/config/install/announcements_feed.settings.yml |
announcements_feed.toolbar.css | file | core/ |
Styles for the announcements toolbar item. |
announcements_feed.toolbar.css | file | core/ |
.toolbar .toolbar-icon.announce-canvas-link::before { background-image: url("data:image/svg+xml,%3csvg width='20' height='19' viewBox='0 0 20 19' fill='none'… |
announcements_feed.toolbar.pcss.css | file | core/ |
Styles for the announcements toolbar item. |
announcements_feed_cron | function | core/ |
Implements hook_cron(). |
announcements_feed_help | function | core/ |
Implements hook_help(). |
announcements_feed_theme | function | core/ |
Implements hook_theme(). |
announcements_feed_toolbar | function | core/ |
Implements hook_toolbar(). |
announcements_feed_toolbar_alter | function | core/ |
Implements hook_toolbar_alter(). |
AnnounceRenderer | class | core/ |
Service to render announcements from the external feed. |
AnnounceRenderer.php | file | core/ |
|
AnnounceRenderer::render | function | core/ |
Generates the announcements feed render array. |
AnnounceRenderer::__construct | function | core/ |
Constructs an AnnouncementRenderer object. |
AnnounceRendererTest | class | core/ |
@coversDefaultClass \Drupal\announcements_feed\AnnounceRenderer |
AnnounceRendererTest.php | file | core/ |
|
AnnounceRendererTest::testRendererContent | function | core/ |
Tests rendered valid content. |
AnnounceRendererTest::testRendererException | function | core/ |
Tests rendered valid when something goes wrong. |
AnnounceTestBase | class | core/ |
Base class for Announce Kernel tests. |
AnnounceTestBase.php | file | core/ |
|
AnnounceTestBase::$history | property | core/ |
History of requests/responses. |
AnnounceTestBase::$modules | property | core/ |
Modules to install. |
AnnounceTestBase::setFeedItems | function | core/ |
Sets the feed items to be returned for the test. |
AnnounceTestBase::setTestFeedResponses | function | core/ |
Sets test feed responses. |
AnnounceTestBase::setUp | function | core/ |
|
AnnounceTestController | class | core/ |
Defines a controller to return JSON for security advisory tests. |
AnnounceTestController.php | file | core/ |
|
AnnounceTestController::setFeedConfig | function | core/ |
Reads a JSON file and returns the contents as a Response. |
AnnounceTestHttpClientMiddleware | class | core/ |
Overrides the requested endpoint when running tests. |
AnnounceTestHttpClientMiddleware.php | file | core/ |
|
AnnounceTestHttpClientMiddleware::setAnnounceTestEndpoint | function | core/ |
Sets the test endpoint for the advisories JSON feed. |
AnnounceTestHttpClientMiddleware::__invoke | function | core/ |
HTTP middleware that replaces request endpoint for a test one. |
announce_feed_test.announce_client_middleware | service | core/ |
Drupal\announce_feed_test\AnnounceTestHttpClientMiddleware |
announce_feed_test.info.yml | file | core/ |
core/modules/announcements_feed/tests/modules/announce_feed_test/announce_feed_test.info.yml |
announce_feed_test.routing.yml | file | core/ |
core/modules/announcements_feed/tests/modules/announce_feed_test/announce_feed_test.routing.yml |
announce_feed_test.services.yml | file | core/ |
core/modules/announcements_feed/tests/modules/announce_feed_test/announce_feed_test.services.yml |
AnonResourceTestTrait | trait | core/ |
Defines a trait for testing with no authentication provider. |
Pagination
- Previous page
- Page 42
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.