function field_test_entity_query_tag__entity_test_mulrev__entity_query_entity_test_mulrev_alter_tag_test_alter

Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter().

Entity type is 'entity_test_mulrev' and tag is 'entity_query_entity_test_mulrev_alter_tag_test'.

See also

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

File

core/modules/field/tests/modules/field_test/field_test.module, line 275

Code

function field_test_entity_query_tag__entity_test_mulrev__entity_query_entity_test_mulrev_alter_tag_test_alter(QueryInterface $query) : void {
    $query->condition('id', '15', '<>');
}

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