Search for Field
- Search 9.5.x for Field
- Search 8.9.x for Field
- Search 10.3.x for Field
- Search 11.x for Field
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseSchema_sqlite::dropField | function | includes/ |
Drop a field. |
DatabaseSchema_sqlite::fieldExists | function | includes/ |
Check if a column exists in the given table. |
DatabaseSchema_sqlite::fieldSetDefault | function | includes/ |
Set the default value for a field. |
DatabaseSchema_sqlite::fieldSetNoDefault | function | includes/ |
Set a field to have no default value. |
DatabaseSchema_sqlite::getFieldTypeMap | function | includes/ |
This maps a generic data type in combination with its data size to the engine-specific data type. |
DatabaseSchema_sqlite::processField | function | includes/ |
Set database-engine specific properties for a field. |
DatabaseSelectComplexTestCase::testCountQueryFieldRemovals | function | modules/ |
Test that countQuery properly removes fields and expressions. |
DatabaseSelectTestCase::testSimpleSelectAllFields | function | modules/ |
Test adding all fields from a given table to a select statement. |
DatabaseSelectTestCase::testSimpleSelectMultipleFields | function | modules/ |
Test adding multiple fields to a select statement at the same time. |
DatabaseStatementBase::fetchField | function | includes/ |
Returns a single field from the next record of a result set. |
DatabaseStatementEmpty::fetchField | function | includes/ |
Returns a single field from the next record of a result set. |
DatabaseStatementInterface::fetchField | function | includes/ |
Returns a single field from the next record of a result set. |
DatabaseStatementPrefetch::fetchField | function | includes/ |
Returns a single field from the next record of a result set. |
db_add_field | function | includes/ |
Adds a new field to a table. |
db_change_field | function | includes/ |
Changes a field definition. |
db_drop_field | function | includes/ |
Drops a field. |
db_escape_field | function | includes/ |
Restricts a dynamic column or constraint name to safe characters. |
db_field_exists | function | includes/ |
Checks if a column exists in the given table. |
db_field_names | function | includes/ |
Returns an array of field names from an array of key/index column specifiers. |
db_field_set_default | function | includes/ |
Sets the default value for a field. |
db_field_set_no_default | function | includes/ |
Sets a field to have no default value. |
drupal-7.field.database.php | file | modules/ |
|
DrupalWebTestCase::assertField | function | modules/ |
Asserts that a field exists with the given name or ID. |
DrupalWebTestCase::assertFieldById | function | modules/ |
Asserts that a field exists in the current page with the given ID and value. |
DrupalWebTestCase::assertFieldByName | function | modules/ |
Asserts that a field exists in the current page with the given name and value. |
DrupalWebTestCase::assertFieldByXPath | function | modules/ |
Asserts that a field exists in the current page by the given XPath. |
DrupalWebTestCase::assertFieldChecked | function | modules/ |
Asserts that a checkbox field in the current page is checked. |
DrupalWebTestCase::assertNoField | function | modules/ |
Asserts that a field does not exist with the given name or ID. |
DrupalWebTestCase::assertNoFieldById | function | modules/ |
Asserts that a field does not exist with the given ID and value. |
DrupalWebTestCase::assertNoFieldByName | function | modules/ |
Asserts that a field does not exist with the given name and value. |
DrupalWebTestCase::assertNoFieldByXPath | function | modules/ |
Asserts that a field doesn't exist or its value doesn't match, by XPath. |
DrupalWebTestCase::assertNoFieldChecked | function | modules/ |
Asserts that a checkbox field in the current page is not checked. |
DrupalWebTestCase::constructFieldXpath | function | modules/ |
Helper function: construct an XPath for the given set of attributes and value. |
drupal_schema_fields_sql | function | includes/ |
Retrieves a list of fields from a table schema. |
drupal_schema_field_types | function | includes/ |
Retrieves the type for every field in a table schema. |
EntityFieldQuery | class | includes/ |
Retrieves entities matching a given set of conditions. |
EntityFieldQuery::$age | property | includes/ |
Flag indicating whether this is querying current or all revisions. |
EntityFieldQuery::$altered | property | includes/ |
TRUE if the query has already been altered, FALSE if it hasn't. |
EntityFieldQuery::$count | property | includes/ |
TRUE if this is a count query, FALSE if it isn't. |
EntityFieldQuery::$deleted | property | includes/ |
Query behavior for deleted data. |
EntityFieldQuery::$entityConditions | property | includes/ |
Associative array of entity-generic metadata conditions. |
EntityFieldQuery::$executeCallback | property | includes/ |
The method executing the query, if it is overriding the default. |
EntityFieldQuery::$fieldConditions | property | includes/ |
List of field conditions. |
EntityFieldQuery::$fieldMetaConditions | property | includes/ |
List of field meta conditions (language and delta). |
EntityFieldQuery::$fields | property | includes/ |
A list of field arrays used. |
EntityFieldQuery::$metaData | property | includes/ |
A list of metadata added to this query. |
EntityFieldQuery::$order | property | includes/ |
List of order clauses. |
EntityFieldQuery::$ordered_results | property | includes/ |
The ordered results. |
EntityFieldQuery::$pager | property | includes/ |
The query pager data. |
EntityFieldQuery::$propertyConditions | property | includes/ |
List of property conditions. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.