function FieldStorageConfig::isQueryable

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.