public function ContextAwarePluginInterface::getContextMapping in Plug 7
Gets a mapping of the expected assignment names to their context names.
Return value
array A mapping of the expected assignment names to their context names. For example, if one of the $contexts is named 'user.current_user', but the plugin expects a context named 'user', then this map would contain 'user' => 'user.current_user'.
File
- lib/
Drupal/ Component/ Plugin/ ContextAwarePluginInterface.php, line 137 - Contains \Drupal\Component\Plugin\ContextAwarePluginInterface.
Class
- ContextAwarePluginInterface
- Interface for defining context aware plugins.
Namespace
Drupal\Component\PluginCode
public function getContextMapping();