| ItemsImporter::$logger |
property |
core/modules/aggregator/src/ItemsImporter.php |
A logger instance. |
| ItemsImporter::$parserManager |
property |
core/modules/aggregator/src/ItemsImporter.php |
The aggregator parser manager. |
| ItemsImporter::$processorManager |
property |
core/modules/aggregator/src/ItemsImporter.php |
The aggregator processor manager. |
| ItemsImporter::delete |
function |
core/modules/aggregator/src/ItemsImporter.php |
Deletes all imported items from a feed. |
| ItemsImporter::refresh |
function |
core/modules/aggregator/src/ItemsImporter.php |
Updates the feed items by triggering the import process. |
| ItemsImporter::__construct |
function |
core/modules/aggregator/src/ItemsImporter.php |
Constructs an Importer object. |
| ItemsImporterInterface |
interface |
core/modules/aggregator/src/ItemsImporterInterface.php |
Provides an interface defining an aggregator items importer. |
| ItemsImporterInterface.php |
file |
core/modules/aggregator/src/ItemsImporterInterface.php |
|
| ItemsImporterInterface::delete |
function |
core/modules/aggregator/src/ItemsImporterInterface.php |
Deletes all imported items from a feed. |
| ItemsImporterInterface::refresh |
function |
core/modules/aggregator/src/ItemsImporterInterface.php |
Updates the feed items by triggering the import process. |
| ItemsPerPageTest |
class |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
Tests that the views wizard can specify the number of items per page. |
| ItemsPerPageTest.php |
file |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
|
| ItemsPerPageTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
The theme to install as the default for testing. |
| ItemsPerPageTest::setUp |
function |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
Sets up the test. |
| ItemsPerPageTest::testItemsPerPage |
function |
core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php |
Tests the number of items per page. |
| ItemStorage |
class |
core/modules/aggregator/src/ItemStorage.php |
Defines the storage handler class for feed item entities. |
| ItemStorage.php |
file |
core/modules/aggregator/src/ItemStorage.php |
|
| ItemStorage::executeFeedItemQuery |
function |
core/modules/aggregator/src/ItemStorage.php |
Helper method to execute an item query. |
| ItemStorage::getItemCount |
function |
core/modules/aggregator/src/ItemStorage.php |
Returns the count of the items in a feed. |
| ItemStorage::loadAll |
function |
core/modules/aggregator/src/ItemStorage.php |
Loads feed items from all feeds. |
| ItemStorage::loadByFeed |
function |
core/modules/aggregator/src/ItemStorage.php |
Loads feed items filtered by a feed. |
| ItemStorageInterface |
interface |
core/modules/aggregator/src/ItemStorageInterface.php |
Defines an interface for aggregator item entity storage classes. |
| ItemStorageInterface.php |
file |
core/modules/aggregator/src/ItemStorageInterface.php |
|
| ItemStorageInterface::getItemCount |
function |
core/modules/aggregator/src/ItemStorageInterface.php |
Returns the count of the items in a feed. |
| ItemStorageInterface::loadAll |
function |
core/modules/aggregator/src/ItemStorageInterface.php |
Loads feed items from all feeds. |
| ItemStorageInterface::loadByFeed |
function |
core/modules/aggregator/src/ItemStorageInterface.php |
Loads feed items filtered by a feed. |
| ItemStorageSchema |
class |
core/modules/aggregator/src/ItemStorageSchema.php |
Defines the item schema handler. |
| ItemStorageSchema.php |
file |
core/modules/aggregator/src/ItemStorageSchema.php |
|
| ItemStorageSchema::getSharedTableFieldSchema |
function |
core/modules/aggregator/src/ItemStorageSchema.php |
Gets the schema for a single field definition. |
| ItemTest |
class |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
JSON:API integration test for the "Item" content entity type. |
| ItemTest.php |
file |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
|
| ItemTest::$defaultTheme |
property |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
The theme to install as the default for testing. |
| ItemTest::$entity |
property |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
|
| ItemTest::$entityTypeId |
property |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
The tested entity type. |
| ItemTest::$modules |
property |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Modules to enable. |
| ItemTest::$patchProtectedFieldNames |
property |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
The fields that are protected against modification during PATCH requests. |
| ItemTest::$resourceTypeName |
property |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
The name of the tested JSON:API resource type. |
| ItemTest::createAnotherEntity |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Creates another entity to be tested. |
| ItemTest::createEntity |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Creates the entity to be tested. |
| ItemTest::getExpectedDocument |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Returns the expected JSON:API document for the entity. |
| ItemTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Return the expected error message. |
| ItemTest::getPostDocument |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Returns the JSON:API POST document. |
| ItemTest::setUpAuthorization |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Sets up the necessary authorization. |
| ItemTest::testCollection |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Tests GETting a collection of resources. |
| ItemTest::testDeleteIndividual |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Tests DELETEing an individual resource, plus edge cases to ensure good DX. |
| ItemTest::testGetIndividual |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Tests GETting an individual resource, plus edge cases to ensure good DX. |
| ItemTest::testPatchIndividual |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Tests PATCHing an individual resource, plus edge cases to ensure good DX. |
| ItemTest::testPostIndividual |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Tests POSTing an individual resource, plus edge cases to ensure good DX. |
| ItemTest::testRelated |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Tests GET of the related resource of an individual resource. |
| ItemTest::testRelationships |
function |
core/modules/aggregator/tests/src/Functional/Jsonapi/ItemTest.php |
Tests CRUD of individual resource relationship data. |