You are here

public function ReportContentType::query in Open Social 10.2.x

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_content_report/src/Plugin/views/field/ReportContentType.php \Drupal\social_content_report\Plugin\views\field\ReportContentType::query()
  2. 8.5 modules/social_features/social_content_report/src/Plugin/views/field/ReportContentType.php \Drupal\social_content_report\Plugin\views\field\ReportContentType::query()
  3. 8.6 modules/social_features/social_content_report/src/Plugin/views/field/ReportContentType.php \Drupal\social_content_report\Plugin\views\field\ReportContentType::query()
  4. 8.7 modules/social_features/social_content_report/src/Plugin/views/field/ReportContentType.php \Drupal\social_content_report\Plugin\views\field\ReportContentType::query()
  5. 8.8 modules/social_features/social_content_report/src/Plugin/views/field/ReportContentType.php \Drupal\social_content_report\Plugin\views\field\ReportContentType::query()
  6. 10.3.x modules/social_features/social_content_report/src/Plugin/views/field/ReportContentType.php \Drupal\social_content_report\Plugin\views\field\ReportContentType::query()
  7. 10.0.x modules/social_features/social_content_report/src/Plugin/views/field/ReportContentType.php \Drupal\social_content_report\Plugin\views\field\ReportContentType::query()
  8. 10.1.x modules/social_features/social_content_report/src/Plugin/views/field/ReportContentType.php \Drupal\social_content_report\Plugin\views\field\ReportContentType::query()

Called to add the field to a query.

Overrides FieldPluginBase::query

File

modules/social_features/social_content_report/src/Plugin/views/field/ReportContentType.php, line 20

Class

ReportContentType
Field handler to present the entity type or bundle type for Nodes.

Namespace

Drupal\social_content_report\Plugin\views\field

Code

public function query() {
}