Search for all
Title | Object type | File name | Summary |
---|---|---|---|
aggregator.links.menu.yml | file | core/ |
core/modules/aggregator/aggregator.links.menu.yml |
aggregator.links.task.yml | file | core/ |
core/modules/aggregator/aggregator.links.task.yml |
aggregator.managing.html.twig | file | core/ |
--- label: 'Managing and configuring an existing feed' related: - aggregator.overview - aggregator.creating --- {% set aggregator_overview_link_text %} {% trans %}Aggregator{% endtrans %} {% endset %} {% set aggregator_overview_link =… |
aggregator.migrate_drupal.yml | file | core/ |
core/modules/aggregator/migrations/state/aggregator.migrate_drupal.yml |
aggregator.module | file | core/ |
Used to aggregate syndicated content (RSS, RDF, and Atom). |
aggregator.overview.html.twig | file | core/ |
--- label: 'Importing syndicated content' top_level: true related: - block.place --- {% set creating_topic = render_var(help_topic_link('aggregator.creating')) %} {% set managing_topic =… |
aggregator.permissions.yml | file | core/ |
core/modules/aggregator/aggregator.permissions.yml |
aggregator.routing.yml | file | core/ |
core/modules/aggregator/aggregator.routing.yml |
aggregator.schema.yml | file | core/ |
core/modules/aggregator/config/schema/aggregator.schema.yml |
aggregator.services.yml | file | core/ |
core/modules/aggregator/aggregator.services.yml |
aggregator.settings.yml | file | core/ |
core/modules/aggregator/config/install/aggregator.settings.yml |
aggregator.theme.inc | file | core/ |
Preprocessors and theme functions of Aggregator module. |
aggregator.views.schema.yml | file | core/ |
core/modules/aggregator/config/schema/aggregator.views.schema.yml |
AggregatorAdminTest | class | core/ |
Tests aggregator admin pages. |
AggregatorAdminTest.php | file | core/ |
|
AggregatorAdminTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AggregatorAdminTest::testOverviewPage | function | core/ |
Tests the overview page. |
AggregatorAdminTest::testSettingsPage | function | core/ |
Tests the settings form to ensure the correct default values are used. |
AggregatorController | class | core/ |
Returns responses for aggregator module routes. |
AggregatorController.php | file | core/ |
|
AggregatorController::$dateFormatter | property | core/ |
The date formatter service. |
AggregatorController::adminOverview | function | core/ |
Displays the aggregator administration page. |
AggregatorController::buildPageList | function | core/ |
Builds a listing of aggregator feed items. |
AggregatorController::create | function | core/ |
Instantiates a new instance of this class. |
AggregatorController::feedAdd | function | core/ |
Presents the aggregator feed creation form. |
AggregatorController::feedRefresh | function | core/ |
Refreshes a feed, then redirects to the overview page. |
AggregatorController::feedTitle | function | core/ |
Route title callback. |
AggregatorController::pageLast | function | core/ |
Displays the most recent items gathered from any feed. |
AggregatorController::__construct | function | core/ |
Constructs a \Drupal\aggregator\Controller\AggregatorController object. |
AggregatorCronTest | class | core/ |
Update feeds on cron. |
AggregatorCronTest.php | file | core/ |
|
AggregatorCronTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AggregatorCronTest::testCron | function | core/ |
Adds feeds and updates them via cron process. |
AggregatorDisplayConfigurableTest | class | core/ |
Tests aggregator_feed and aggregator_item base fields' displays. |
AggregatorDisplayConfigurableTest.php | file | core/ |
|
AggregatorDisplayConfigurableTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
AggregatorDisplayConfigurableTest::setUp | function | core/ |
|
AggregatorDisplayConfigurableTest::testFeedDisplayConfigurable | function | core/ |
Tests base fields to configurable display settings. |
AggregatorDisplayConfigurableTest::testItemDisplayConfigurable | function | core/ |
Tests item base fields settings. |
AggregatorFeed | class | core/ |
Drupal 6/7 feed source from database. |
AggregatorFeed.php | file | core/ |
|
AggregatorFeed::fields | function | core/ |
Returns available fields on the source. |
AggregatorFeed::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
AggregatorFeed::query | function | core/ |
|
AggregatorFeedBlock | class | core/ |
Provides an 'Aggregator feed' block with the latest items from the feed. |
AggregatorFeedBlock.php | file | core/ |
|
AggregatorFeedBlock::$feedStorage | property | core/ |
The entity storage for feeds. |
AggregatorFeedBlock::$itemStorage | property | core/ |
The entity storage for items. |
AggregatorFeedBlock::blockAccess | function | core/ |
Indicates whether the block should be shown. |
AggregatorFeedBlock::blockForm | function | core/ |
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.