public function EntityUsageTrackInterface::getApplicableFieldTypes in Entity Usage 8.2
Same name and namespace in other branches
- 8.3 src/EntityUsageTrackInterface.php \Drupal\entity_usage\EntityUsageTrackInterface::getApplicableFieldTypes()
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 EntityUsageTrackInterface::getApplicableFieldTypes()
- EntityUsageTrackBase::getApplicableFieldTypes in src/
EntityUsageTrackBase.php - Returns the field types this plugin is capable of tracking.
File
- src/
EntityUsageTrackInterface.php, line 52
Class
- EntityUsageTrackInterface
- Defines the interface for entity_usage track methods.
Namespace
Drupal\entity_usageCode
public function getApplicableFieldTypes();