Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_dashboard
Commits
8eff4c46
Commit
8eff4c46
authored
Sep 02, 2020
by
Igor Biki
Browse files
ISTWCMS-4050: Code review, reorganized imports.
parent
a7dc3e23
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
src/Plugin/Block/ContentListBlock.php
src/Plugin/Block/ContentListBlock.php
+2
-2
src/Plugin/Block/FormsListBlock.php
src/Plugin/Block/FormsListBlock.php
+1
-1
src/Plugin/LayoutBuilderRestriction/UwDashboardRestrictBlocksLayouts.php
...utBuilderRestriction/UwDashboardRestrictBlocksLayouts.php
+0
-1
No files found.
src/Plugin/Block/ContentListBlock.php
View file @
8eff4c46
...
...
@@ -2,10 +2,10 @@
namespace
Drupal\uw_dashboard\Plugin\Block
;
use
Drupal\node\Entity\NodeType
;
use
Drupal\views\Views
;
use
Drupal\Core\Block\BlockBase
;
use
Drupal\Core\Form\FormStateInterface
;
use
Drupal\node\Entity\NodeType
;
use
Drupal\views\Views
;
/**
* Provides a 'ContentList' block.
...
...
src/Plugin/Block/FormsListBlock.php
View file @
8eff4c46
...
...
@@ -2,9 +2,9 @@
namespace
Drupal\uw_dashboard\Plugin\Block
;
use
Drupal\views\Views
;
use
Drupal\Core\Block\BlockBase
;
use
Drupal\Core\Form\FormStateInterface
;
use
Drupal\views\Views
;
/**
* Provides a 'WebformsList' block.
...
...
src/Plugin/LayoutBuilderRestriction/UwDashboardRestrictBlocksLayouts.php
View file @
8eff4c46
...
...
@@ -4,7 +4,6 @@ namespace Drupal\uw_dashboard\Plugin\LayoutBuilderRestriction;
use
Drupal\Core\Config\ConfigFactoryInterface
;
use
Drupal\layout_builder_restrictions
\
Plugin\LayoutBuilderRestriction\EntityViewModeRestriction
;
use
Drupal\layout_builder_restrictions
\
Traits\PluginHelperTrait
;
use
Symfony\Component\DependencyInjection\ContainerInterface
;
/**
...
...
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