Skip to content
Snippets Groups Projects
Verified Commit cb328b8c authored by Dave Long's avatar Dave Long
Browse files

Issue #3417669 by quietone, longwave, smustgrave: Correct migrate related words

parent 9179fd28
No related branches found
No related tags found
No related merge requests found
Showing
with 25 additions and 18 deletions
......@@ -12,6 +12,8 @@
use Drupal\Core\Database\DatabaseException;
use Drupal\Core\Database\Query\SelectInterface;
// cspell:ignore mlid
/**
* Provides a menu tree storage using the database.
*/
......
......@@ -180,7 +180,6 @@ daterange
datestamp
datetimeiso
datetimeplus
daycount
dbtng
dburl
dealerdirect
......@@ -340,7 +339,6 @@ hustlin
hwldf
icann
iconwrap
idconflict
idekey
iframes
iframeupload
......@@ -442,7 +440,6 @@ mimetypes
minifyzombies
minusthick
mlfr
mlid
mocktail
mocktails
mocky
......@@ -461,7 +458,6 @@ mulrevpub
multibuys
multibyte
multicardinality
multifield
multilanguage
multipass
multisite
......@@ -480,7 +476,6 @@ ndocs
necolas
newcol
newfieldinitial
newnode
newwin
nids
nightwatch
......@@ -518,7 +513,6 @@ onecol
oneplusfourgrid
onetwo
onewidgetfield
onoff
opendocument
openxmlformats
optgroups
......@@ -527,7 +521,6 @@ orgchart
ossp
otel
otlp
otsikko
outdent
outro
overridable
......@@ -562,7 +555,6 @@ pingback
pjpeg
placeholdered
placeholdering
plid
plusthick
porterstemmer
postcondition
......@@ -801,7 +793,6 @@ textboxes
texte
textfields
textformat
textgroup
textwithsummary
themename
themer
......@@ -829,7 +820,6 @@ toolkits
toolongdomainexampledomainexampledomainexampledomainexampledomain
toplevel
torder
totalcount
touchevents
trackback
trailingslash
......
......@@ -4,7 +4,7 @@
use Drupal\block\Plugin\migrate\source\Block;
// cspell:ignore objectid objectindex
// cspell:ignore objectid objectindex plid textgroup
/**
* Drupal 7 i18n block data from database.
......
......@@ -4,7 +4,7 @@
use Drupal\Tests\migrate\Kernel\MigrateSqlSourceTestBase;
// cspell:ignore objectid objectindex
// cspell:ignore objectid objectindex plid textgroup
/**
* Tests i18n block source plugin.
......
......@@ -4,7 +4,7 @@
use Drupal\Tests\migrate\Kernel\MigrateSqlSourceTestBase;
// cspell:ignore objectid objectindex
// cspell:ignore objectid objectindex plid
/**
* Tests i18n content block translations source plugin.
......
......@@ -4,7 +4,7 @@
use Drupal\Tests\migrate\Kernel\MigrateSqlSourceTestBase;
// cspell:ignore objectid objectindex
// cspell:ignore objectid objectindex plid
/**
* Tests i18n content block translations source plugin.
......
# cspell:ignore plid
id: d6_book
label: Books
migration_tags:
......
# cspell:ignore plid
id: d7_book
label: Books
migration_tags:
......
......@@ -19,6 +19,8 @@
use Drupal\Core\Url;
use Drupal\node\NodeInterface;
// cspell:ignore plid
/**
* Defines a book manager.
*/
......@@ -1006,8 +1008,8 @@ public function bookTreeCheckAccess(&$tree, $node_links = []) {
foreach ($book_links as $book_link) {
$nid = $book_link['nid'];
foreach ($node_links[$nid] as $mlid => $link) {
$node_links[$nid][$mlid]['access'] = TRUE;
foreach ($node_links[$nid] as $menu_link_id => $link) {
$node_links[$nid][$menu_link_id]['access'] = TRUE;
}
}
}
......
......@@ -4,6 +4,8 @@
use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase;
// cspell:ignore mlid plid
/**
* Drupal 6/7 book source from database.
*
......
......@@ -4,6 +4,8 @@
use Drupal\Tests\migrate\Kernel\MigrateSqlSourceTestBase;
// cspell:ignore mlid plid
/**
* @covers \Drupal\book\Plugin\migrate\source\Book
* @group book
......
# cspell:ignore filefield imagefield nodereference objectid optionwidgets
# cspell:ignore filefield imagefield nodereference objectid onoff optionwidgets
# cspell:ignore userreference
id: d6_field_instance_option_translation
label: Field instance option configuration translation
......
# cspell:ignore filefield imagefield nodereference objectid optionwidgets
# cspell:ignore filefield imagefield nodereference objectid onoff optionwidgets
# cspell:ignore userreference
id: d6_field_option_translation
......
# cspell:ignore newnode
id: d6_language_content_comment_settings
label: Drupal 6 language content comment settings
migration_tags:
......
# cspell:ignore mlid plid
id: d6_menu_links_localized
label: Menu links localized
migration_tags:
......
# cspell:ignore mlid
id: d6_menu_links_translation
label: Menu links
migration_tags:
......
# cspell:ignore mlid
id: d7_menu_links_localized
label: Menu links
migration_tags:
......
# cspell:ignore mlid
id: d7_menu_links_translation
label: Menu links
migration_tags:
......
# cspell:ignore mlid plid
id: node_translation_menu_links
label: Node Translations Menu links
audit: true
......
# cspell:ignore daycount totalcount
id: statistics_node_translation_counter
label: Node translation counter
migration_tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment