Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
layout_builder_st
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
layout_builder_st
Merge requests
!28
Add post-update hook
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Add post-update hook
issue/layout_builder_st-3520833:3520833-add-an-empty
into
2.0.x
Overview
0
Commits
2
Pipelines
5
Changes
1
Closed
Add post-update hook
Adam G-H
requested to merge
issue/layout_builder_st-3520833:3520833-add-an-empty
into
2.0.x
3 months ago
Overview
0
Commits
2
Pipelines
5
Changes
1
Closes
#3520833
0
0
Merge request reports
Compare
2.0.x
version 4
f85437f8
3 months ago
version 3
f85437f8
3 months ago
version 2
f85437f8
3 months ago
version 1
50f86f74
3 months ago
2.0.x (base)
and
latest version
latest version
f85437f8
2 commits,
3 months ago
version 4
f85437f8
2 commits,
3 months ago
version 3
f85437f8
2 commits,
3 months ago
version 2
f85437f8
2 commits,
3 months ago
version 1
50f86f74
1 commit,
3 months ago
1 file
+
15
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
layout_builder_st.post_update.php
0 → 100644
+
15
−
0
View file @ f85437f8
Edit in single-file editor
Open in Web IDE
<?php
/**
* @file
* Contains post-update hooks for layout_builder_st.
*/
declare
(
strict_types
=
1
);
/**
* Rebuilds the container for updating layout_builder_st to v2.0.0.
*/
function
layout_builder_st_post_update_rebuild_container_for_v2
():
void
{
// Empty post-update hook to force a container rebuild.
}
Loading