public function ctools_context::get_identifier in Chaos Tool Suite (ctools) 7
Same name and namespace in other branches
- 6 includes/context.inc \ctools_context::get_identifier()
Return the identifier.
Return value
mixed The value of $identifier.
File
- includes/
context.inc, line 177 - Contains code related to the ctools system of 'context'.
Class
- ctools_context
- The context object is largely a wrapper around some other object, with an interface to finding out what is contained and getting to both the object and information about the object.
Code
public function get_identifier() {
return $this->identifier;
}