Select::getFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Returns a reference to the fields array for this query. |
FieldInfo::getField |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Returns a field definition from a field name. |
FieldInfo::getFields |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Returns all active fields, including deleted ones. |
Comparison::getField |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Comparison.php |
|
HandlerBase::getField |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Shortcut to get a handler's raw field value. |
DummyClass::getField1 |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DummyClass.php |
Gets the value of field1. |
PostFile::getFieldName |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php |
Get the name of the field |
FieldInfo::getFieldMap |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Collects a lightweight map of fields across bundles. |
Schema::getFieldTypeMap |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Returns a mapping of Drupal schema field names to DB-native field types. |
Schema::getFieldTypeMap |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Returns a mapping of Drupal schema field names to DB-native field types. |
ContainerTest::getField |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
Schema::getFieldTypeMap |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
This maps a generic data type in combination with its data size
to the engine-specific data type. |
Schema::getFieldTypeMap |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
This maps a generic data type in combination with its data size
to the engine-specific data type. |
FieldInfo::getFieldById |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Returns a field definition from a field ID. |
ManyToOneHelper::getField |
function |
drupal/core/modules/views/lib/Drupal/views/ManyToOneHelper.php |
Sometimes the handler might want us to use some kind of formula, so give
it that option. If it wants us to do this, it must set $helper->formula = TRUE
and implement handler->get_formula(); |
SelectExtender::getFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Returns a reference to the fields array for this query. |
SelectInterface::getFields |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Returns a reference to the fields array for this query. |
ClassMetadata::getFieldNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
A numerically indexed list of field names of this persistent class. |
QueryString::getFieldSeparator |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Get the query string field separator |
PostFileInterface::getFieldName |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php |
Get the name of the field |
TestObjectMetadata::getFieldNames |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
A numerically indexed list of field names of this persistent class. |
DisplayPluginBase::getFieldLabels |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Retrieve a list of fields for the current display with the
relationship associated if it exists. |
PersistentObjectTest::testGetField |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
ConfigStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
DatabaseStorageController::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Implements Drupal\Core\Entity\EntityStorageControllerInterface::getFieldDefinitions(). |
ClassMetadata::getAssociationMappedByTargetField |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Returns the target field of the owning side of the association |
TestObjectMetadata::getAssociationMappedByTargetField |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
Returns the target field of the owning side of the association |
EntityStorageControllerInterface::getFieldDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php |
Gets an array of entity field definitions. |