Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
forum_access
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
forum_access
Commits
424bc667
Commit
424bc667
authored
2 years ago
by
Sadashiv Dalvi
Browse files
Options
Downloads
Patches
Plain Diff
Fixing fatal error with migration
parent
13355ef5
Branches
Branches containing commit
Tags
8.x-1.0-beta1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
forum_access_migrate/src/Plugin/migrate/destination/ForumAccess.php
+0
-28
0 additions, 28 deletions
...ss_migrate/src/Plugin/migrate/destination/ForumAccess.php
with
0 additions
and
28 deletions
forum_access_migrate/src/Plugin/migrate/destination/ForumAccess.php
+
0
−
28
View file @
424bc667
...
...
@@ -21,34 +21,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
*/
class
ForumAccess
extends
Table
{
/**
* The name of the destination table.
*
* @var string
*/
protected
$tableName
;
/**
* IDMap compatible array of id fields.
*
* @var array
*/
protected
$idFields
;
/**
* Array of fields present on the destination table.
*
* @var array
*/
protected
$fields
;
/**
* The database connection.
*
* @var \Drupal\Core\Database\Connection
*/
protected
$dbConnection
;
/**
* {@inheritdoc}
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment