Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ItemInterface::getDescription | function | core/ |
Returns the body of the feed item. |
| ItemInterface::getFeedId | function | core/ |
Returns the feed id of aggregator item. |
| ItemInterface::getGuid | function | core/ |
Returns the unique identifier for the feed item. |
| ItemInterface::getLink | function | core/ |
Returns the link to the feed item. |
| ItemInterface::getPostedTime | function | core/ |
Returns the posted date of the feed item, as a Unix timestamp. |
| ItemInterface::getTitle | function | core/ |
Returns the title of the feed item. |
| ItemInterface::setAuthor | function | core/ |
Sets the author of the feed item. |
| ItemInterface::setDescription | function | core/ |
Sets the body of the feed item. |
| ItemInterface::setFeedId | function | core/ |
Sets the feed id of aggregator item. |
| ItemInterface::setGuid | function | core/ |
Sets the unique identifier for the feed item. |
| ItemInterface::setLink | function | core/ |
Sets the link to the feed item. |
| ItemInterface::setPostedTime | function | core/ |
Sets the posted date of the feed item, as a Unix timestamp. |
| ItemInterface::setTitle | function | core/ |
Sets the title of the feed item. |
| 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. |
| 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. |
| JoinPluginInterface | interface | core/ |
Represents a join and creates the SQL necessary to implement the join. |
| JoinPluginInterface.php | file | core/ |
|
| JoinPluginInterface::buildJoin | function | core/ |
Builds the SQL for the join this object represents. |
| JsonApiDocumentTopLevelNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| KeyValueExpirableFactoryInterface | interface | core/ |
Defines the expirable key/value store factory interface. |
| KeyValueExpirableFactoryInterface.php | file | core/ |
|
| KeyValueExpirableFactoryInterface::get | function | core/ |
Constructs a new expirable key/value store for a given collection name. |
| KeyValueFactoryInterface | interface | core/ |
Defines the key/value store factory interface. |
| KeyValueFactoryInterface.php | file | core/ |
|
| KeyValueFactoryInterface::get | function | core/ |
Constructs a new key/value store for a given collection name. |
| KeyValueStoreExpirableInterface | interface | core/ |
Defines the interface for expiring data in a key/value store. |
| KeyValueStoreExpirableInterface.php | file | core/ |
|
| KeyValueStoreExpirableInterface::setMultipleWithExpire | function | core/ |
Saves an array of values with a time to live. |
| KeyValueStoreExpirableInterface::setWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
| KeyValueStoreExpirableInterface::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
| KeyValueStoreInterface | interface | core/ |
Defines the interface for key/value store implementations. |
| KeyValueStoreInterface.php | file | core/ |
|
| KeyValueStoreInterface::delete | function | core/ |
Deletes an item from the key/value store. |
| KeyValueStoreInterface::deleteAll | function | core/ |
Deletes all items from the key/value store. |
| KeyValueStoreInterface::deleteMultiple | function | core/ |
Deletes multiple items from the key/value store. |
| KeyValueStoreInterface::get | function | core/ |
Returns the stored value for a given key. |
| KeyValueStoreInterface::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
| KeyValueStoreInterface::getCollectionName | function | core/ |
Returns the name of this collection. |
| KeyValueStoreInterface::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
| KeyValueStoreInterface::has | function | core/ |
Returns whether a given key exists in the store. |
| KeyValueStoreInterface::rename | function | core/ |
Renames a key. |
| KeyValueStoreInterface::set | function | core/ |
Saves a value for a given key. |
| KeyValueStoreInterface::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
Pagination
- Previous page
- Page 47
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.