function Variable::count

Overrides SqlBase::count

1 method overrides Variable::count()
SearchPage::count in core/modules/search/src/Plugin/migrate/source/d7/SearchPage.php
Gets the source count.

File

core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php, line 62

Class

Variable
Drupal variable source from database.

Namespace

Drupal\migrate_drupal\Plugin\migrate\source

Code

public function count($refresh = FALSE) {
    // Variable always returns a single row with at minimum an 'id' property.
    return 1;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.