Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Announcement::__construct | function | core/ |
Construct an Announcement object. |
| announcements-feed-admin.html.twig | file | core/ |
Template file for the theming of announcement_feed admin page. |
| announcements-feed-admin.html.twig | file | core/ |
<div class="gin-layer-wrapper"> {% include '@announcements_feed/templates/announcements-feed-admin.html.twig' %} </div> |
| announcements-feed-admin.html.twig | file | core/ |
Template file for the theming of announcement_feed admin page. |
| announcements-feed.html.twig | file | core/ |
Template file for the theming of announcement_feed off-canvas dialog. |
| announcements-feed.html.twig | file | core/ |
Template file for the theming of announcement_feed off-canvas dialog. |
| announcements.html.twig | file | core/ |
{% if count %} <nav class="announcements"> <ul> {% if featured|length %} {% for announcement in featured %} <li class="announcement announcement--featured" data-drupal-featured> … |
| AnnouncementsCacheTest | class | core/ |
Defines a class for testing pages are still cacheable with dynamic page cache. |
| AnnouncementsCacheTest.php | file | core/ |
|
| AnnouncementsCacheTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| AnnouncementsCacheTest::$modules | property | core/ |
Modules to install. |
| AnnouncementsCacheTest::testDynamicPageCache | function | core/ |
Tests dynamic page cache. |
| AnnouncementsFeedCronHooks | class | core/ |
Cron hook implementations for announcements_feed. |
| AnnouncementsFeedCronHooks.php | file | core/ |
|
| AnnouncementsFeedCronHooks::cron | function | core/ |
Implements hook_cron(). |
| AnnouncementsFeedCronHooks::__construct | function | core/ |
|
| AnnouncementsFeedHelpHooks | class | core/ |
Help hook implementations for announcements_feed. |
| AnnouncementsFeedHelpHooks.php | file | core/ |
|
| AnnouncementsFeedHelpHooks::help | function | core/ |
Implements hook_help(). |
| AnnouncementsFeedThemeHooks | class | core/ |
Theme hook implementations for announcements_feed. |
| AnnouncementsFeedThemeHooks.php | file | core/ |
|
| AnnouncementsFeedThemeHooks::theme | function | core/ |
Implements hook_theme(). |
| AnnouncementsFeedToolbarHooks | class | core/ |
Toolbar hook implementations for announcements_feed. |
| AnnouncementsFeedToolbarHooks.php | file | core/ |
|
| AnnouncementsFeedToolbarHooks::toolbar | function | core/ |
Implements hook_toolbar(). |
| AnnouncementsFeedToolbarHooks::toolbarAlter | function | core/ |
Implements hook_toolbar_alter(). |
| AnnouncementsFeedToolbarHooks::__construct | function | core/ |
|
| announcements_feed.dialog.css | file | core/ |
Styles for the announcements feed within the off-canvas dialog. |
| announcements_feed.dialog.css | file | core/ |
#drupal-off-canvas-wrapper .announcements { padding-block-start: var(--off-canvas-padding); } #drupal-off-canvas-wrapper .announcements ul { margin: 0; padding-inline-start: 0; list-style: none; } #drupal-off-canvas-wrapper .announcement { … |
| announcements_feed.dialog.pcss.css | file | core/ |
Styles for the announcements feed within the off-canvas dialog. |
| announcements_feed.fetcher | service | core/ |
Drupal\announcements_feed\AnnounceFetcher |
| 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.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.post_update.php | file | core/ |
Post update functions for announcements_feed. |
| 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_post_update_migrate_last_fetch_state_to_keyvalue | function | core/ |
Migrates last fetch timestamp from State API to key/value storage. |
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.