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

Breadcrumb

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

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;

API Navigation

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