final class OverriddenDeveloper in Apigee Edge 8
Class OverriddenDeveloper.
Hierarchy
- class \Drupal\Core\Entity\EntityBase implements EntityInterface uses RefinableCacheableDependencyTrait, DependencySerializationTrait
- class \Drupal\apigee_edge\Entity\EdgeEntityBase implements EdgeEntityInterface
- class \Drupal\apigee_edge\Entity\Developer implements DeveloperInterface
- class \Drupal\apigee_edge_test\Entity\OverriddenDeveloper
- class \Drupal\apigee_edge\Entity\Developer implements DeveloperInterface
- class \Drupal\apigee_edge\Entity\EdgeEntityBase implements EdgeEntityInterface
Expanded class hierarchy of OverriddenDeveloper
1 file declares its use of OverriddenDeveloper
- apigee_edge_test.module in tests/
modules/ apigee_edge_test/ apigee_edge_test.module - Copyright 2018 Google Inc.
File
- tests/
modules/ apigee_edge_test/ src/ Entity/ OverriddenDeveloper.php, line 27
Namespace
Drupal\apigee_edge_test\EntityView source
final class OverriddenDeveloper extends Developer {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
CacheableDependencyTrait:: |
protected | property | Cache contexts. | |
CacheableDependencyTrait:: |
protected | property | Cache max-age. | |
CacheableDependencyTrait:: |
protected | property | Cache tags. | |
CacheableDependencyTrait:: |
protected | function | Sets cacheability; useful for value object constructors. | |
DependencySerializationTrait:: |
protected | property | An array of entity type IDs keyed by the property name of their storages. | |
DependencySerializationTrait:: |
protected | property | An array of service IDs keyed by property name used for serialization. | |
DependencySerializationTrait:: |
public | function | Aliased as: traitSleep | 1 |
DependencySerializationTrait:: |
public | function | 2 | |
Developer:: |
protected | property | Caches company names. | |
Developer:: |
protected | property |
The decorated SDK entity. Overrides EdgeEntityBase:: |
|
Developer:: |
protected | property | The cached Drupal UID. | |
Developer:: |
protected | property | The original email address of the developer. | |
Developer:: |
constant | Developer already exists error code. | ||
Developer:: |
constant | Developer does not exists error code. | ||
Developer:: |
constant | Resource name in the url doesnot match with the name in the request payload. | ||
Developer:: |
protected static | function |
The FQCN of the decorated class from the PHP API Client. Overrides EdgeEntityBase:: |
|
Developer:: |
public | function | ||
Developer:: |
protected | function |
Return the entity id used in Drupal. Overrides EdgeEntityBase:: |
|
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function |
Returns the original (unmodified) email address of a developer. Overrides DeveloperInterface:: |
|
Developer:: |
public | function |
Returns the entity owner's user entity. Overrides EntityOwnerInterface:: |
|
Developer:: |
public | function |
Returns the entity owner's user ID. Overrides EntityOwnerInterface:: |
|
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function |
We have to override this to make it compatible with the SDK's
entity interface that has return type hint. Overrides EdgeEntityBase:: |
|
Developer:: |
public static | function | ||
Developer:: |
public | function |
Gets the label of the entity. Overrides EdgeEntityBase:: |
|
Developer:: |
public static | function |
Acts on deleted entities before the delete hook is invoked. Overrides EntityBase:: |
|
Developer:: |
public | function |
Resets the original email. Overrides DeveloperInterface:: |
|
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function | ||
Developer:: |
public | function |
Sets the entity owner's user entity. Overrides EntityOwnerInterface:: |
|
Developer:: |
public | function |
Sets the entity owner's user ID. Overrides EntityOwnerInterface:: |
|
Developer:: |
public | function |
Set status of the developer. Overrides DeveloperInterface:: |
|
Developer:: |
public | function | ||
Developer:: |
public static | function |
Returns all unique ids how an entity can be referenced in Apigee Edge. Overrides EdgeEntityBase:: |
|
Developer:: |
public | function |
Gets the entity UUID (Universally Unique Identifier). Overrides EntityBase:: |
|
Developer:: |
public | function |
Developer constructor. Overrides EdgeEntityBase:: |
|
EdgeEntityBase:: |
public static | function |
Creates a Drupal entity from an SDK Entity. Overrides EdgeEntityInterface:: |
|
EdgeEntityBase:: |
public | function |
Returns the decorated SDK entity. Overrides EdgeEntityInterface:: |
2 |
EdgeEntityBase:: |
public | function | ||
EdgeEntityBase:: |
public | function | ||
EdgeEntityBase:: |
public | function | ||
EdgeEntityBase:: |
public | function |
List of unique ids how an entity can be referenced in Apigee Edge. Overrides EdgeEntityInterface:: |
|
EntityBase:: |
protected | property | Boolean indicating whether the entity should be forced to be new. | |
EntityBase:: |
protected | property | The entity type. | |
EntityBase:: |
protected | property | A typed data object wrapping this entity. | |
EntityBase:: |
public | function |
Checks data value access. Overrides AccessibleInterface:: |
1 |
EntityBase:: |
public | function |
Gets the bundle of the entity. Overrides EntityInterface:: |
1 |
EntityBase:: |
public static | function |
Constructs a new entity object, without permanently saving it. Overrides EntityInterface:: |
|
EntityBase:: |
public | function |
Creates a duplicate of the entity. Overrides EntityInterface:: |
2 |
EntityBase:: |
public | function |
Deletes an entity permanently. Overrides EntityInterface:: |
2 |
EntityBase:: |
public | function |
Enforces an entity to be new. Overrides EntityInterface:: |
|
EntityBase:: |
protected | function | Gets the entity manager. | |
EntityBase:: |
protected | function | Gets the entity type bundle info service. | |
EntityBase:: |
protected | function | Gets the entity type manager. | |
EntityBase:: |
public | function |
The cache contexts associated with this object. Overrides CacheableDependencyTrait:: |
|
EntityBase:: |
public | function |
The maximum age for which this object may be cached. Overrides CacheableDependencyTrait:: |
|
EntityBase:: |
public | function |
The cache tags associated with this object. Overrides CacheableDependencyTrait:: |
|
EntityBase:: |
public | function |
Returns the cache tags that should be used to invalidate caches. Overrides EntityInterface:: |
2 |
EntityBase:: |
public | function |
Gets the key that is used to store configuration dependencies. Overrides EntityInterface:: |
|
EntityBase:: |
public | function |
Gets the configuration dependency name. Overrides EntityInterface:: |
1 |
EntityBase:: |
public | function |
Gets the configuration target identifier for the entity. Overrides EntityInterface:: |
1 |
EntityBase:: |
public | function |
Gets the entity type definition. Overrides EntityInterface:: |
|
EntityBase:: |
public | function |
Gets the ID of the type of the entity. Overrides EntityInterface:: |
|
EntityBase:: |
protected | function | The list cache tags to invalidate for this entity. | |
EntityBase:: |
public | function |
Gets the original ID. Overrides EntityInterface:: |
1 |
EntityBase:: |
public | function |
Gets a typed data object for this entity object. Overrides EntityInterface:: |
|
EntityBase:: |
public | function |
Indicates if a link template exists for a given key. Overrides EntityInterface:: |
|
EntityBase:: |
protected static | function | Invalidates an entity's cache tags upon delete. | 1 |
EntityBase:: |
protected | function | Invalidates an entity's cache tags upon save. | 1 |
EntityBase:: |
public | function |
Determines whether the entity is new. Overrides EntityInterface:: |
2 |
EntityBase:: |
public | function |
Gets the language of the entity. Overrides EntityInterface:: |
1 |
EntityBase:: |
protected | function | Gets the language manager. | |
EntityBase:: |
public | function |
Deprecated way of generating a link to the entity. See toLink(). Overrides EntityInterface:: |
1 |
EntityBase:: |
protected | function | Gets an array link templates. | 1 |
EntityBase:: |
public static | function |
Loads an entity. Overrides EntityInterface:: |
|
EntityBase:: |
public static | function |
Loads one or more entities. Overrides EntityInterface:: |
|
EntityBase:: |
public | function |
Acts on a created entity before hooks are invoked. Overrides EntityInterface:: |
4 |
EntityBase:: |
public static | function |
Acts on loaded entities. Overrides EntityInterface:: |
2 |
EntityBase:: |
public | function |
Acts on a saved entity before the insert or update hook is invoked. Overrides EntityInterface:: |
14 |
EntityBase:: |
public static | function |
Changes the values of an entity before it is created. Overrides EntityInterface:: |
5 |
EntityBase:: |
public static | function |
Acts on entities before they are deleted and before hooks are invoked. Overrides EntityInterface:: |
4 |
EntityBase:: |
public | function |
Acts on an entity before the presave hook is invoked. Overrides EntityInterface:: |
2 |
EntityBase:: |
public | function |
Gets a list of entities referenced by this entity. Overrides EntityInterface:: |
1 |
EntityBase:: |
public | function |
Saves an entity permanently. Overrides EntityInterface:: |
3 |
EntityBase:: |
public | function |
Sets the original ID. Overrides EntityInterface:: |
1 |
EntityBase:: |
public | function |
Gets an array of all property values. Overrides EntityInterface:: |
2 |
EntityBase:: |
public | function |
Generates the HTML for a link to this entity. Overrides EntityInterface:: |
|
EntityBase:: |
public | function |
Gets the URL object for the entity. Overrides EntityInterface:: |
2 |
EntityBase:: |
public | function |
Gets a list of URI relationships supported by this entity. Overrides EntityInterface:: |
|
EntityBase:: |
public | function |
Gets the public URL for this entity. Overrides EntityInterface:: |
2 |
EntityBase:: |
public | function |
Gets the URL object for the entity. Overrides EntityInterface:: |
1 |
EntityBase:: |
protected | function | Gets an array of placeholders for this entity. | 2 |
EntityBase:: |
protected | function | Gets the UUID generator. | |
EntityBase:: |
public | function | 2 | |
RefinableCacheableDependencyTrait:: |
public | function | 1 | |
RefinableCacheableDependencyTrait:: |
public | function | ||
RefinableCacheableDependencyTrait:: |
public | function | ||
RefinableCacheableDependencyTrait:: |
public | function |