Search for d
Title | Object type | File name | Summary |
---|---|---|---|
ProfileBlockTestCase::$field1 | property | modules/ |
|
ProfileBlockTestCase::$field2 | property | modules/ |
|
ProfileBlockTestCase::$node | property | modules/ |
|
ProfileCrudTestCase | class | modules/ |
Test profile integration with user CRUD operations. |
ProfileCrudTestCase::getInfo | function | modules/ |
|
ProfileCrudTestCase::testUserCRUD | function | modules/ |
Test profile integration with user CRUD operations. |
ProfileTestCase::$admin_user | property | modules/ |
|
ProfileTestCase::createProfileField | function | modules/ |
Create a profile field. |
ProfileTestCase::deleteProfileField | function | modules/ |
Delete a profile field. |
ProfileTestCase::setProfileField | function | modules/ |
Set the profile field to a random value |
ProfileTestCase::updateProfileField | function | modules/ |
Update a profile field. |
ProfileTestDate | class | modules/ |
|
ProfileTestDate::getInfo | function | modules/ |
|
ProfileTestDate::testProfileDateField | function | modules/ |
Create a date field, give it a value, update and delete the field. |
ProfileTestFields | class | modules/ |
|
ProfileTestFields::getInfo | function | modules/ |
|
ProfileTestFields::testProfileFields | function | modules/ |
Test each of the field types. List selection and date fields are tested separately because they need some special handling. |
ProfileTestSelect::testProfileSelectionField | function | modules/ |
Create a list selection field, give it a value, update and delete the field. |
ProfileTestWeights::testProfileFieldWeights | function | modules/ |
|
profile_admin_overview | function | modules/ |
Form builder to display a listing of all editable profile fields. |
profile_admin_overview_submit | function | modules/ |
Submit handler to update changed profile field weights and categories. |
profile_admin_settings_autocomplete | function | modules/ |
Retrieve a pipe delimited string of autocomplete suggestions for profile categories |
profile_field_delete | function | modules/ |
Menu callback; deletes a field from all user profiles. |
profile_field_delete_submit | function | modules/ |
Process a field delete form submission. |
profile_field_form | function | modules/ |
Menu callback: Generate a form to add/edit a user profile field. |
profile_field_form_submit | function | modules/ |
Process profile_field_form submissions. |
profile_field_form_validate | function | modules/ |
Validate profile_field_form submissions. |
PROFILE_HIDDEN | constant | modules/ |
Hidden profile field, only accessible by administrators, modules and themes. |
profile_update_7001 | function | modules/ |
Rename {profile_fields} table to {profile_field} and {profile_values} to {profile_value}. |
profile_update_7002 | function | modules/ |
Change the weight column to normal int. |
profile_user_delete | function | modules/ |
Implements hook_user_delete(). |
profile_user_form_validate | function | modules/ |
Form validation handler for the user register/profile form. |
profile_user_load | function | modules/ |
Implements hook_user_load(). |
profile_view_field | function | modules/ |
|
psr_0_test.module | file | modules/ |
|
psr_4_test.module | file | modules/ |
|
Query::$nextPlaceholder | property | includes/ |
The placeholder counter. |
Query::$uniqueIdentifier | property | includes/ |
A unique identifier for this query object. |
Query::nextPlaceholder | function | includes/ |
Gets the next placeholder value for this query object. |
Query::uniqueIdentifier | function | includes/ |
Returns a unique identifier for this object. |
QueryAlterableInterface::addMetaData | function | includes/ |
Adds additional metadata to the query. |
QueryAlterableInterface::addTag | function | includes/ |
Adds a tag to a query. |
QueryAlterableInterface::getMetaData | function | includes/ |
Retrieves a given piece of metadata. |
QueryConditionInterface | interface | includes/ |
Interface for a conditional clause in a query. |
QueryConditionInterface::arguments | function | includes/ |
Gets a complete list of all values to insert into the prepared statement. |
QueryConditionInterface::compile | function | includes/ |
Compiles the saved conditions for later retrieval. |
QueryConditionInterface::compiled | function | includes/ |
Check whether a condition has been previously compiled. |
QueryConditionInterface::condition | function | includes/ |
Helper function: builds the most common conditional clauses. |
QueryConditionInterface::conditions | function | includes/ |
Gets a complete list of all conditions in this conditional clause. |
QueryConditionInterface::exists | function | includes/ |
Sets a condition that the specified subquery returns values. |
Pagination
- Previous page
- Page 105
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.