You are here

public function PropertyAdminInterface::validateFormat in ThemeKey 8

Validates if a value's format matches a ThemeKey property.

Return value

bool

1 method overrides PropertyAdminInterface::validateFormat()
PropertyAdminDigitBase::validateFormat in src/PropertyAdminDigitBase.php
Validates if a value's format matches a ThemeKey property.

File

src/PropertyAdminInterface.php, line 35
Provides Drupal\themekey\PropertyInterface

Class

PropertyAdminInterface
Defines an interface for ThemeKey property plugins.

Namespace

Drupal\themekey

Code

public function validateFormat($value);