Skip to content
Snippets Groups Projects
Open Patrick Kenny requested to merge issue/drupal-3001496:3001496-add-an-alter into 11.x
Files
9
@@ -78,6 +78,9 @@ public function condition($property, $value = NULL, $operator = NULL, $langcode
* {@inheritdoc}
*/
public function execute() {
// Invoke entity query alter hooks.
$this->alter();
// Load the relevant config records.
$configs = $this->loadRecords();
Loading