function ContextConfig::checkConfig

Checks the config for the given plugin.

@todo Implement.

Parameters

\Drupal\Core\Plugin\ContextAwarePluginInterface $plugin: An instance of the plugin for which the config has been created.

File

src/Context/ContextConfig.php, line 186

Class

ContextConfig
Class for value objects helping with context configuration.

Namespace

Drupal\rules\Context

Code

public function checkConfig(CoreContextAwarePluginInterface $plugin) {
    // @todo Implement.
}