Search for d
Title | Object type | File name | Summary |
---|---|---|---|
AnnounceBlockTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AnnounceBlockTest::$modules | property | core/ |
Modules to install. |
AnnounceCommand | class | core/ |
AJAX command for a JavaScript Drupal.announce() call. |
AnnounceCommand.php | file | core/ |
|
AnnounceCommand::$priority | property | core/ |
The priority that will be used for the announcement. |
AnnounceCommand::$text | property | core/ |
The text to be announced. |
AnnounceCommand::getAttachedAssets | function | core/ |
Gets the attached assets. |
AnnounceCommand::PRIORITY_ASSERTIVE | constant | core/ |
The assertive priority attribute value. |
AnnounceCommand::PRIORITY_POLITE | constant | core/ |
The polite priority attribute value. |
AnnounceCommand::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
AnnounceCommand::__construct | function | core/ |
Constructs an AnnounceCommand object. |
AnnounceFetcher::fetchIds | function | core/ |
Fetch ids of announcements. |
AnnounceFetcher::validateUrl | function | core/ |
Check whether a link is controlled by D.O. |
AnnounceFetcherTest::fetchFeedItems | function | core/ |
Gets the announcements from the 'announce.fetcher' service. |
AnnounceFetcherTest::providerShowAnnouncements | function | core/ |
Data provider for testShowAnnouncements(). |
AnnounceFetcherTest::setFeedItems | function | core/ |
Sets the feed items to be returned for the test. |
AnnounceFetcherTest::testFeedFields | function | core/ |
Tests feed fields. |
AnnounceFetcherUnitTest::testValidateUrl | function | core/ |
Test the ValidateUrl() method. |
AnnounceFetcherUnitTest::urlProvider | function | core/ |
Data for the testValidateUrl. |
AnnounceFetcherUserTest::$modules | property | core/ |
Modules to install. |
AnnounceFetcherUserTest::providerShowAnnouncements | function | core/ |
Data provider for testAllAnnouncements(). |
AnnounceFetcherUserTest::providerShowUpdatedAnnouncements | function | core/ |
Data provider for testAllAnnouncements(). |
AnnounceFetcherUserTest::setFeedItems | function | core/ |
Sets the feed items to be returned for the test. |
Announcement::getDatePublishedTimestamp | function | core/ |
Gets the published date in timestamp format. |
announcements-feed-admin.html.twig | file | core/ |
Template file for the theming of announcement_feed admin page. |
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. |
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. |
AnnouncementsFeedHooks | class | core/ |
Hook implementations for announcements_feed. |
AnnouncementsFeedHooks.php | file | core/ |
|
AnnouncementsFeedHooks::cron | function | core/ |
Implements hook_cron(). |
AnnouncementsFeedHooks::help | function | core/ |
Implements hook_help(). |
AnnouncementsFeedHooks::theme | function | core/ |
Implements hook_theme(). |
AnnouncementsFeedHooks::toolbar | function | core/ |
Implements hook_toolbar(). |
AnnouncementsFeedHooks::toolbarAlter | function | core/ |
Implements hook_toolbar_alter(). |
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; … |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.