final public function UcAddressesFieldHandler::getContext in Ubercart Addresses 7
Same name and namespace in other branches
- 6.2 handlers/UcAddressesFieldHandler.class.php \UcAddressesFieldHandler::getContext()
Returns the context in which this field is used.
@access public @final
Return value
string The context in which this field is used.
1 call to UcAddressesFieldHandler::getContext()
- UcAddressesUcFieldHandler::isFieldRequired in handlers/
ubercart.handlers.inc - Implements UcAddressesFieldHandler::isFieldRequired().
File
- handlers/
UcAddressesFieldHandler.class.php, line 140 - Contains the UcAddressesFieldHandler class.
Class
- UcAddressesFieldHandler
- Base class for fields used in Ubercart Addresses.
Code
public final function getContext() {
return $this->context;
}