function FieldStorageDefinitionInterface::isQueryable
Determines whether the field is queryable via QueryInterface.
Return value
bool TRUE if the field is queryable.
Deprecated
in drupal:8.4.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Field\FieldStorageDefinitionInterface::hasCustomStorage() instead.
See also
https://www.drupal.org/node/2856563
2 methods override FieldStorageDefinitionInterface::isQueryable()
- BaseFieldDefinition::isQueryable in core/
lib/ Drupal/ Core/ Field/ BaseFieldDefinition.php - Determines whether the field is queryable via QueryInterface.
- FieldStorageConfig::isQueryable in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Determines whether the field is queryable via QueryInterface.
File
-
core/
lib/ Drupal/ Core/ Field/ FieldStorageDefinitionInterface.php, line 123
Class
- FieldStorageDefinitionInterface
- Defines an interface for entity field storage definitions.
Namespace
Drupal\Core\FieldCode
public function isQueryable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.