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