function DisplayPluginInterface::isIdentifierUnique
Same name in other branches
- 9 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::isIdentifierUnique()
- 8.9.x core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::isIdentifierUnique()
- 10 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::isIdentifierUnique()
Checks if the provided identifier is unique.
Parameters
string $id: The id of the handler which is checked.
string $identifier: The actual get identifier configured in the exposed settings.
Return value
bool Returns whether the identifier is unique on all handlers.
1 method overrides DisplayPluginInterface::isIdentifierUnique()
- DisplayPluginBase::isIdentifierUnique in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php - Checks if the provided identifier is unique.
File
-
core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginInterface.php, line 554
Class
- DisplayPluginInterface
- Provides an interface for Views display plugins.
Namespace
Drupal\views\Plugin\views\displayCode
public function isIdentifierUnique($id, $identifier);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.