function VariantCollectionInterface::removeVariant
Same name in other branches
- 8.x-3.x src/Plugin/VariantCollectionInterface.php \Drupal\ctools\Plugin\VariantCollectionInterface::removeVariant()
Removes a specific variant.
Parameters
string $variant_id: The variant ID.
Return value
$this
File
-
src/
Plugin/ VariantCollectionInterface.php, line 40
Class
- VariantCollectionInterface
- Provides an interface for objects that have variants e.g. Pages.
Namespace
Drupal\ctools\PluginCode
public function removeVariant($variant_id);