Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| Iterator | class | core/ |
Iterates and processes an associative array. |
| Iterator.php | file | core/ |
|
| IteratorTest | class | core/ |
Tests the iterator process plugin. |
| IteratorTest.php | file | core/ |
|
| IteratorTest::$migrationConfiguration | property | core/ |
|
| IteratorTest::$plugin | property | core/ |
The iterator plugin being tested. |
| IteratorTest::testIterator | function | core/ |
Tests the iterator process plugin. |
| JoinPluginBase::$extraOperator | property | core/ |
How all the extras will be combined. Either AND or OR. |
| JsAjaxTestForm::addButton | function | core/ |
Ajax callback for the "Add button" button. |
| JSMessageTestController::getMessagesSelectors | function | core/ |
Gets the test messages selectors. |
| jsonapi.custom_query_parameter_names_validator.subscriber | service | core/ |
Drupal\jsonapi\EventSubscriber\JsonApiRequestValidator |
| jsonapi.resource_response_validator.subscriber | service | core/ |
Drupal\jsonapi\EventSubscriber\ResourceResponseValidator |
| jsonapi.resource_type.repository | service | core/ |
Drupal\jsonapi\ResourceType\ResourceTypeRepository |
| jsonapi.resource_type.repository.jsonapi_test_field_aliasing | service | core/ |
Drupal\jsonapi_test_field_aliasing\ResourceType\AliasingResourceTypeRepository |
| jsonapi.version_negotiator | service | core/ |
Drupal\jsonapi\Revisions\VersionNegotiator |
| jsonapi.version_negotiator.default | service | core/ |
Abstract |
| jsonapi.version_negotiator.id | service | core/ |
Drupal\jsonapi\Revisions\VersionById |
| jsonapi.version_negotiator.rel | service | core/ |
Drupal\jsonapi\Revisions\VersionByRel |
| JsonApiDocumentTopLevel | class | core/ |
Represents a JSON:API document's "top level". |
| JsonApiDocumentTopLevel.php | file | core/ |
|
| JsonApiDocumentTopLevel::$data | property | core/ |
The data to normalize. |
| JsonApiDocumentTopLevel::$includes | property | core/ |
The includes to normalize. |
| JsonApiDocumentTopLevel::$links | property | core/ |
The links. |
| JsonApiDocumentTopLevel::$meta | property | core/ |
The metadata to normalize. |
| JsonApiDocumentTopLevel::$omissions | property | core/ |
Resource objects that will be omitted from the response for access reasons. |
| JsonApiDocumentTopLevel::getData | function | core/ |
Gets the data. |
| JsonApiDocumentTopLevel::getIncludes | function | core/ |
Gets a JSON:API Data object of resources to be included in the response. |
| JsonApiDocumentTopLevel::getLinks | function | core/ |
Gets the links. |
| JsonApiDocumentTopLevel::getMeta | function | core/ |
Gets the metadata. |
| JsonApiDocumentTopLevel::getOmissions | function | core/ |
Gets an OmittedData instance containing resources to be omitted. |
| JsonApiDocumentTopLevel::__construct | function | core/ |
Instantiates a JsonApiDocumentTopLevel object. |
| JsonApiDocumentTopLevelNormalizer | class | core/ |
Normalizes the top-level document according to the JSON:API specification. |
| JsonApiDocumentTopLevelNormalizer.php | file | core/ |
|
| JsonApiDocumentTopLevelNormalizer::$entityTypeManager | property | core/ |
The entity type manager. |
| JsonApiDocumentTopLevelNormalizer::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
| JsonApiDocumentTopLevelNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
Pagination
- Previous page
- Page 126
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.