function RulesPlugin::internalIdentifier
File
-
includes/
rules.core.inc, line 1260
Class
- RulesPlugin
- Base class for rules plugins.
Code
public function internalIdentifier() {
return isset($this->id) ? $this->id : NULL;
}
public function internalIdentifier() {
return isset($this->id) ? $this->id : NULL;
}