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

Breadcrumb

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

function Entity::processStubRow

Populates as much of the stub row as possible.

This method can be implemented in extending classes when needed.

Parameters

\Drupal\migrate\Row $row: The row of data.

1 call to Entity::processStubRow()
Entity::getEntity in core/modules/migrate/src/Plugin/migrate/destination/Entity.php
Creates or loads an entity.
1 method overrides Entity::processStubRow()
EntityContentBase::processStubRow in core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
Populates as much of the stub row as possible.

File

core/modules/migrate/src/Plugin/migrate/destination/Entity.php, line 215

Class

Entity
Provides a generic destination to import entities.

Namespace

Drupal\migrate\Plugin\migrate\destination

Code

protected function processStubRow(Row $row) {
}

API Navigation

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