function FieldStorageConfig::isQueryable

Determines whether the field is queryable via QueryInterface.

Return value

bool TRUE if the field is queryable.

Overrides FieldStorageDefinitionInterface::isQueryable

File

core/modules/field/src/Entity/FieldStorageConfig.php, line 701

Class

FieldStorageConfig
Defines the Field storage configuration entity.

Namespace

Drupal\field\Entity

Code

public function isQueryable() {
    return TRUE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.