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

Breadcrumb

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

function ImageStyles::fields

Overrides MigrateSourceInterface::fields

File

core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php, line 36

Class

ImageStyles
Drupal 7 image styles source from database.

Namespace

Drupal\image\Plugin\migrate\source\d7

Code

public function fields() {
    $fields = [
        'isid' => $this->t('The primary identifier for an image style.'),
        'name' => $this->t('The style machine name.'),
        'label' => $this->t('The style administrative name.'),
    ];
    return $fields;
}

API Navigation

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