Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MediaSourceInterface.php | file | core/ |
|
| MediaSourceInterface::createSourceField | function | core/ |
Creates the source field definition for a type. |
| MediaSourceInterface::getMetadata | function | core/ |
Gets the value for a metadata attribute for a given media item. |
| MediaSourceInterface::getMetadataAttributes | function | core/ |
Gets a list of metadata attributes provided by this plugin. |
| MediaSourceInterface::getSourceFieldDefinition | function | core/ |
Get the source field definition for a media type. |
| MediaSourceInterface::getSourceFieldValue | function | core/ |
Get the primary value stored in the source field. |
| MediaSourceInterface::METADATA_FIELD_EMPTY | constant | core/ |
Default empty value for metadata fields. |
| MediaSourceInterface::prepareFormDisplay | function | core/ |
Prepares the media type fields for this source in the form display. |
| MediaSourceInterface::prepareViewDisplay | function | core/ |
Prepares the media type fields for this source in the view display. |
| MediaTypeInterface | interface | core/ |
Provides an interface defining a media type entity. |
| MediaTypeInterface.php | file | core/ |
|
| MediaTypeInterface::getFieldMap | function | core/ |
Returns the metadata field map. |
| MediaTypeInterface::getSource | function | core/ |
Returns the media source plugin. |
| MediaTypeInterface::setFieldMap | function | core/ |
Sets the metadata field map. |
| MediaTypeInterface::setNewRevision | function | core/ |
Sets whether new revisions should be created by default. |
| MediaTypeInterface::setQueueThumbnailDownloadsStatus | function | core/ |
Sets a flag to indicate that thumbnails should be downloaded via a queue. |
| MediaTypeInterface::thumbnailDownloadsAreQueued | function | core/ |
Returns whether thumbnail downloads are queued. |
| MemoryCacheInterface | interface | core/ |
Defines an interface for memory cache implementations. |
| MemoryCacheInterface.php | file | core/ |
|
| MenuActiveTrailInterface | interface | core/ |
Defines an interface for the active menu trail service. |
| MenuActiveTrailInterface.php | file | core/ |
|
| MenuActiveTrailInterface::getActiveLink | function | core/ |
Fetches a menu link that matches the currently active route. |
| MenuActiveTrailInterface::getActiveTrailIds | function | core/ |
Gets the active trail IDs of the specified menu tree. |
| MenuInterface | interface | core/ |
Provides an interface defining a menu entity. |
| MenuInterface.php | file | core/ |
|
| MenuInterface::getDescription | function | core/ |
Returns the description of the menu. |
| MenuInterface::isLocked | function | core/ |
Determines if this menu is locked. |
| MenuLinkContentInterface | interface | core/ |
Defines an interface for custom menu links. |
| MenuLinkContentInterface.php | file | core/ |
|
| MenuLinkContentInterface::getDescription | function | core/ |
Gets the description of the menu link for the UI. |
| MenuLinkContentInterface::getMenuName | function | core/ |
Gets the menu name of the custom menu link. |
| MenuLinkContentInterface::getParentId | function | core/ |
Gets the plugin ID of the parent menu link. |
| MenuLinkContentInterface::getPluginDefinition | function | core/ |
Builds up the menu link plugin definition for this entity. |
| MenuLinkContentInterface::getPluginId | function | core/ |
Gets the menu plugin ID associated with this entity. |
| MenuLinkContentInterface::getTitle | function | core/ |
Gets the title of the menu link. |
| MenuLinkContentInterface::getUrlObject | function | core/ |
Gets the URL object pointing to the URL of the menu link content entity. |
| MenuLinkContentInterface::getWeight | function | core/ |
Returns the weight of the menu link content entity. |
| MenuLinkContentInterface::isEnabled | function | core/ |
Returns whether the menu link is marked as enabled. |
| MenuLinkContentInterface::isExpanded | function | core/ |
Returns whether the menu link is marked as always expanded. |
| MenuLinkContentInterface::requiresRediscovery | function | core/ |
Returns whether the menu link requires rediscovery. |
| MenuLinkContentInterface::setInsidePlugin | function | core/ |
Flags this instance as being wrapped in a menu link plugin instance. |
| MenuLinkContentInterface::setRequiresRediscovery | function | core/ |
Flags a link as requiring rediscovery. |
| MenuLinkContentStorageInterface | interface | core/ |
Defines an interface for menu_link_content entity storage classes. |
| MenuLinkContentStorageInterface.php | file | core/ |
|
| MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions | function | core/ |
Gets a list of menu link IDs with pending revisions. |
| MenuLinkFormInterface | interface | core/ |
Defines an interface for edit forms of menu links. |
| MenuLinkFormInterface.php | file | core/ |
|
| MenuLinkFormInterface::extractFormValues | function | core/ |
Extracts a plugin definition from form values. |
| MenuLinkFormInterface::setMenuLinkInstance | function | core/ |
Injects the menu link plugin instance. |
| MenuLinkInterface | interface | core/ |
Defines an interface for classes providing a type of menu link. |
Pagination
- Previous page
- Page 54
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.