Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| SomeAnnotationClassNameWithoutConstructor::$name | property | core/ |
|
| SomeAnnotationClassNameWithoutConstructorAndProperties | class | core/ |
|
| SomeAnnotationWithConstructorWithoutParams | class | core/ |
|
| SomeAnnotationWithConstructorWithoutParams::$data | property | core/ |
|
| SomeAnnotationWithConstructorWithoutParams::$name | property | core/ |
|
| SomeAnnotationWithConstructorWithoutParams::__construct | function | core/ |
|
| SortableTestTrait::sortableTo | function | core/ |
Simulates a drag on an element from one container to another. |
| SortPluginBase::showExposeButton | function | core/ |
Shortcut to display the expose/hide button. |
| SortPluginBase::sortOptions | function | core/ |
Provide a list of options for the default sort form. |
| SortPluginBase::submitOptionsForm | function | core/ |
Simple submit handler. |
| SourceEditingPreventSelfXssConstraintValidator | class | core/ |
Ensures Source Editing cannot be configured to allow self-XSS. |
| SourceEditingPreventSelfXssConstraintValidator.php | file | core/ |
|
| SourceEditingPreventSelfXssConstraintValidator::getRegExForWildCardAttributeName | function | core/ |
Computes a regular expression for matching a wildcard attribute name. |
| SourceEditingPreventSelfXssConstraintValidator::isWildcardAttributeName | function | core/ |
Checks whether the given attribute name contains a wildcard, e.g. `data-*`. |
| SourceEditingPreventSelfXssConstraintValidator::validate | function | core/ |
|
| SourceEditingRedundantTagsConstraintValidator | class | core/ |
Ensures tags already available via plugin are not be added to Source Editing. |
| SourceEditingRedundantTagsConstraintValidator.php | file | core/ |
|
| SourceEditingRedundantTagsConstraintValidator::pluginsSupplyingTagsMessage | function | core/ |
Creates a message listing plugins and the overlapping tags they provide. |
| SourceEditingRedundantTagsConstraintValidator::tagHasAttributeRestrictions | function | core/ |
Inspects whether the given tag has attribute restrictions. |
| SourceEditingRedundantTagsConstraintValidator::validate | function | core/ |
|
| SourcePluginBase::$highWaterStorage | property | core/ |
The key-value storage for the high-water value. |
| SourcePluginBase::$iterator | property | core/ |
The iterator to iterate over the source rows. |
| SourcePluginBase::getHighWaterStorage | function | core/ |
Get the high water storage object. |
| SourcePluginBase::getIterator | function | core/ |
Returns the iterator that will yield the row arrays to be processed. |
| SourcePluginBase::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
| SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingInvalidVariables | function | core/ |
Provides a list of routes with invalid route variables. |
| SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingValidVariables | function | core/ |
Provides a list of routes with valid route variables. |
| SpecialAttributesRouteSubscriberTest::testOnRouteBuildingInvalidVariables | function | core/ |
Tests the onAlterRoutes method for invalid variables. |
| SpecialAttributesRouteSubscriberTest::testOnRouteBuildingValidVariables | function | core/ |
Tests the onAlterRoutes method for valid variables. |
| Sql::$getCountOptimized | property | core/ |
Should this query be optimized for counts, for example no sorts. |
| Sql::assignEntitiesToResult | function | core/ |
Sets entities onto the view result row objects. |
| Sql::submitOptionsForm | function | core/ |
Special submit handling. |
| SqlBase::getPagerTotal | function | core/ |
|
| SqlBase::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
| SqlBase::__toString | function | core/ |
Prints the query string when the object is used as a string. |
| SqlContentEntityStorage | class | core/ |
A content entity database storage implementation. |
| SqlContentEntityStorage.php | file | core/ |
|
| SqlContentEntityStorage::$baseTable | property | core/ |
The base table of the entity. |
| SqlContentEntityStorage::$database | property | core/ |
Active database connection. |
| SqlContentEntityStorage::$dataTable | property | core/ |
The table that stores properties, if the entity has multilingual support. |
| SqlContentEntityStorage::$defaultLangcodeKey | property | core/ |
The default language entity key. |
| SqlContentEntityStorage::$entityTypeManager | property | core/ |
The entity type manager. |
| SqlContentEntityStorage::$fieldStorageDefinitions | property | core/ |
The entity type's field storage definitions. |
| SqlContentEntityStorage::$langcodeKey | property | core/ |
The entity langcode key. |
| SqlContentEntityStorage::$languageManager | property | core/ |
The language manager. |
| SqlContentEntityStorage::$revisionDataTable | property | core/ |
The table that stores revision field data if the entity supports revisions. |
| SqlContentEntityStorage::$revisionKey | property | core/ |
Name of entity's revision database table field, if it supports revisions. |
| SqlContentEntityStorage::$revisionTable | property | core/ |
The table that stores revisions, if the entity supports revisions. |
| SqlContentEntityStorage::$storageSchema | property | core/ |
The entity type's storage schema object. |
| SqlContentEntityStorage::$tableMapping | property | core/ |
The mapping of field columns to SQL tables. |
Pagination
- Previous page
- Page 201
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.