Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
Feed::$usesPager property core/modules/views/src/Plugin/views/display/Feed.php Whether the display allows the use of a pager or not.
Feed::attachTo function core/modules/views/src/Plugin/views/display/Feed.php Allows displays to attach to other views.
Feed::baseFieldDefinitions function core/modules/aggregator/src/Entity/Feed.php Provides base field definitions for an entity type.
Feed::buildOptionsForm function core/modules/views/src/Plugin/views/display/Feed.php Provide a form to edit options for this plugin.
Feed::buildResponse function core/modules/views/src/Plugin/views/display/Feed.php Builds up a response with the rendered view as content.
Feed::create function core/modules/views/src/Plugin/views/display/Feed.php Creates an instance of the plugin.
Feed::defaultableSections function core/modules/views/src/Plugin/views/display/Feed.php Lists the 'defaultable' sections and what items each section contains.
Feed::defineOptions function core/modules/views/src/Plugin/views/display/Feed.php Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase:defineOptions().
Feed::deleteItems function core/modules/aggregator/src/Entity/Feed.php Deletes all items from a feed.
Feed::execute function core/modules/views/src/Plugin/views/display/Feed.php Executes the view and returns data in the format required.
Feed::getDescription function core/modules/aggregator/src/Entity/Feed.php Returns the description of the feed.
Feed::getEtag function core/modules/aggregator/src/Entity/Feed.php Returns the entity tag HTTP response header, used for validating cache.
Feed::getHash function core/modules/aggregator/src/Entity/Feed.php Returns the calculated hash of the feed data, used for validating cache.
Feed::getImage function core/modules/aggregator/src/Entity/Feed.php Returns the primary image attached to the feed.
Feed::getLastCheckedTime function core/modules/aggregator/src/Entity/Feed.php Returns the last time where the feed was checked for new items.
Feed::getLastModified function core/modules/aggregator/src/Entity/Feed.php Return when the feed was modified last time.
Feed::getQueuedTime function core/modules/aggregator/src/Entity/Feed.php Returns the time when this feed was queued for refresh, 0 if not queued.
Feed::getRefreshRate function core/modules/aggregator/src/Entity/Feed.php Returns the refresh rate of the feed in seconds.
Feed::getType function core/modules/views/src/Plugin/views/display/Feed.php Returns the display type that this display requires.
Feed::getUrl function core/modules/aggregator/src/Entity/Feed.php Returns the url to the feed.
Feed::getWebsiteUrl function core/modules/aggregator/src/Entity/Feed.php Returns the parent website of the feed.
Feed::label function core/modules/aggregator/src/Entity/Feed.php Gets the label of the entity.
Feed::newDisplay function core/modules/views/src/Plugin/views/display/Feed.php Reacts on adding a display.
Feed::optionsSummary function core/modules/views/src/Plugin/views/display/Feed.php Provides the default summary for options in the views UI.
Feed::postDelete function core/modules/aggregator/src/Entity/Feed.php Acts on deleted entities before the delete hook is invoked.
Feed::preCreate function core/modules/aggregator/src/Entity/Feed.php Changes the values of an entity before it is created.
Feed::preDelete function core/modules/aggregator/src/Entity/Feed.php Acts on entities before they are deleted and before hooks are invoked.
Feed::preview function core/modules/views/src/Plugin/views/display/Feed.php Renders the display for the purposes of a live preview.
Feed::refreshItems function core/modules/aggregator/src/Entity/Feed.php Updates the feed items by triggering the import process.
Feed::render function core/modules/views/src/Plugin/views/display/Feed.php Renders this display.
Feed::setDescription function core/modules/aggregator/src/Entity/Feed.php Sets the description of the feed.
Feed::setEtag function core/modules/aggregator/src/Entity/Feed.php Sets the entity tag HTTP response header, used for validating cache.
Feed::setHash function core/modules/aggregator/src/Entity/Feed.php Sets the calculated hash of the feed data, used for validating cache.
Feed::setImage function core/modules/aggregator/src/Entity/Feed.php Sets the primary image attached to the feed.
Feed::setLastCheckedTime function core/modules/aggregator/src/Entity/Feed.php Sets the time when this feed was queued for refresh, 0 if not queued.
Feed::setLastModified function core/modules/aggregator/src/Entity/Feed.php Sets the last modification of the feed.
Feed::setQueuedTime function core/modules/aggregator/src/Entity/Feed.php Sets the time when this feed was queued for refresh, 0 if not queued.
Feed::setRefreshRate function core/modules/aggregator/src/Entity/Feed.php Sets the refresh rate of the feed in seconds.
Feed::setTitle function core/modules/aggregator/src/Entity/Feed.php Sets the title of the feed.
Feed::setUrl function core/modules/aggregator/src/Entity/Feed.php Sets the url to the feed.
Feed::setWebsiteUrl function core/modules/aggregator/src/Entity/Feed.php Sets the parent website of the feed.
Feed::submitOptionsForm function core/modules/views/src/Plugin/views/display/Feed.php Handle any special handling on the validate form.
Feed::usesLinkDisplay function core/modules/views/src/Plugin/views/display/Feed.php Checks to see if the display has some need to link to another display.
Feed::__construct function core/modules/views/src/Plugin/views/display/Feed.php Constructs a PathPluginBase object.
FeedAccessControlHandler class core/modules/aggregator/src/FeedAccessControlHandler.php Defines an access control handler for the feed entity.
FeedAccessControlHandler.php file core/modules/aggregator/src/FeedAccessControlHandler.php
FeedAccessControlHandler::checkAccess function core/modules/aggregator/src/FeedAccessControlHandler.php Performs access checks.
FeedAccessControlHandler::checkCreateAccess function core/modules/aggregator/src/FeedAccessControlHandler.php Performs create access checks.
FeedAdminDisplayTest class core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php Tests the display of a feed on the Aggregator list page.
FeedAdminDisplayTest.php file core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php

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