interface ResourceFieldDbColumnInterface in RESTful 7.2
Hierarchy
- interface \Drupal\restful\Plugin\resource\Field\ResourceFieldInterface
- interface \Drupal\restful\Plugin\resource\Field\ResourceFieldDbColumnInterface
Expanded class hierarchy of ResourceFieldDbColumnInterface
All classes that implement ResourceFieldDbColumnInterface
1 file declares its use of ResourceFieldDbColumnInterface
- DataProviderDbQuery.php in src/
Plugin/ resource/ DataProvider/ DataProviderDbQuery.php - Contains \Drupal\restful\Plugin\resource\DataProvider\DataProviderDbQuery.
File
- src/
Plugin/ resource/ Field/ ResourceFieldDbColumnInterface.php, line 10 - Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldDbColumnInterface.
Namespace
Drupal\restful\Plugin\resource\FieldView source
interface ResourceFieldDbColumnInterface extends ResourceFieldInterface {
/**
* Gets the column for the query.
*
* @return string
* The name of the column.
*/
public function getColumnForQuery();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ResourceFieldDbColumnInterface:: |
public | function | Gets the column for the query. | 1 |
ResourceFieldInterface:: |
public | function | Check access on property by the defined access callbacks. | 3 |
ResourceFieldInterface:: |
public | function | Adds the default values to the definitions array. | 3 |
ResourceFieldInterface:: |
public | function | Add metadata to the field. | 3 |
ResourceFieldInterface:: |
public | function | Fetches the embedded identifier(s) for the current resource field, if any. | 3 |
ResourceFieldInterface:: |
public static | function | Factory. | 3 |
ResourceFieldInterface:: |
public | function | Executes the process callbacks. | 3 |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | Gets the cardinality of the wrapped field. | 3 |
ResourceFieldInterface:: |
public | function | Gets the original field definition as declared in Resource::publicFields(). | 3 |
ResourceFieldInterface:: |
public | function | Add metadata to the field. | 3 |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | Gets the public field info object. | 3 |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | Get the request in the data provider. | 3 |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | Gets the ID of the resource field. | 3 |
ResourceFieldInterface:: |
public static | function | Helper method to determine if an array is numeric. | 3 |
ResourceFieldInterface:: |
public | function | Checks if the current field is computed. | 3 |
ResourceFieldInterface:: |
public | function | Gets the value of a field and applies all process callbacks to it. | 3 |
ResourceFieldInterface:: |
public | function | Gets the value for the field given a data source. | 3 |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | Set the cardinality. | 3 |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | Gets the public field info object. | 3 |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | Set the request. | 3 |
ResourceFieldInterface:: |
public | function | 3 | |
ResourceFieldInterface:: |
public | function | Gets the value for the field given a data source. | 3 |