function BulkForm::getEntityTypeId
Returns the entity type identifier.
Return value
string The entity type identifier.
Overrides EntityTranslationRenderTrait::getEntityTypeId
1 call to BulkForm::getEntityTypeId()
- BulkForm::isWorkspaceSafeForm in core/
modules/ views/ src/ Plugin/ views/ field/ BulkForm.php
File
-
core/
modules/ views/ src/ Plugin/ views/ field/ BulkForm.php, line 180
Class
- BulkForm
- Defines an actions-based bulk operation form element.
Namespace
Drupal\views\Plugin\views\fieldCode
public function getEntityTypeId() {
return $this->getEntityType();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.