ChoiceFormField::isDisabled()

bool isDisabled() Check if the current selected option is disabled. Return Value bool

PhpEngine::getCharset()

string getCharset() Gets the current charset. Return Value string The current charset

ConfigCacheFactoryInterface

interface ConfigCacheFactoryInterface Interface for a ConfigCache factory. This factory creates an instance of ConfigCacheInterface and initializes the cache if necessary. Methods ConfigCacheInterface cache(string $file, callable $callable) Creates a cache instance and (re-)initializes it if necessary. Details ConfigCacheInterface cache(string $file, callable $callable) Creates a cache instance and (re-)initializes it if necessary. Parameters

NativeSessionStorage::setOptions()

setOptions(array $options) Sets session.* ini variables. For convenience we omit 'session.' from the beginning of the keys. Explicitly ignores other ini keys. Parameters array $options Session ini directives array(key => value) See also http://php.net/session.configuration

NodeExtension::getName()

string getName() Returns extension name. Return Value string

ExpressionVoter::addExpressionLanguageProvider()

addExpressionLanguageProvider(ExpressionFunctionProviderInterface $provider) Parameters ExpressionFunctionProviderInterface $provider

TextDescriptor

class TextDescriptor extends Descriptor Text descriptor. Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. from Descriptor Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

TableStyle::getCellRowContentFormat()

string getCellRowContentFormat() Gets row cell content format. Return Value string

AuditableEntryInterface::isAuditSuccess()

bool isAuditSuccess() Whether auditing for successful denies is turned on Return Value bool

KernelInterface::getStartTime()

int getStartTime() Gets the request start time (not available if debug is disabled). Return Value int The request start timestamp