function ConditionPluginBase::execute
Executes the plugin.
Overrides ExecutableInterface::execute
File
- 
              core/
lib/ Drupal/ Core/ Condition/ ConditionPluginBase.php, line 84  
Class
- ConditionPluginBase
 - Provides a basis for fulfilling contexts for condition plugins.
 
Namespace
Drupal\Core\ConditionCode
public function execute() {
  return $this->executableManager
    ->execute($this);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.