You are here

public function FieldStorageDefinitionInterface::isQueryable in Drupal 8

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\Field

Code

public function isQueryable();