You are here

constant PluginBase::DERIVATIVE_SEPARATOR in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/Plugin/PluginBase.php \Drupal\Component\Plugin\PluginBase::DERIVATIVE_SEPARATOR

A string which is used to separate base plugin IDs from the derivative ID.

File

core/lib/Drupal/Component/Plugin/PluginBase.php, line 17
Contains \Drupal\Component\Plugin\PluginBase.

Class

PluginBase
Base class for plugins wishing to support metadata inspection.

Namespace

Drupal\Component\Plugin

Code

const DERIVATIVE_SEPARATOR = ':';