You are here

function finder_ui_element_exists in Finder 7.2

This is the 'exists' callback for the element machine name form element.

However, there does not seem to be any way to properly implement this. That's OK since creating an element with the same name as an existing one will just replace the existing one in the interface. Plus the validate() method of the finder class ensures there are no duplicate element ids.

1 string reference to 'finder_ui_element_exists'
finder_ui_element_form in modules/finder_ui/includes/element.inc
Finder UI element form.

File

modules/finder_ui/includes/common.inc, line 349
common.inc

Code

function finder_ui_element_exists($value) {
}