18 calls to PluginBase::getPluginDefinition() in Zircon Profile 8
- BlockBase::buildConfigurationForm in core/
lib/ Drupal/ Core/ Block/ BlockBase.php - 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.
- BlockBase::getMachineNameSuggestion in core/
lib/ Drupal/ Core/ Block/ BlockBase.php - Suggests a machine name to identify an instance of this block.
- BlockBase::label in core/
lib/ Drupal/ Core/ Block/ BlockBase.php - Returns the user-facing block label.
- ContextAwarePluginBase::getContextDefinition in core/
lib/ Drupal/ Component/ Plugin/ ContextAwarePluginBase.php - Gets a specific context definition of the plugin.
- ContextAwarePluginBase::getContextDefinitions in core/
lib/ Drupal/ Component/ Plugin/ ContextAwarePluginBase.php - Gets the context definitions of the plugin.
- DefaultProcessor::buildConfigurationForm in core/
modules/ aggregator/ src/ Plugin/ aggregator/ processor/ DefaultProcessor.php - Form constructor.
- EntityResource::getBaseRoute in core/
modules/ rest/ src/ Plugin/ rest/ resource/ EntityResource.php - Setups the base route for all HTTP methods.
- EntityResource::patch in core/
modules/ rest/ src/ Plugin/ rest/ resource/ EntityResource.php - Responds to entity PATCH requests.
- EntityResource::post in core/
modules/ rest/ src/ Plugin/ rest/ resource/ EntityResource.php - Responds to entity POST requests and saves the new entity.
- ExecutablePluginBase::getConfigDefinition in core/
lib/ Drupal/ Core/ Executable/ ExecutablePluginBase.php - Gets the definition of a configuration option.
- ExecutablePluginBase::getConfigDefinitions in core/
lib/ Drupal/ Core/ Executable/ ExecutablePluginBase.php - Gets an array of definitions of available configuration options.
- MenuLinkContent::updateLink in core/
modules/ menu_link_content/ src/ Plugin/ Menu/ MenuLinkContent.php - Updates the definition values for a menu link.
- MenuLinkDefault::updateLink in core/
lib/ Drupal/ Core/ Menu/ MenuLinkDefault.php - Updates the definition values for a menu link.
- PluginBase::getProvider in core/
modules/ views/ src/ Plugin/ views/ PluginBase.php - Returns the plugin provider.
- ResourceBase::permissions in core/
modules/ rest/ src/ Plugin/ ResourceBase.php - Implements ResourceInterface::permissions().
- ResourceBase::routes in core/
modules/ rest/ src/ Plugin/ ResourceBase.php - Returns a collection of routes with URL path information for the resource.
- TestProcessor::buildConfigurationForm in core/
modules/ aggregator/ tests/ modules/ aggregator_test/ src/ Plugin/ aggregator/ processor/ TestProcessor.php - Form constructor.
- WidgetBase::handlesMultipleValues in core/
lib/ Drupal/ Core/ Field/ WidgetBase.php - Returns whether the widget handles multiple values.