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

Breadcrumb

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

function BlockTranslation::prepareRow

Overrides Block::prepareRow

File

core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php, line 59

Class

BlockTranslation
Drupal 6 i18n block data from database.

Namespace

Drupal\block\Plugin\migrate\source\d6

Code

public function prepareRow(Row $row) {
    $row->setSourceProperty('default_theme', $this->defaultTheme);
    return SourcePluginBase::prepareRow($row);
}

API Navigation

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