public property WktGeneratorTest::$multipointRegex in Geofield 8
Generic WKT multipoint regex.
Type: string
File
- tests/
src/ Kernel/ WktGeneratorTest.php, line 33
Class
- WktGeneratorTest
- Tests WktGenerator.
Namespace
Drupal\Tests\geofield\KernelCode
public $multipointRegex = '/^MULTIPOINT \\((\\([-]?[0-9]*\\.?[0-9]+ [-]?[0-9]*\\.?[0-9]+\\), )*(\\([-]?[0-9]*\\.?[0-9]+ [-]?[0-9]*\\.?[0-9]+\\))\\)$/';