Search for interface

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

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