No config schema for eck.eck_entity_bundle

Created on 29 November 2018, over 6 years ago
Updated 26 December 2024, 3 months ago

Module does not contain eck.eck_entity_bundle in schema file modules/contrib/eck/config/schema/eck.schema.yml
Issue occurs when installing module config_views

Here

if ($prefix = $entity_info->getConfigPrefix()) {

prefix === eck.eck_entity_bundle

$typed_config = Drupal::service('config.typed');

  $all_definitions = $typed_config->getDefinitions();

all_definitions does not contain  eck.eck_entity_bundle

$keys = preg_grep('/^' . str_replace('.', '\.', $prefix) . '\.\*/', $config_keys);
// There always will be just one. 
 $key = reset($keys);
$definition = $all_definitions[$key];
$definition === NULL This fails module installation;
_views_views_config_process_schema($data[$table_name], $all_definitions, $all_definitions_keys, $definition);
πŸ› Bug report
Status

Needs work

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine shmel210

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024