Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| DataEntityRow | class | core/ |
Plugin which displays entities as raw data. |
| DataEntityRow.php | file | core/ |
|
| DataEntityRow::$deprecatedProperties | property | core/ |
|
| DataEntityRow::$entityDisplayRepository | property | core/ |
The entity display repository. |
| DataEntityRow::$entityRepository | property | core/ |
The entity repository service. |
| DataEntityRow::$entityType | property | core/ |
Contains the entity type of this row plugin instance. |
| DataEntityRow::$entityTypeManager | property | core/ |
The entity type manager. |
| DataEntityRow::$languageManager | property | core/ |
The language manager. |
| DataEntityRow::$usesOptions | property | core/ |
Denotes whether the plugin has an additional options form. |
| DataEntityRow::create | function | core/ |
Creates an instance of the plugin. |
| DataEntityRow::getEntityManager | function | core/ |
|
| DataEntityRow::getEntityRepository | function | core/ |
Returns the entity repository. |
| DataEntityRow::getEntityTypeId | function | core/ |
Returns the entity type identifier. |
| DataEntityRow::getEntityTypeManager | function | core/ |
Returns the entity type manager. |
| DataEntityRow::getLanguageManager | function | core/ |
Returns the language manager. |
| DataEntityRow::getView | function | core/ |
Returns the top object of a view. |
| DataEntityRow::query | function | core/ |
Add anything to the query that we might need to. |
| DataEntityRow::render | function | core/ |
Render a row object. This usually passes through to a theme template of some form, but not always. |
| DataEntityRow::__construct | function | core/ |
Constructs a new DataEntityRow object. |
| DataFieldRow | class | core/ |
Plugin which displays fields as raw data. |
| DataFieldRow.php | file | core/ |
|
| DataFieldRow::$rawOutputOptions | property | core/ |
Stores an array of options to determine if the raw field output is used. |
| DataFieldRow::$replacementAliases | property | core/ |
Stores an array of prepared field aliases from options. |
| DataFieldRow::$usesFields | property | core/ |
Does the row plugin support to add fields to its output. |
| DataFieldRow::buildOptionsForm | function | core/ |
Provide a form for setting options. |
| DataFieldRow::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| DataFieldRow::extractFromOptionsArray | function | core/ |
Extracts a set of option values from a nested options array. |
| DataFieldRow::getFieldKeyAlias | function | core/ |
Return an alias for a field ID, as set in the options form. |
| DataFieldRow::init | function | core/ |
Initialize the plugin. |
| DataFieldRow::render | function | core/ |
Render a row object. This usually passes through to a theme template of some form, but not always. |
| DataFieldRow::validateAliasName | function | core/ |
Form element validation handler for \Drupal\rest\Plugin\views\row\DataFieldRow::buildOptionsForm(). |
| DataFieldRow::validateOptionsForm | function | core/ |
Validate the options form. |
| DataNormalizer | class | core/ |
Normalizes JSON:API Data objects. |
| DataNormalizer.php | file | core/ |
|
| DataNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| DataNormalizer::normalize | function | core/ |
|
| DataReferenceBase | class | core/ |
Base class for typed data references. |
| DataReferenceBase.php | file | core/ |
|
| DataReferenceBase::$target | property | core/ |
The referenced data. |
Pagination
- Previous page
- Page 340
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.