Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
captcha
Commits
483dfcf3
Commit
483dfcf3
authored
Apr 19, 2021
by
Jakob Perry
Browse files
Issue #2036925 followup by japerry: Namespace the table module for compatability with migrate plus.
parent
e8d540bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
migrations/d7_captcha_sessions.yml
migrations/d7_captcha_sessions.yml
+1
-1
src/Plugin/migrate/destination/Table.php
src/Plugin/migrate/destination/Table.php
+1
-1
No files found.
migrations/d7_captcha_sessions.yml
View file @
483dfcf3
...
...
@@ -16,7 +16,7 @@ process:
status
:
status
attempts
:
attempts
destination
:
plugin
:
table
plugin
:
captcha_
table
table_name
:
captcha_sessions
id_fields
:
csid
:
...
...
src/Plugin/migrate/destination/Table.php
View file @
483dfcf3
...
...
@@ -68,7 +68,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* @endcode
*
* @MigrateDestination(
* id = "table"
* id = "
captcha_
table"
* )
*/
class
Table
extends
DestinationBase
implements
ContainerFactoryPluginInterface
,
ImportAwareInterface
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment