Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
EmptySource.php
function EmptySource::doCount
Overrides
SourcePluginBase::doCount
File
core/
modules/
migrate/
src/
Plugin/
migrate/
source/
EmptySource.php
, line 66
Class
EmptySource
Source returning a row based on the constants provided.
Namespace
Drupal\migrate\Plugin\migrate\source
Code
protected
function
doCount
() {
return
1
; }
RSS feed