Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / migrate_plus / README.txt
index af3cafbcceff555f95e71440746b7451b875d78b..797082e388e58656739e88d8611a6991f9bbadf0 100644 (file)
@@ -5,13 +5,6 @@ Extensions to base API
 ======================
 * A Migration configuration entity is provided, enabling persistance of dynamic
   migration configuration.
-* A ConfigEntityDiscovery class is implemented which enables plugin
-  configuration to be based on configuration entities. This is fully general -
-  it can be used for any configuration entity type, not just migrations.
-* A MigrationConfigEntityPluginManager class and corresponding
-  plugin.manager.config_entity_migration service is provided, to enable
-  discovery and instantiation of migration plugins based on the Migration
-  configuration entity.
 * A MigrationGroup configuration entity is provided, which enables migrations to
   be organized in groups, and to maintain shared configuration in one place.
 * A MigrateEvents::PREPARE_ROW event is provided to dispatch hook_prepare_row()
@@ -73,7 +66,7 @@ Authentication
 --------------
 * The basic authentication plugin provides HTTP Basic authentication.
 * The digest authentication plugin provides HTTP Digest authentication.
-* The oauth2 authencitation plugin provides OAuth2 authentication over HTTP.
+* The oauth2 authentication plugin provides OAuth2 authentication over HTTP.
 
 Examples
 ========