Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
DataDefinitionInterface::getConstraints function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Returns an array of validation constraints.
DataDefinitionInterface::getDataType function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Returns the data type of the data.
DataDefinitionInterface::getDescription function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Returns a human readable description.
DataDefinitionInterface::getLabel function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Returns a human readable label.
DataDefinitionInterface::getSetting function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Returns the value of a given setting.
DataDefinitionInterface::getSettings function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Returns the array of settings, as required by the used class.
DataDefinitionInterface::isComputed function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Determines whether the data value is computed.
DataDefinitionInterface::isInternal function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Determines whether the data value is internal.
DataDefinitionInterface::isList function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Returns whether the data is multi-valued, i.e. a list of data items.
DataDefinitionInterface::isReadOnly function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Determines whether the data is read-only.
DataDefinitionInterface::isRequired function core/lib/Drupal/Core/TypedData/DataDefinitionInterface.php Determines whether a data value is required.
DataEntityRow class core/modules/rest/src/Plugin/views/row/DataEntityRow.php Plugin which displays entities as raw data.
DataEntityRow.php file core/modules/rest/src/Plugin/views/row/DataEntityRow.php
DataEntityRow::$deprecatedProperties property core/modules/rest/src/Plugin/views/row/DataEntityRow.php
DataEntityRow::$entityDisplayRepository property core/modules/rest/src/Plugin/views/row/DataEntityRow.php The entity display repository.
DataEntityRow::$entityRepository property core/modules/rest/src/Plugin/views/row/DataEntityRow.php The entity repository service.
DataEntityRow::$entityType property core/modules/rest/src/Plugin/views/row/DataEntityRow.php Contains the entity type of this row plugin instance.
DataEntityRow::$entityTypeManager property core/modules/rest/src/Plugin/views/row/DataEntityRow.php The entity type manager.
DataEntityRow::$languageManager property core/modules/rest/src/Plugin/views/row/DataEntityRow.php The language manager.
DataEntityRow::$usesOptions property core/modules/rest/src/Plugin/views/row/DataEntityRow.php Denotes whether the plugin has an additional options form.
DataEntityRow::create function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Creates an instance of the plugin.
DataEntityRow::getEntityManager function core/modules/rest/src/Plugin/views/row/DataEntityRow.php
DataEntityRow::getEntityRepository function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the entity repository.
DataEntityRow::getEntityTypeId function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the entity type identifier.
DataEntityRow::getEntityTypeManager function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the entity type manager.
DataEntityRow::getLanguageManager function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the language manager.
DataEntityRow::getView function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the top object of a view.
DataEntityRow::query function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Add anything to the query that we might need to.
DataEntityRow::render function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Render a row object. This usually passes through to a theme template
of some form, but not always.
DataEntityRow::__construct function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Constructs a new DataEntityRow object.
DataFieldRow class core/modules/rest/src/Plugin/views/row/DataFieldRow.php Plugin which displays fields as raw data.
DataFieldRow.php file core/modules/rest/src/Plugin/views/row/DataFieldRow.php
DataFieldRow::$rawOutputOptions property core/modules/rest/src/Plugin/views/row/DataFieldRow.php Stores an array of options to determine if the raw field output is used.
DataFieldRow::$replacementAliases property core/modules/rest/src/Plugin/views/row/DataFieldRow.php Stores an array of prepared field aliases from options.
DataFieldRow::$usesFields property core/modules/rest/src/Plugin/views/row/DataFieldRow.php Does the row plugin support to add fields to its output.
DataFieldRow::buildOptionsForm function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Provide a form for setting options.
DataFieldRow::defineOptions function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Information about options for all kinds of purposes will be held here.
DataFieldRow::extractFromOptionsArray function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Extracts a set of option values from a nested options array.
DataFieldRow::getFieldKeyAlias function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Return an alias for a field ID, as set in the options form.
DataFieldRow::init function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Initialize the plugin.
DataFieldRow::render function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Render a row object. This usually passes through to a theme template
of some form, but not always.
DataFieldRow::validateAliasName function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Form element validation handler for \Drupal\rest\Plugin\views\row\DataFieldRow::buildOptionsForm().
DataFieldRow::validateOptionsForm function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Validate the options form.
DataNormalizer class core/modules/jsonapi/src/Normalizer/DataNormalizer.php Normalizes JSON:API Data objects.
DataNormalizer.php file core/modules/jsonapi/src/Normalizer/DataNormalizer.php
DataNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/DataNormalizer.php The interface or class that this Normalizer supports.
DataNormalizer::normalize function core/modules/jsonapi/src/Normalizer/DataNormalizer.php
DataReferenceBase class core/lib/Drupal/Core/TypedData/DataReferenceBase.php Base class for typed data references.
DataReferenceBase.php file core/lib/Drupal/Core/TypedData/DataReferenceBase.php
DataReferenceBase::$target property core/lib/Drupal/Core/TypedData/DataReferenceBase.php The referenced data.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.