You are here

function yamaps_update_8102 in Yandex.Maps 8

Adds "line" data column.

File

./yamaps.install, line 122
Contains yamaps.install.

Code

function yamaps_update_8102() {
  $properties['lines'] = DataDefinition::create('boolean')
    ->setLabel(new TranslatableMarkup('Lines'));
  $properties['lines'] = DataDefinition::create('boolean')
    ->setLabel(new TranslatableMarkup('Polygons'));
}