Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| ManageGitIgnoreTest::testAppendToEmptySettingsIsUnmanaged | function | core/ |
Test appending to an unmanaged file, and confirm it is not .gitignored. |
| ManageGitIgnoreTest::testUnmanagedGitIgnoreWhenDisabled | function | core/ |
Tests scaffold command does not manage the .gitignore file when disabled. |
| Mapping::render | function | core/ |
Overrides Drupal\views\Plugin\views\style\StylePluginBase::render(). |
| Markup::render | function | core/ |
Renders the field. |
| MediaAccessTest::testReferencedRendering | function | core/ |
Tests access for embedded medias. |
| MediaEmbed::$recursiveRenderDepth | property | core/ |
An array of counters for the recursive rendering protection. |
| MediaEmbed::$renderer | property | core/ |
The renderer. |
| MediaEmbed::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| MediaEmbed::renderIntoDomNode | function | core/ |
Renders the given render array into the given DOM node. |
| MediaEmbed::renderMedia | function | core/ |
Builds the render array for the given media entity in the given langcode. |
| MediaEmbed::renderMissingMediaIndicator | function | core/ |
Builds the render array for the indicator when media cannot be loaded. |
| MediaFilterController::$renderer | property | core/ |
The renderer service. |
| MediaLibrarySelectForm::render | function | core/ |
Renders the field. |
| MediaLibraryWidget::preRenderWidget | function | core/ |
Prepares the widget's render element for rendering. |
| MediaSourceBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| MediaThumbnailFormatter::$renderer | property | core/ |
The renderer service. |
| MediaTypeListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
| MediaUiFunctionalTest::testRenderedEntityReferencedMedia | function | core/ |
Test that media in ER fields use the Rendered Entity formatter by default. |
| media_library_views_post_render | function | core/ |
Implements hook_views_post_render(). |
| media_library_views_pre_render | function | core/ |
Implements hook_views_pre_render(). |
| MemoryBackend | class | core/ |
Defines the memory flood backend. This is used for testing. |
| MemoryBackend | class | core/ |
Defines a memory cache implementation. |
| MemoryBackend.php | file | core/ |
|
| MemoryBackend.php | file | core/ |
|
| MemoryBackend::$cache | property | core/ |
Array to store cache objects. |
| MemoryBackend::$events | property | core/ |
An array holding flood events, keyed by event name and identifier. |
| MemoryBackend::$requestStack | property | core/ |
The request stack. |
| MemoryBackend::clear | function | core/ |
Makes the flood control mechanism forget an event for the current visitor. |
| MemoryBackend::delete | function | core/ |
Deletes an item from the cache. |
| MemoryBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| MemoryBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| MemoryBackend::garbageCollection | function | core/ |
Cleans up expired flood events. This method is called automatically on cron run. |
| MemoryBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| MemoryBackend::get | function | core/ |
Returns data from the persistent cache. |
| MemoryBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| MemoryBackend::getRequestTime | function | core/ |
Wrapper method for REQUEST_TIME constant. |
| MemoryBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
| MemoryBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| MemoryBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| MemoryBackend::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| MemoryBackend::isAllowed | function | core/ |
Checks whether a user is allowed to proceed with the specified event. |
| MemoryBackend::prepareItem | function | core/ |
Prepares a cached item. |
| MemoryBackend::register | function | core/ |
Registers an event for the current visitor to the flood control mechanism. |
| MemoryBackend::removeBin | function | core/ |
Remove a cache bin. |
| MemoryBackend::reset | function | core/ |
Reset statically cached variables. |
| MemoryBackend::set | function | core/ |
Stores data in the persistent cache. |
| MemoryBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| MemoryBackend::__construct | function | core/ |
Construct the MemoryBackend. |
| MemoryBackend::__sleep | function | core/ |
Prevents data stored in memory backends from being serialized. |
| MemoryBackendFactory | class | core/ |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.