|
form_type_tableselect_value |
function |
drupal/core/includes/form.inc |
Determines the value for a tableselect form element. |
|
InOperator::getValueOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. |
|
keyvalue.expirable.database |
service |
drupal/core/core.services.yml |
Drupal\Core\KeyValueStore\KeyValueDatabaseExpirableFactory |
|
KeyValueDatabaseFactory.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
Contains Drupal\Core\KeyValueStore\KeyValueDatabaseFactory. |
|
ValueContainer::__construct |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php |
|
|
ValueContainer::offsetUnset |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php |
|
|
ValueContainer::getIterator |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php |
|
|
MachineName::$value_options |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/MachineName.php |
|
|
ParameterBag::unescapeValue |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php |
Unescape parameter placeholders % |
|
AttributeValueBase::printed |
function |
drupal/core/lib/Drupal/Core/Template/AttributeValueBase.php |
Whether this attribute hsa been printed already. |
|
EntityTranslation::getValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Overrides \Drupal\Core\TypedData\TypedData::getValue(). |
|
EntityTranslation::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Overrides \Drupal\Core\TypedData\TypedData::setValue(). |
|
EntityBCDecorator::getValue |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
|
EntityBCDecorator::setValue |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
|
AnnotWithDefaultValue::$foo |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/AnnotWithDefaultValue.php |
@var string |
|
_test_theme_twig_php_values |
function |
drupal/core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module |
|
|
TaxonomyIndexTid::valueForm |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/filter/TaxonomyIndexTid.php |
Options form subform for setting options. |
|
KeyValueFactory::$container |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php |
var \Symfony\Component\DependencyInjection\ContainerInterface |
|
EntityNG::getPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::getPropertyValues(). |
|
EntityNG::setPropertyValues |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements \Drupal\Core\TypedData\ComplexDataInterface::setPropertyValues(). |
|
ManyToOne::$value_form_type |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/ManyToOne.php |
|
|
KeyValueStoreInterface::get |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php |
Returns the stored value for a given key. |
|
KeyValueStoreInterface::set |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php |
Saves a value for a given key. |
|
ListString::$allowed_values |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/ListString.php |
Stores the allowed values of this field. |
|
QueryString::$valueSeparator |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
|
|
Permissions::getValueOptions |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/views/filter/Permissions.php |
Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. |
|
OptionsDynamicValuesTest.php |
file |
drupal/core/modules/options/lib/Drupal/options/Tests/OptionsDynamicValuesTest.php |
Definition of Drupal\options\Tests\OptionsDynamicValuesTest. |
|
KeyValueDatabaseFactory::get |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php |
Constructs a new key/value database storage object for a given collection name. |
|
form_type_image_button_value |
function |
drupal/core/includes/form.inc |
Determines the value for an image button form element. |
|
InOperator::$value_form_type |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php |
|
|
KeyValueExpirableFactory.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php |
Contains Drupal\Core\KeyValueStore\KeyValueExpirableFactory. |
|
ValueContainer::offsetExists |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php |
|
|
MachineName::getValueOptions |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/MachineName.php |
|
|
NodeComment::getValueOptions |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/NodeComment.php |
Child classes should be used to override this function and set the
'value options', unless 'options callback' is defined as a valid function
or static public method to generate these values. |
|
AttributeValueBase::$printed |
property |
drupal/core/lib/Drupal/Core/Template/AttributeValueBase.php |
Whether this attribute hsa been printed already. |
|
ExpressionVisitor::walkValue |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php |
Convert a value expression into the target query language part. |
|
UnexpectedValueException.php |
file |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/UnexpectedValueException.php |
|
|
TypedDataInterface::getValue |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php |
Gets the data value. |
|
TypedDataInterface::setValue |
function |
drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php |
Sets the data value. |
|
KeyValueNullExpirableFactory |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueNullExpirableFactory.php |
Defines the key/value store factory for the null backend. |
|
ArgumentPluginBase::getValue |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php |
Get the value of this argument. |
|
DummyAnnotation::$dummyValue |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
|
KeyValueFactory::__construct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php |
|
|
StateValuesCleanAdvancedTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanAdvancedTest.php |
Tests $form_state clearance with form elements having buttons. |
|
UnexpectedValueException.php |
file |
drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php |
|
|
drupal_schema_get_field_value |
function |
drupal/core/includes/schema.inc |
Typecasts values to proper datatypes. |
|
FieldInstance::$default_value |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php |
Default field value. |
|
views.filter_value.schema.yml |
file |
drupal/core/modules/views/config/schema/views.filter_value.schema.yml |
drupal/core/modules/views/config/schema/views.filter_value.schema.yml |
|
FilterPluginBase::valueSubmit |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
|
FieldPresenceEnhancer::$value |
property |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Enhancer/FieldPresenceEnhancer.php |
value to set the target field to |