MigrateDestination::$requirements_met

Whether requirements are met.

If TRUE and a 'provider' key is present in the annotation then the default destination plugin manager will set this to FALSE if the provider (module/theme) doesn't exist.

Type: bool

File

core/modules/migrate/src/Annotation/MigrateDestination.php, line 44

Class

MigrateDestination
Defines a migration destination plugin annotation object.

Namespace

Drupal\migrate\Annotation

Code

public $requirements_met = TRUE;

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