Search for item
- Search 7.x for item
- Search 9.5.x for item
- Search 10.3.x for item
- Search 11.x for item
- Search main for item
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Item | class | core/ |
Defines the aggregator item entity class. |
| Item | class | core/ |
Provides a display-only form element with an optional title and description. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| ItemsImporter | class | core/ |
Defines an importer of aggregator items. |
| ItemsImporter.php | file | core/ |
|
| ItemsImporter::$config | property | core/ |
The aggregator.settings config object. |
| ItemsImporter::$fetcherManager | property | core/ |
The aggregator fetcher manager. |
| ItemsImporter::$logger | property | core/ |
A logger instance. |
| ItemsImporter::$parserManager | property | core/ |
The aggregator parser manager. |
| ItemsImporter::$processorManager | property | core/ |
The aggregator processor manager. |
| ItemsImporter::delete | function | core/ |
Deletes all imported items from a feed. |
| ItemsImporter::refresh | function | core/ |
Updates the feed items by triggering the import process. |
| ItemsImporter::__construct | function | core/ |
Constructs an Importer object. |
| ItemsImporterInterface | interface | core/ |
Provides an interface defining an aggregator items importer. |
| ItemsImporterInterface.php | file | core/ |
|
| ItemsImporterInterface::delete | function | core/ |
Deletes all imported items from a feed. |
| ItemsImporterInterface::refresh | function | core/ |
Updates the feed items by triggering the import process. |
| ItemsPerPageTest | class | core/ |
Tests the ability of the views wizard to specify the number of items per page. |
| ItemsPerPageTest.php | file | core/ |
|
| ItemsPerPageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ItemsPerPageTest::setUp | function | core/ |
|
| ItemsPerPageTest::testItemsPerPage | function | core/ |
Tests the number of items per page. |
| ItemStorage | class | core/ |
Controller class for aggregators items. |
| ItemStorage.php | file | core/ |
|
| ItemStorage::executeFeedItemQuery | function | core/ |
Helper method to execute an item query. |
| ItemStorage::getItemCount | function | core/ |
Returns the count of the items in a feed. |
| ItemStorage::loadAll | function | core/ |
Loads feed items from all feeds. |
| ItemStorage::loadByFeed | function | core/ |
Loads feed items filtered by a feed. |
| ItemStorageInterface | interface | core/ |
Defines an interface for aggregator item entity storage classes. |
| ItemStorageInterface.php | file | core/ |
|
| ItemStorageInterface::getItemCount | function | core/ |
Returns the count of the items in a feed. |
| ItemStorageInterface::loadAll | function | core/ |
Loads feed items from all feeds. |
| ItemStorageInterface::loadByFeed | function | core/ |
Loads feed items filtered by a feed. |
| ItemStorageSchema | class | core/ |
Defines the item schema handler. |
| ItemStorageSchema.php | file | core/ |
|
| ItemStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
| ItemTest | class | core/ |
JSON:API integration test for the "Item" content entity type. |
| ItemTest.php | file | core/ |
|
| ItemTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ItemTest::$entity | property | core/ |
|
| ItemTest::$entityTypeId | property | core/ |
The tested entity type. |
| ItemTest::$modules | property | core/ |
Modules to enable. |
| ItemTest::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
| ItemTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
| ItemTest::createAnotherEntity | function | core/ |
Creates another entity to be tested. |
| ItemTest::createEntity | function | core/ |
Creates the entity to be tested. |
| ItemTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
| ItemTest::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
| ItemTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
| ItemTest::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| ItemTest::testCollection | function | core/ |
Tests GETting a collection of resources. |
| ItemTest::testDeleteIndividual | function | core/ |
Tests DELETEing an individual resource, plus edge cases to ensure good DX. |
| ItemTest::testGetIndividual | function | core/ |
Tests GETting an individual resource, plus edge cases to ensure good DX. |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.