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 |
|---|---|---|---|
| SourceEditingRedundantTagsConstraintValidator::tagHasAttributeRestrictions | function | core/ |
Inspects whether the given tag has attribute restrictions. |
| SourceEditingRedundantTagsConstraintValidator::validate | function | core/ |
|
| SourceEditingTest | class | core/ |
@coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing[[api-linebreak]] @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getCKEditor5PluginConfig()[[api-linebreak]] @group ckeditor5 @internal |
| SourceEditingTest.php | file | core/ |
|
| SourceEditingTest::$adminUser | property | core/ |
The user to use during testing. |
| SourceEditingTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SourceEditingTest::$host | property | core/ |
A host entity with a body field whose text to edit with CKEditor 5. |
| SourceEditingTest::$modules | property | core/ |
Modules to enable. |
| SourceEditingTest::providerAllowingExtraAttributes | function | core/ |
Data provider for ::testAllowingExtraAttributes(). |
| SourceEditingTest::setUp | function | core/ |
|
| SourceEditingTest::testAllowingExtraAttributes | function | core/ |
Tests allowing extra attributes on already supported tags using GHS. |
| SourceEditingTest::testSourceEditingSettingsForm | function | core/ |
@covers \Drupal\ckeditor5\Plugin\CKEditor5Plugin\SourceEditing::buildConfigurationForm[[api-linebreak]] |
| SourcePluginBase | class | core/ |
The base class for source plugins. |
| SourcePluginBase.php | file | core/ |
|
| SourcePluginBase::$cache | property | core/ |
The backend cache. |
| SourcePluginBase::$cacheCounts | property | core/ |
Whether this instance should cache the source count. |
| SourcePluginBase::$cacheKey | property | core/ |
Key to use for caching counts. |
| SourcePluginBase::$currentRow | property | core/ |
The current row from the query. |
| SourcePluginBase::$currentSourceIds | property | core/ |
The primary key of the current row. |
| SourcePluginBase::$highWaterProperty | property | core/ |
Information on the property used as the high-water mark. |
| SourcePluginBase::$highWaterStorage | property | core/ |
The key-value storage for the high-water value. |
| SourcePluginBase::$idMap | property | core/ |
The migration ID map. |
| SourcePluginBase::$iterator | property | core/ |
The iterator to iterate over the source rows. |
| SourcePluginBase::$mapRowAdded | property | core/ |
Flags whether source plugin will read the map row and add to data row. |
| SourcePluginBase::$migration | property | core/ |
The entity migration object. |
| SourcePluginBase::$moduleHandler | property | core/ |
The module handler service. |
| SourcePluginBase::$originalHighWater | property | core/ |
The high water mark at the beginning of the import operation. |
| SourcePluginBase::$skipCount | property | core/ |
Whether this instance should not attempt to count the source. |
| SourcePluginBase::$trackChanges | property | core/ |
Flags whether to track changes to incoming data. |
| SourcePluginBase::aboveHighWater | function | core/ |
Check if the incoming data is newer than what we've previously imported. |
| SourcePluginBase::count | function | core/ |
Gets the source count. |
| SourcePluginBase::current | function | core/ |
#[\ReturnTypeWillChange] |
| SourcePluginBase::doCount | function | core/ |
Gets the source count. |
| SourcePluginBase::fetchNextRow | function | core/ |
Position the iterator to the following row. |
| SourcePluginBase::getCache | function | core/ |
Gets the cache object. |
| SourcePluginBase::getCurrentIds | function | core/ |
Gets the currentSourceIds data member. |
| SourcePluginBase::getHighWater | function | core/ |
The current value of the high water mark. |
| SourcePluginBase::getHighWaterField | function | core/ |
Get the name of the field used as the high watermark. |
| SourcePluginBase::getHighWaterProperty | function | core/ |
Get information on the property used as the high watermark. |
| 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::getModuleHandler | function | core/ |
Gets the module handler. |
| SourcePluginBase::getSourceModule | function | core/ |
Gets the source module providing the source data. |
| SourcePluginBase::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
| SourcePluginBase::key | function | core/ |
Gets the iterator key. |
| SourcePluginBase::next | function | core/ |
#[\ReturnTypeWillChange] |
| SourcePluginBase::postRollback | function | core/ |
Performs post-rollback tasks. |
| SourcePluginBase::prepareRow | function | core/ |
Adds additional data to the row. |
| SourcePluginBase::preRollback | function | core/ |
Performs pre-rollback tasks. |
| SourcePluginBase::rewind | function | core/ |
Rewinds the iterator. |
Pagination
- Previous page
- Page 1155
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.