Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
EmbeddedDataSource.php
function EmbeddedDataSource::getIds
Overrides
MigrateSourceInterface::getIds
File
core/
modules/
migrate/
src/
Plugin/
migrate/
source/
EmbeddedDataSource.php
, line 109
Class
EmbeddedDataSource
Allows source data to be defined in the configuration of the source plugin.
Namespace
Drupal\migrate\Plugin\migrate\source
Code
public
function
getIds
() {
return
$this
->
ids
; }
RSS feed