class RealisticDummyContentUserPicture in Realistic Dummy Content 7
Represents the user picture
Hierarchy
Expanded class hierarchy of RealisticDummyContentUserPicture
2 string references to 'RealisticDummyContentUserPicture'
File
- api/includes/ RealisticDummyContentUserPicture.inc, line 12 
- Define RealisticDummyContentUserPicture autoload class.
View source
class RealisticDummyContentUserPicture extends RealisticDummyContentProperty {
  /**
   * {@inheritdoc}
   */
  function GetExtensions() {
    return $this
      ->GetImageExtensions();
  }
  /**
   * {@inheritdoc}
   */
  function ValueFromFile_($file) {
    $file = $this
      ->ImageSave($file);
    if ($file) {
      return $file;
    }
  }
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| RealisticDummyContentAttribute:: | private | property | The entity is set on construction and is a subclass of RealisticDummyContentEntityBase. It contains information about the entity to which this field instance is attached. | |
| RealisticDummyContentAttribute:: | private | property | The name of this attribuet, for example title, picture, field_image... | |
| RealisticDummyContentAttribute:: | function | Changes this attribute by looking for data in files. | ||
| RealisticDummyContentAttribute:: | function | Given candidate files, change the value of this attribute based on one of them. | ||
| RealisticDummyContentAttribute:: | function | Returns the appropriate environment, real or testing. | ||
| RealisticDummyContentAttribute:: | function | Return a file object. | ||
| RealisticDummyContentAttribute:: | function | Gets the bundle of the associated entity. | ||
| RealisticDummyContentAttribute:: | function | Get all candidate files for a given field for this entity. | ||
| RealisticDummyContentAttribute:: | function | Getter for $this->entity | ||
| RealisticDummyContentAttribute:: | function | Get the entity type of the associated entity. | ||
| RealisticDummyContentAttribute:: | function | Return acceptable image file extensions. | ||
| RealisticDummyContentAttribute:: | function | Getter for $this->name | ||
| RealisticDummyContentAttribute:: | function | Return acceptable text file extensions. | ||
| RealisticDummyContentAttribute:: | function | Gets the UID of the associated entity. | ||
| RealisticDummyContentAttribute:: | function | Return an image file object if possible. | ||
| RealisticDummyContentAttribute:: | function | Returns a pseudo-random number. | ||
| RealisticDummyContentAttribute:: | function | Given a RealisticDummyContentFileGroup object, get structured property if extentions ok. | ||
| RealisticDummyContentAttribute:: | function | Given a list of files, return a value from one of them. | ||
| RealisticDummyContentAttribute:: | function | Constructor. | ||
| RealisticDummyContentProperty:: | function | Returns the type of this attribute. Overrides RealisticDummyContentAttribute:: | ||
| RealisticDummyContentUserPicture:: | function | Get acceptable file extensions which contain data for this attribute. Overrides RealisticDummyContentAttribute:: | ||
| RealisticDummyContentUserPicture:: | function | Given a RealisticDummyContentFileGroup object, get a structured property Overrides RealisticDummyContentAttribute:: | 
