Hello,
I have some problems to edit a view (/admin/structure/views/view/taxonomy_term/edit). Because every request I get an memory limit exceeded error:
Fatal error: Allowed memory size of 419430400 bytes exhausted (tried to allocate 523800 bytes) in .../drupal8/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php on line 992
Code:
public function isTranslatable() {
return $this->isTranslatable();
}
I don't know to solve it in the right way
Best regards,
Christian