Skip to content

Instantly share code, notes, and snippets.

@slivorezka
Created November 7, 2016 09:26
Show Gist options
  • Save slivorezka/44530794964562acccaf66c558dee60d to your computer and use it in GitHub Desktop.
Save slivorezka/44530794964562acccaf66c558dee60d to your computer and use it in GitHub Desktop.
Drupal 8 Get field value
<?php
$field_value = $entity->get('field_name')->getString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment