Update to Drupal 8.1.1. For more information, see https://www.drupal.org/node/2718713
This commit is contained in:
parent
c0a0d5a94c
commit
9eae24d844
669 changed files with 3873 additions and 1553 deletions
|
|
@ -426,7 +426,7 @@ function views_field_default_views_data(FieldStorageConfigInterface $field_stora
|
|||
'group' => $group,
|
||||
'title' => $label,
|
||||
'title short' => $label,
|
||||
'help' => t('Appears in: @bundles.', array('@bundles' => implode(', ', $bundles_names))),
|
||||
'help' => t('Appears in: @bundles.', array('@bundles' => implode(', ', $bundles_names))),
|
||||
);
|
||||
|
||||
// Go through and create a list of aliases for all possible combinations of
|
||||
|
|
@ -545,7 +545,7 @@ function views_field_default_views_data(FieldStorageConfigInterface $field_stora
|
|||
'group' => $group,
|
||||
'title' => $title,
|
||||
'title short' => $title_short,
|
||||
'help' => t('Appears in: @bundles.', array('@bundles' => implode(', ', $bundles_names))),
|
||||
'help' => t('Appears in: @bundles.', array('@bundles' => implode(', ', $bundles_names))),
|
||||
);
|
||||
|
||||
// Go through and create a list of aliases for all possible combinations of
|
||||
|
|
@ -702,7 +702,7 @@ function core_field_views_data(FieldStorageConfigInterface $field_storage) {
|
|||
'title' => t('@label referenced from @field_name', $args),
|
||||
'label' => t('@field_name: @label', $args),
|
||||
'group' => $entity_type->getLabel(),
|
||||
'help' => t('Appears in: @bundles.', array('@bundles' => implode(', ', $field_storage->getBundles()))),
|
||||
'help' => t('Appears in: @bundles.', array('@bundles' => implode(', ', $field_storage->getBundles()))),
|
||||
'id' => 'standard',
|
||||
'base' => $target_base_table,
|
||||
'entity type' => $target_entity_type_id,
|
||||
|
|
|
|||
Reference in a new issue