comparison core/modules/datetime/datetime.views.inc @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
37 'title' => $field_storage->getLabel() . ' (' . $argument_type . ')', 37 'title' => $field_storage->getLabel() . ' (' . $argument_type . ')',
38 'help' => $help_text, 38 'help' => $help_text,
39 'argument' => [ 39 'argument' => [
40 'field' => $field_storage->getName() . '_value', 40 'field' => $field_storage->getName() . '_value',
41 'id' => 'datetime_' . $argument_type, 41 'id' => 'datetime_' . $argument_type,
42 'entity_type' => $field_storage->getTargetEntityTypeId(),
43 'field_name' => $field_storage->getName(),
42 ], 44 ],
43 'group' => $group, 45 'group' => $group,
44 ]; 46 ];
45 } 47 }
46 48