You are here

public function MediaFinderInterface::getApplicableFieldTypes in Group Media 8.2

Returns the field types this plugin is capable of tracking.

Return value

array An indexed array of field type names, as defined in the plugin's annotation under the key "field_types".

1 method overrides MediaFinderInterface::getApplicableFieldTypes()
MediaFinderBase::getApplicableFieldTypes in src/Plugin/MediaFinder/MediaFinderBase.php
Returns the field types this plugin is capable of tracking.

File

src/MediaFinderInterface.php, line 44

Class

MediaFinderInterface
Interface MediaFinderInterface.

Namespace

Drupal\groupmedia

Code

public function getApplicableFieldTypes();