Search for init
| Title | Object type | File name | Summary |
|---|---|---|---|
| DataDefinition::createFromDataType | function | core/ |
Creates a new data definition object. |
| DataDefinition::getClass | function | core/ |
Returns the class used for creating the typed data object. |
| DataDefinition::getConstraint | function | core/ |
Returns a validation constraint. |
| DataDefinition::getConstraints | function | core/ |
Returns an array of validation constraints. |
| DataDefinition::getDataType | function | core/ |
Returns the data type of the data. |
| DataDefinition::getDescription | function | core/ |
Returns a human readable description. |
| DataDefinition::getLabel | function | core/ |
Returns a human readable label. |
| DataDefinition::getSetting | function | core/ |
Returns the value of a given setting. |
| DataDefinition::getSettings | function | core/ |
Returns the array of settings, as required by the used class. |
| DataDefinition::isComputed | function | core/ |
Determines whether the data value is computed. |
| DataDefinition::isInternal | function | core/ |
Determines whether the data value is internal. |
| DataDefinition::isList | function | core/ |
Returns whether the data is multi-valued, i.e. a list of data items. |
| DataDefinition::isReadOnly | function | core/ |
Determines whether the data is read-only. |
| DataDefinition::isRequired | function | core/ |
Determines whether a data value is required. |
| DataDefinition::offsetExists | function | core/ |
This is for BC support only. @todo Remove in https://www.drupal.org/node/1928868. |
| DataDefinition::offsetGet | function | core/ |
This is for BC support only. @todo Remove in https://www.drupal.org/node/1928868. |
| DataDefinition::offsetSet | function | core/ |
This is for BC support only. @todo Remove in https://www.drupal.org/node/1928868. |
| DataDefinition::offsetUnset | function | core/ |
This is for BC support only. @todo Remove in https://www.drupal.org/node/1928868. |
| DataDefinition::setClass | function | core/ |
Sets the class used for creating the typed data object. |
| DataDefinition::setComputed | function | core/ |
Sets whether the data is computed. |
| DataDefinition::setConstraints | function | core/ |
Sets an array of validation constraints. |
| DataDefinition::setDataType | function | core/ |
Sets the data type. |
| DataDefinition::setDescription | function | core/ |
Sets the human-readable description. |
| DataDefinition::setInternal | function | core/ |
Sets the whether the data value should be internal. |
| DataDefinition::setLabel | function | core/ |
Sets the human-readable label. |
| DataDefinition::setReadOnly | function | core/ |
Sets whether the data is read-only. |
| DataDefinition::setRequired | function | core/ |
Sets whether the data is required. |
| DataDefinition::setSetting | function | core/ |
Sets a definition setting. |
| DataDefinition::setSettings | function | core/ |
Sets the array of settings, as required by the used class. |
| DataDefinition::toArray | function | core/ |
Returns all definition values as array. |
| DataDefinition::__construct | function | core/ |
Constructs a new data definition object. |
| DataDefinition::__sleep | function | core/ |
|
| DataDefinitionInterface | interface | core/ |
Interface for data definitions. |
| DataDefinitionInterface.php | file | core/ |
|
| DataDefinitionInterface::addConstraint | function | core/ |
Adds a validation constraint. |
| DataDefinitionInterface::createFromDataType | function | core/ |
Creates a new data definition object. |
| DataDefinitionInterface::getClass | function | core/ |
Returns the class used for creating the typed data object. |
| DataDefinitionInterface::getConstraint | function | core/ |
Returns a validation constraint. |
| DataDefinitionInterface::getConstraints | function | core/ |
Returns an array of validation constraints. |
| DataDefinitionInterface::getDataType | function | core/ |
Returns the data type of the data. |
| DataDefinitionInterface::getDescription | function | core/ |
Returns a human readable description. |
| DataDefinitionInterface::getLabel | function | core/ |
Returns a human readable label. |
| DataDefinitionInterface::getSetting | function | core/ |
Returns the value of a given setting. |
| DataDefinitionInterface::getSettings | function | core/ |
Returns the array of settings, as required by the used class. |
| DataDefinitionInterface::isComputed | function | core/ |
Determines whether the data value is computed. |
| DataDefinitionInterface::isInternal | function | core/ |
Determines whether the data value is internal. |
| DataDefinitionInterface::isList | function | core/ |
Returns whether the data is multi-valued, i.e. a list of data items. |
| DataDefinitionInterface::isReadOnly | function | core/ |
Determines whether the data is read-only. |
| DataDefinitionInterface::isRequired | function | core/ |
Determines whether a data value is required. |
| DataFieldRow::init | function | core/ |
Initialize the plugin. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.