Search for plugin
- Search 7.x for plugin
- Search 8.9.x for plugin
- Search 10.3.x for plugin
- Search 11.x for plugin
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Plugin | class | composer/ |
Composer plugin for handling drupal scaffold. |
Plugin | class | core/ |
Defines a Plugin annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
BlockPluginInterface::access | function | core/ |
Indicates whether the block should be shown. |
BlockPluginInterface::blockForm | function | core/ |
Returns the configuration form elements specific to this block plugin. |
BlockPluginInterface::blockSubmit | function | core/ |
Adds block type-specific submission handling for the block form. |
BlockPluginInterface::blockValidate | function | core/ |
Adds block type-specific validation for the block form. |
BlockPluginInterface::BLOCK_LABEL_VISIBLE | constant | core/ |
Indicates the block label (title) should be displayed to end users. |
BlockPluginInterface::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
BlockPluginInterface::getMachineNameSuggestion | function | core/ |
Suggests a machine name to identify an instance of this block. |
BlockPluginInterface::label | function | core/ |
Returns the user-facing block label. |
BlockPluginInterface::setConfigurationValue | function | core/ |
Sets a particular value in the block settings. |
BlockPluginTrait | trait | core/ |
Provides the base implementation of a block plugin. |
BlockPluginTrait.php | file | core/ |
|
BlockPluginTrait::$inPreview | property | core/ |
Whether the plugin is being rendered in preview mode. |
BlockPluginTrait::$transliteration | property | core/ |
The transliteration service. |
BlockPluginTrait::access | function | core/ |
|
BlockPluginTrait::baseConfigurationDefaults | function | core/ |
Returns generic default configuration for block plugins. |
BlockPluginTrait::blockAccess | function | core/ |
Indicates whether the block should be shown. |
BlockPluginTrait::blockForm | function | core/ |
|
BlockPluginTrait::blockSubmit | function | core/ |
|
BlockPluginTrait::blockValidate | function | core/ |
|
BlockPluginTrait::buildConfigurationForm | function | core/ |
Creates a generic configuration form for all block types. Individual block plugins can add elements to this form by overriding BlockBase::blockForm(). Most block plugins should not override this method unless they need to alter the generic form elements. |
BlockPluginTrait::calculateDependencies | function | core/ |
|
BlockPluginTrait::defaultConfiguration | function | core/ |
|
BlockPluginTrait::getConfiguration | function | core/ |
|
BlockPluginTrait::getMachineNameSuggestion | function | core/ |
|
BlockPluginTrait::getPreviewFallbackString | function | core/ |
|
BlockPluginTrait::label | function | core/ |
|
BlockPluginTrait::setConfiguration | function | core/ |
|
BlockPluginTrait::setConfigurationValue | function | core/ |
|
BlockPluginTrait::setInPreview | function | core/ |
|
BlockPluginTrait::setTransliteration | function | core/ |
Sets the transliteration service. |
BlockPluginTrait::submitConfigurationForm | function | core/ |
Most block plugins should not override this method. To add submission handling for a specific block type, override BlockBase::blockSubmit(). |
BlockPluginTrait::transliteration | function | core/ |
Wraps the transliteration service. |
BlockPluginTrait::validateConfigurationForm | function | core/ |
Most block plugins should not override this method. To add validation for a specific block type, override BlockBase::blockValidate(). |
BlockPluginTrait::__construct | function | core/ |
|
BlockTest::$blockPlugin | property | core/ |
The views block plugin. |
book_migration_plugins_alter | function | core/ |
Implements hook_migration_plugins_alter(). |
BreakpointTest::$pluginDefinition | property | core/ |
The used plugin definition. |
BreakpointTest::$pluginId | property | core/ |
The used plugin ID. |
CachePluginBase | class | core/ |
The base plugin to handle caching. |
CachePluginBase.php | file | core/ |
|
CachePluginBase::$resultsBin | property | core/ |
Which cache bin to store query results in. |
CachePluginBase::$resultsKey | property | core/ |
Stores the cache ID used for the results cache. |
CachePluginBase::$storage | property | core/ |
Contains all data that should be written/read from cache. |
CachePluginBase::alterCacheMetadata | function | core/ |
Alters the cache metadata of a display upon saving a view. |
CachePluginBase::cacheExpire | function | core/ |
Determine the expiration time of the cache type, or NULL if no expire. |
CachePluginBase::cacheFlush | function | core/ |
Clear out cached data for a view. |
CachePluginBase::cacheGet | function | core/ |
Retrieve data from the cache. |
CachePluginBase::cacheSet | function | core/ |
Save data to the cache. |
CachePluginBase::cacheSetMaxAge | function | core/ |
Determine cache expiration time. |
CachePluginBase::generateResultsKey | function | core/ |
Calculates and sets a cache ID used for the result cache. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.