Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityAutocompleteElementFormTest::$referencedEntities | property | core/ |
An array of entities to be referenced in this test. |
| EntityAutocompleteElementFormTest::$testAutocreateUser | property | core/ |
User for autocreate testing. |
| EntityAutocompleteElementFormTest::$testUser | property | core/ |
User for testing. |
| EntityAutocompleteElementFormTest::buildForm | function | core/ |
Form constructor. |
| EntityAutocompleteElementFormTest::getAutocompleteInput | function | core/ |
Returns an entity label in format needed by the EntityAutocomplete element. |
| EntityAutocompleteElementFormTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
| EntityAutocompleteElementFormTest::setUp | function | core/ |
|
| EntityAutocompleteElementFormTest::submitForm | function | core/ |
Form submission handler. |
| EntityAutocompleteElementFormTest::testEntityAutocompleteAccess | function | core/ |
Tests that access is properly checked by the EntityAutocomplete element. |
| EntityAutocompleteElementFormTest::testEntityAutocompleteIdInput | function | core/ |
Tests ID input is handled correctly. |
| EntityAutocompleteElementFormTest::testInvalidEntityAutocompleteElement | function | core/ |
Tests invalid entries in the EntityAutocomplete Form API element. |
| EntityAutocompleteElementFormTest::testValidEntityAutocompleteElement | function | core/ |
Tests valid entries in the EntityAutocomplete Form API element. |
| EntityAutocompleteElementFormTest::validateForm | function | core/ |
Form validation handler. |
| EntityAutocompleteMatcher::$selectionManager | property | core/ |
The entity reference selection handler plugin manager. |
| EntityAutocompleteMatcher::getMatches | function | core/ |
Gets matched labels based on a given search string. |
| EntityAutocompleteMatcher::__construct | function | core/ |
Constructs an EntityAutocompleteMatcher object. |
| EntityAutocompleteMatcherInterface::getMatches | function | core/ |
Gets matched labels based on a given search string. |
| EntityAutocompleteTest | class | core/ |
Tests the autocomplete functionality. |
| EntityAutocompleteTest.php | file | core/ |
|
| EntityAutocompleteTest::$bundle | property | core/ |
The bundle used in this test. |
| EntityAutocompleteTest::$entityType | property | core/ |
The entity type used in this test. |
| EntityAutocompleteTest::getAutocompleteResult | function | core/ |
Returns the result of an Entity reference autocomplete request. |
| EntityAutocompleteTest::testEntityReferenceAutocompletion | function | core/ |
Tests autocompletion edge cases with slashes in the names. |
| EntityAutocompleteTest::testSelectionSettingsHandling | function | core/ |
Tests that missing or invalid selection setting key are handled correctly. |
| EntityBase | class | core/ |
Defines a base entity class. |
| EntityBase.php | file | core/ |
|
| EntityBase::$enforceIsNew | property | core/ |
Boolean indicating whether the entity should be forced to be new. |
| EntityBase::$entityTypeId | property | core/ |
The entity type. |
| EntityBase::$typedData | property | core/ |
A typed data object wrapping this entity. |
| EntityBase::access | function | core/ |
Checks data value access. |
| EntityBase::bundle | function | core/ |
Gets the bundle of the entity. |
| EntityBase::create | function | core/ |
Constructs a new entity object, without permanently saving it. |
| EntityBase::createDuplicate | function | core/ |
Creates a duplicate of the entity. |
| EntityBase::delete | function | core/ |
Deletes an entity permanently. |
| EntityBase::enforceIsNew | function | core/ |
Enforces an entity to be new. |
| EntityBase::entityTypeBundleInfo | function | core/ |
Gets the entity type bundle info service. |
| EntityBase::entityTypeManager | function | core/ |
Gets the entity type manager. |
| EntityBase::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| EntityBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| EntityBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
| EntityBase::getCacheTagsToInvalidate | function | core/ |
Returns the cache tags that should be used to invalidate caches. |
| EntityBase::getConfigDependencyKey | function | core/ |
Gets the key that is used to store configuration dependencies. |
| EntityBase::getConfigDependencyName | function | core/ |
Gets the configuration dependency name. |
| EntityBase::getConfigTarget | function | core/ |
Gets the configuration target identifier for the entity. |
| EntityBase::getEntityType | function | core/ |
Gets the entity type definition. |
| EntityBase::getEntityTypeId | function | core/ |
Gets the ID of the type of the entity. |
| EntityBase::getListCacheTagsToInvalidate | function | core/ |
The list cache tags to invalidate for this entity. |
| EntityBase::getOriginalId | function | core/ |
Gets the original ID. |
| EntityBase::getTypedData | function | core/ |
Gets a typed data object for this entity object. |
| EntityBase::getTypedDataClass | function | core/ |
Returns the typed data class name for this entity. |
Pagination
- Previous page
- Page 375
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.