You are here

public function resp_img_context_condition_suffix::execute in Responsive images and styles 7

File

plugins/resp_img_context_condition_suffix.inc, line 14

Class

resp_img_context_condition_suffix

Code

public function execute($value) {
  foreach ($this
    ->get_contexts($value) as $context) {
    $this
      ->condition_met($context, $value);
  }
}