Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Issue forks
cache_register-3183611
Commits
fc38d01e
Commit
fc38d01e
authored
Nov 22, 2020
by
mrweiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove testing .module file
parent
718d874e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
cache_register.module
cache_register.module
+0
-19
No files found.
cache_register.module
deleted
100644 → 0
View file @
718d874e
<?php
function
cache_register_preprocess_page
(
&
$variables
)
{
/** @var Drupal\cache_register\Manager $m */
$m
=
\
Drupal
::
service
(
'cache_register.manager'
);
$d
=
$m
->
openDrawer
(
'cr'
,
'td'
);
$slot
=
$d
->
openSlot
(
'ts'
);
try
{
$slot
->
addCacheTags
(
'asdfasfd:1'
);
}
catch
(
\
Error
$e
)
{
$t
=
''
;
}
catch
(
\
Throwable
$e
)
{
$t
=
''
;
}
}
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