Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
AggregatorFeedBlock class core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Provides an 'Aggregator feed' block with the latest items from the feed.
AggregatorFeedBlock.php file core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::$feedStorage property core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The entity storage for feeds.
AggregatorFeedBlock::$itemStorage property core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The entity storage for items.
AggregatorFeedBlock::blockAccess function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Indicates whether the block should be shown.
AggregatorFeedBlock::blockForm function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::blockSubmit function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::build function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Builds and returns the renderable array for this block plugin.
AggregatorFeedBlock::create function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Creates an instance of the plugin.
AggregatorFeedBlock::defaultConfiguration function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php
AggregatorFeedBlock::getCacheTags function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php The cache tags associated with this object.
AggregatorFeedBlock::__construct function core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php Constructs an AggregatorFeedBlock object.
AggregatorFeedTest class core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php Tests D6 aggregator feed source plugin.
AggregatorFeedTest.php file core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php
AggregatorFeedTest::$modules property core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php Modules to enable.
AggregatorFeedTest::providerSource function core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorFeedTest.php The data provider.
AggregatorFeedViewsData class core/modules/aggregator/src/AggregatorFeedViewsData.php Provides the views data for the aggregator feed entity type.
AggregatorFeedViewsData.php file core/modules/aggregator/src/AggregatorFeedViewsData.php
AggregatorFeedViewsData::getViewsData function core/modules/aggregator/src/AggregatorFeedViewsData.php Returns views data for the entity type.
AggregatorFeedViewsFieldAccessTest class core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php Tests base field access in Views for the aggregator_feed entity.
AggregatorFeedViewsFieldAccessTest.php file core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php
AggregatorFeedViewsFieldAccessTest::$modules property core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php Modules to enable.
AggregatorFeedViewsFieldAccessTest::setUp function core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php
AggregatorFeedViewsFieldAccessTest::testAggregatorFeedFields function core/modules/aggregator/tests/src/Kernel/Views/AggregatorFeedViewsFieldAccessTest.php Checks access for aggregator_feed fields.
AggregatorFetcher::$description property core/modules/aggregator/src/Annotation/AggregatorFetcher.php The description of the plugin.
AggregatorFetcher::$id property core/modules/aggregator/src/Annotation/AggregatorFetcher.php The plugin ID.
AggregatorItem::fields function core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php Returns available fields on the source.
AggregatorItem::getIds function core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php Defines the source fields uniquely identifying a source row.
AggregatorItemTest::$modules property core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php Modules to enable.
AggregatorItemTest::providerSource function core/modules/aggregator/tests/src/Kernel/Plugin/migrate/source/AggregatorItemTest.php The data provider.
AggregatorItemViewsData class core/modules/aggregator/src/AggregatorItemViewsData.php Provides the views data for the aggregator item entity type.
AggregatorItemViewsData.php file core/modules/aggregator/src/AggregatorItemViewsData.php
AggregatorItemViewsData::getViewsData function core/modules/aggregator/src/AggregatorItemViewsData.php Returns views data for the entity type.
AggregatorItemViewsFieldAccessTest class core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php Tests base field access in Views for the aggregator_item entity.
AggregatorItemViewsFieldAccessTest.php file core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php
AggregatorItemViewsFieldAccessTest::$modules property core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php Modules to enable.
AggregatorItemViewsFieldAccessTest::setUp function core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php
AggregatorItemViewsFieldAccessTest::testAggregatorItemFields function core/modules/aggregator/tests/src/Kernel/Views/AggregatorItemViewsFieldAccessTest.php Checks access for aggregator_item fields.
AggregatorLocalTasksTest::getAggregatorAdminRoutes function core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php Provides a list of routes to test.
AggregatorLocalTasksTest::testAggregatorAdminLocalTasks function core/modules/aggregator/tests/src/Unit/Menu/AggregatorLocalTasksTest.php Tests local task existence.
AggregatorParser::$description property core/modules/aggregator/src/Annotation/AggregatorParser.php The description of the plugin.
AggregatorParser::$id property core/modules/aggregator/src/Annotation/AggregatorParser.php The plugin ID.
AggregatorPluginManagerTest::$modules property core/modules/aggregator/tests/src/Kernel/AggregatorPluginManagerTest.php Modules to enable.
AggregatorPluginSettingsBase::calculateDependencies function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Calculates dependencies for the configured plugin.
AggregatorPluginSettingsBase::defaultConfiguration function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Gets default configuration for this plugin.
AggregatorPluginSettingsBase::validateConfigurationForm function core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php Form validation handler.
AggregatorProcessor::$description property core/modules/aggregator/src/Annotation/AggregatorProcessor.php The description of the plugin.
AggregatorProcessor::$id property core/modules/aggregator/src/Annotation/AggregatorProcessor.php The plugin ID.
AggregatorRenderingTest class core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php Tests display of aggregator items on the page.
AggregatorRenderingTest.php file core/modules/aggregator/tests/src/Functional/AggregatorRenderingTest.php

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