function FieldTestHooks::entityQueryTagEntityQueryAlterTagTestAlter

Implements hook_entity_query_tag__TAG_alter() for 'entity_query_alter_tag_test'.

Attributes

#[Hook('entity_query_tag__entity_query_alter_tag_test_alter')]

See also

Drupal\KernelTests\Core\Entity\EntityQueryTest::testAlterHook

File

core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php, line 171

Class

FieldTestHooks
Hook implementations for field_test.

Namespace

Drupal\field_test\Hook

Code

public function entityQueryTagEntityQueryAlterTagTestAlter(QueryInterface $query) : void {
  $query->condition('id', '13', '<>');
}

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