public function FieldInterface::wasRenamed in Search API 8
Determines whether this field's identifier was changed in this request.
Return value
bool TRUE if the field identifier of this field object was changed after its creation, FALSE otherwise.
1 method overrides FieldInterface::wasRenamed()
- Field::wasRenamed in src/
Item/ Field.php - Determines whether this field's identifier was changed in this request.
File
- src/
Item/ FieldInterface.php, line 79
Class
- FieldInterface
- Represents a field on a search item that can be indexed.
Namespace
Drupal\search_api\ItemCode
public function wasRenamed();