Search for d
Title | Object type | File name | Summary |
---|---|---|---|
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. |
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[[api-linebreak]] |
AnnounceRendererTest.php | file | core/ |
|
AnnounceRendererTest::testRendererContent | function | core/ |
Tests rendered valid content. |
AnnounceRendererTest::testRendererException | function | core/ |
Tests rendered valid when something goes wrong. |
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. |
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::assertAuthenticationEdgeCases | function | core/ |
|
AnonymousPrivateTempStoreTest::$modules | property | core/ |
Modules to install. |
AnonymousUserResponseSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
AnonymousUserResponseSubscriber::onRespond | function | core/ |
Adds a cache tag if the 'user.permissions' cache context is present. |
ApcuBackend | class | core/ |
Stores cache items in the Alternative PHP Cache User Cache (APCu). |
ApcuBackend.php | file | core/ |
|
ApcuBackend::$bin | property | core/ |
The name of the cache bin to use. |
ApcuBackend::$binPrefix | property | core/ |
Prefix for all keys in this cache bin. |
ApcuBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
ApcuBackend::$sitePrefix | property | core/ |
Prefix for all keys in the storage that belong to this site. |
ApcuBackend::delete | function | core/ |
Deletes an item from the cache. |
ApcuBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
ApcuBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
ApcuBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
ApcuBackend::get | function | core/ |
Returns data from the persistent cache. |
ApcuBackend::getAll | function | core/ |
Returns all cached items, optionally limited by a cache ID prefix. |
ApcuBackend::getApcuKey | function | core/ |
Prepends the APCu user variable prefix for this bin to a cache item ID. |
ApcuBackend::getIterator | function | core/ |
Instantiates and returns the APCUIterator class. |
ApcuBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
ApcuBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
ApcuBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.