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 |
---|---|---|---|
FeedInterface::getUrl | function | core/ |
Returns the url to the feed. |
FeedInterface::getWebsiteUrl | function | core/ |
Returns the parent website of the feed. |
FeedInterface::refreshItems | function | core/ |
Updates the feed items by triggering the import process. |
FeedInterface::setDescription | function | core/ |
Sets the description of the feed. |
FeedInterface::setEtag | function | core/ |
Sets the entity tag HTTP response header, used for validating cache. |
FeedInterface::setHash | function | core/ |
Sets the calculated hash of the feed data, used for validating cache. |
FeedInterface::setImage | function | core/ |
Sets the primary image attached to the feed. |
FeedInterface::setLastCheckedTime | function | core/ |
Sets the time when this feed was queued for refresh, 0 if not queued. |
FeedInterface::setLastModified | function | core/ |
Sets the last modification of the feed. |
FeedInterface::setQueuedTime | function | core/ |
Sets the time when this feed was queued for refresh, 0 if not queued. |
FeedInterface::setRefreshRate | function | core/ |
Sets the refresh rate of the feed in seconds. |
FeedInterface::setTitle | function | core/ |
Sets the title of the feed. |
FeedInterface::setUrl | function | core/ |
Sets the url to the feed. |
FeedInterface::setWebsiteUrl | function | core/ |
Sets the parent website of the feed. |
FeedStorageInterface | interface | core/ |
Defines an interface for aggregator feed entity storage classes. |
FeedStorageInterface.php | file | core/ |
|
FeedStorageInterface::CLEAR_NEVER | constant | core/ |
Denotes that a feed's items should never expire. |
FeedStorageInterface::getFeedIdsToRefresh | function | core/ |
Returns the fids of feeds that need to be refreshed. |
FetcherInterface | interface | core/ |
Defines an interface for aggregator fetcher implementations. |
FetcherInterface.php | file | core/ |
|
FetcherInterface::fetch | function | core/ |
Downloads feed data. |
FieldableEntityInterface | interface | core/ |
Interface for entities having fields. |
FieldableEntityInterface.php | file | core/ |
|
FieldableEntityInterface::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
FieldableEntityInterface::bundleFieldDefinitions | function | core/ |
Provides field definitions for a specific bundle. |
FieldableEntityInterface::get | function | core/ |
Gets a field item list. |
FieldableEntityInterface::getFieldDefinition | function | core/ |
Gets the definition of a contained field. |
FieldableEntityInterface::getFieldDefinitions | function | core/ |
Gets an array of field definitions of all contained fields. |
FieldableEntityInterface::getFields | function | core/ |
Gets an array of all field item lists. |
FieldableEntityInterface::getTranslatableFields | function | core/ |
Gets an array of field item lists for translatable fields. |
FieldableEntityInterface::hasField | function | core/ |
Determines whether the entity has a field with the given name. |
FieldableEntityInterface::isValidationRequired | function | core/ |
Checks whether entity validation is required before saving the entity. |
FieldableEntityInterface::onChange | function | core/ |
Reacts to changes to a field. |
FieldableEntityInterface::set | function | core/ |
Sets a field value. |
FieldableEntityInterface::setValidationRequired | function | core/ |
Sets whether entity validation is required before saving the entity. |
FieldableEntityInterface::toArray | function | core/ |
Gets an array of all field values. |
FieldableEntityInterface::validate | function | core/ |
Validates the currently set values. |
FieldableEntityStorageInterface | interface | core/ |
A storage that supports entity types with field definitions. |
FieldableEntityStorageInterface.php | file | core/ |
|
FieldableEntityStorageInterface::countFieldData | function | core/ |
Determines the number of entities with values for a given field. |
FieldableEntityStorageInterface::finalizePurge | function | core/ |
Performs final cleanup after all data of a field has been purged. |
FieldableEntityStorageInterface::purgeFieldData | function | core/ |
Purges a batch of field data. |
FieldConfigInterface | interface | core/ |
Provides an interface defining a field entity. |
FieldConfigInterface | interface | core/ |
Defines an interface for configurable field definitions. |
FieldConfigInterface.php | file | core/ |
|
FieldConfigInterface.php | file | core/ |
|
FieldConfigInterface::addConstraint | function | core/ |
Adds a validation constraint to the FieldItemList. |
FieldConfigInterface::addPropertyConstraints | function | core/ |
Adds constraints for a given field item property. |
FieldConfigInterface::isDeleted | function | core/ |
Gets the deleted flag of the field. |
FieldConfigInterface::setConstraints | function | core/ |
Sets the array of validation constraints for the FieldItemList. |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.