You are here

function field_collection_page_attachments in Field collection 8

Same name and namespace in other branches
  1. 8.3 field_collection.module \field_collection_page_attachments()

File

./field_collection.module, line 106
Module implementing field collection field type.

Code

function field_collection_page_attachments(array &$attachments) {
  $s = \Drupal::service('user.permissions');
}