public FieldStorageDefinitionInterface::getSchema()
Returns the field schema.
Note that this method returns an empty array for computed fields which have no schema.
array[] The field schema, as an array of key/value pairs in the format returned by hook_field_schema():
public function getSchema();
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Field!FieldStorageDefinitionInterface.php/function/FieldStorageDefinitionInterface::getSchema/8.1.x