function ContextAwarePluginDefinitionTrait::getContextDefinitions
Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::getContextDefinitions().
File
- 
              core/
lib/ Drupal/ Component/ Plugin/ Definition/ ContextAwarePluginDefinitionTrait.php, line 30  
Class
- ContextAwarePluginDefinitionTrait
 - Provides a trait for context-aware object-based plugin definitions.
 
Namespace
Drupal\Component\Plugin\DefinitionCode
public function getContextDefinitions() {
  return $this->contextDefinitions;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.