Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_cfg_common
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_cfg_common
Commits
fd3962ef
Commit
fd3962ef
authored
2 years ago
by
Eric Bremner
Committed by
Kevin Paxman
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-5880: coding standards
parent
9b1957d9
No related branches found
No related tags found
3 merge requests
!284
Feature/istwcms 5880 ebremner banners above
,
!274
Draft: ISTWCMS-5551: fixing office hours display
,
!260
Feature/istwcms 5668 a5kulkar rename references to publications
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uw_cfg_common.install
+1
-1
1 addition, 1 deletion
uw_cfg_common.install
with
1 addition
and
1 deletion
uw_cfg_common.install
+
1
−
1
View file @
fd3962ef
...
...
@@ -509,7 +509,7 @@ function uw_cfg_common_update_9106(&$sandbox) {
}
// Get the type of media field that we need to udpate.
$type_of_media
=
current
(
\Drupal
::
entityTypeManager
()
->
getStorage
(
'field_storage_config'
)
->
loadByProperties
(
array
(
'id'
=>
'node.field_uw_type_of_media'
)
));
$type_of_media
=
current
(
\Drupal
::
entityTypeManager
()
->
getStorage
(
'field_storage_config'
)
->
loadByProperties
(
[
'id'
=>
'node.field_uw_type_of_media'
]
));
// Get the type of media settings.
$settings
=
$type_of_media
->
getSettings
();
...
...
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