Created
June 3, 2014 04:44
-
-
Save flashvnn/6133ed086a377e636a0c to your computer and use it in GitHub Desktop.
Drupal 8 get all fields types
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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