9.x
<?php /** * @file * stanford_policy.module */ /** * Implements hook_preprocess_HOOK(). */ function stanford_policy_preprocess_pattern_card__layout__node__stanford_policy(&$variables) { $variables['is_article'] = true; }