Guest User

Untitled

a guest
Jul 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $field_path = $node->get('field_checkbox')->value;
  2. if ($field_path == 'on') {
  3. $replacements[] = '/its-checked/[node:title]';
  4. }
  5. elseif ($field_path == 'off') {
  6. $replacements[] = 'its-not-checked/[node:title]';
  7. }
Add Comment
Please, Sign In to add comment