Skip to content

Instantly share code, notes, and snippets.

@flashvnn
Created June 3, 2014 04:44
Show Gist options
  • Save flashvnn/6133ed086a377e636a0c to your computer and use it in GitHub Desktop.
Save flashvnn/6133ed086a377e636a0c to your computer and use it in GitHub Desktop.
Drupal 8 get all fields types
<?php
function fft_get_field_types() {
return array_keys(\Drupal::service('plugin.manager.field.field_type')->getDefinitions());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment