Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DatetimeViewsHooks.php

function DatetimeViewsHooks::fieldViewsData

Implements hook_field_views_data().

File

core/modules/datetime/src/Hook/DatetimeViewsHooks.php, line 16

Class

DatetimeViewsHooks
Hook implementations for datetime.

Namespace

Drupal\datetime\Hook

Code

public function fieldViewsData(FieldStorageConfigInterface $field_storage) : array {
    return datetime_type_field_views_data_helper($field_storage, [], $field_storage->getMainPropertyName());
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal