Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
AggregatorTestBase::getRSS091Sample function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Returns a example RSS091 feed.
AggregatorTestBase::getRSS091Sample function core/modules/aggregator/src/Tests/AggregatorTestBase.php Returns a example RSS091 feed.
AggregatorTestBase::getValidOpml function core/modules/aggregator/src/Tests/AggregatorTestBase.php Creates a valid OPML file from an array of feeds.
AggregatorTestBase::getValidOpml function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Creates a valid OPML file from an array of feeds.
AggregatorTestBase::setUp function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
AggregatorTestBase::setUp function core/modules/aggregator/src/Tests/AggregatorTestBase.php Sets up a Drupal site for running functional and integration tests.
AggregatorTestBase::uniqueFeed function core/modules/aggregator/src/Tests/AggregatorTestBase.php Checks whether the feed name and URL are unique.
AggregatorTestBase::uniqueFeed function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Checks whether the feed name and URL are unique.
AggregatorTestBase::updateAndDelete function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Adds and deletes feed items and ensure that the count is zero.
AggregatorTestBase::updateAndDelete function core/modules/aggregator/src/Tests/AggregatorTestBase.php Adds and deletes feed items and ensure that the count is zero.
AggregatorTestBase::updateFeedItems function core/modules/aggregator/src/Tests/AggregatorTestBase.php Updates the feed items.
AggregatorTestBase::updateFeedItems function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Updates the feed items.
AggregatorTestRssController class core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php Controller for the aggregator_test module.
AggregatorTestRssController.php file core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php
AggregatorTestRssController::testFeed function core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php Generates a test feed and simulates last-modified and etags.
AggregatorTestRssController::testRedirect function core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php Generates a rest redirect to the test feed.
AggregatorTitleFormatter class core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php Plugin implementation of the 'aggregator_title' formatter.
AggregatorTitleFormatter.php file core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php
AggregatorTitleFormatter::defaultSettings function core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php Defines the default settings for this plugin.
AggregatorTitleFormatter::isApplicable function core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php Returns if the formatter can be used for the provided field.
AggregatorTitleFormatter::settingsForm function core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php Returns a form to configure settings for the formatter.
AggregatorTitleFormatter::viewElements function core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorTitleFormatter.php Builds a renderable array for a field value.
AggregatorTitleTest class core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php Tests the aggregator_title formatter.
AggregatorTitleTest.php file core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php
AggregatorTitleTest::$fieldName property core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php The field name that is tested.
AggregatorTitleTest::$modules property core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php Modules to enable.
AggregatorTitleTest::setUp function core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php
AggregatorTitleTest::testStringFormatter function core/modules/aggregator/tests/src/Kernel/AggregatorTitleTest.php Tests the formatter output.
AggregatorUpdateTest class core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that node settings are properly updated during database updates.
AggregatorUpdateTest.php file core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php
AggregatorUpdateTest::setDatabaseDumpFiles function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Set database dump files to be used.
AggregatorUpdateTest::testSourceFeedRequired function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that the 'Source feed' field is required.
AggregatorUpdateTest::testUpdateIntervalDefaultValue function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Tests that the 'Update interval' field has a default value.
AggregatorXSSFormatter class core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorXSSFormatter.php Plugin implementation of the 'aggregator_xss' formatter.
AggregatorXSSFormatter.php file core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorXSSFormatter.php
AggregatorXSSFormatter::viewElements function core/modules/aggregator/src/Plugin/Field/FieldFormatter/AggregatorXSSFormatter.php Builds a renderable array for a field value.
AGGREGATOR_CLEAR_NEVER constant core/modules/aggregator/aggregator.module Denotes that a feed's items should never expire.
aggregator_cron function core/modules/aggregator/aggregator.module Implements hook_cron().
aggregator_display_configurable_test.info.yml file core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.info.yml core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.info.yml
aggregator_display_configurable_test.module file core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.module A module for testing making aggregator_feed base fields' displays
configurable.
aggregator_display_configurable_test_entity_base_field_info_alter function core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.module Implements hook_entity_base_field_info_alter().
aggregator_display_configurable_test_entity_type_build function core/modules/aggregator/tests/modules/aggregator_display_configurable_test/aggregator_display_configurable_test.module Implements hook_entity_type_build().
aggregator_entity_extra_field_info function core/modules/aggregator/aggregator.module Implements hook_entity_extra_field_info().
aggregator_help function core/modules/aggregator/aggregator.module Implements hook_help().
aggregator_preprocess_block function core/modules/aggregator/aggregator.module Implements hook_preprocess_HOOK() for block templates.
aggregator_requirements function core/modules/aggregator/aggregator.install Implements hook_requirements().
aggregator_test.info.yml file core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.info.yml
aggregator_test.module file core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.module Helper module for the Aggregator tests.
aggregator_test.routing.yml file core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml core/modules/aggregator/tests/modules/aggregator_test/aggregator_test.routing.yml
aggregator_test.schema.yml file core/modules/aggregator/tests/modules/aggregator_test/config/schema/aggregator_test.schema.yml core/modules/aggregator/tests/modules/aggregator_test/config/schema/aggregator_test.schema.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.