This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uuid: 17c9f090-6ab4-408b-a85f-2b68e9d2b82a | |
langcode: en | |
status: open | |
dependencies: { } | |
open: null | |
close: null | |
weight: 0 | |
uid: 1 | |
template: false | |
archive: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Implements hook_requirements(). | |
*/ | |
function CUSTOM_requirements($phase) { | |
// Only check requirements during the run-time (aka Status Report). | |
if ($phase != 'runtime') { | |
return []; | |
} | |
$requirements = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<hr> | |
<blockquote>This is a quote</blockquote> | |
<h2>Buttons</h2> | |
<p><a class="link-button" href="#link-button">.link-button</a></p> | |
<p><a class="action-button" href="#action-button">.action-button</a></p> | |
<div align="center"><a class="action-button" href="#action-button">.action-button</a></div> | |
<h2>.note</h2> |