- Issue created by @claudiu.cristea
Suppose the URI field for a certain node type is uri_field
. Will an entity query like this really work?
\Drupal::entityQuery('node')->accessCheck(FALSE)
->condition('uri_field', 'http://example.com')
->execute();
Answer: NO
None.
None.
None.
None.
Active
1.0
Code