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 |
---|---|---|---|
MediaLibraryOpenerInterface::checkAccess | function | core/ |
Checks media library access. |
MediaLibraryOpenerInterface::getSelectionResponse | function | core/ |
Generates a response after selecting media items in the media library. |
MediaSourceEntityConstraintsInterface | interface | core/ |
Defines an interface for a media source with entity constraints. |
MediaSourceEntityConstraintsInterface.php | file | core/ |
|
MediaSourceEntityConstraintsInterface::getEntityConstraints | function | core/ |
Gets media source-specific validation constraints for a media item. |
MediaSourceFieldConstraintsInterface | interface | core/ |
Defines an interface for a media source with source field constraints. |
MediaSourceFieldConstraintsInterface.php | file | core/ |
|
MediaSourceFieldConstraintsInterface::getSourceFieldConstraints | function | core/ |
Gets media source-specific validation constraints for a source field. |
MediaSourceInterface | interface | core/ |
Defines the interface for media source plugins. |
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 which matches the route name, parameters and menu name. |
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. |
Pagination
- Previous page
- Page 55
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.