openfed-8.x-8.5/modules/openfed_features/partial_date/partial_date.install
modules/openfed_features/partial_date/partial_date.install
<?php /** * @file * Defines the schema for the partial date fields. */ /** * Implement hook_field_schema(). * function partial_date_field_schema($field) - moved to PartialDateTime::schema() */ /** * Implements hook_uninstall(). * function partial_date_uninstall() - moved to PartialDateTime::delete() */
