BreakpointManager::processDefinition

public BreakpointManager::processDefinition(&$definition, $plugin_id) Performs extra processing on plugin definitions. By default we add defaults for the type to the definition. If a type has additional processing logic they can do that by replacing or extending the method. Overrides DefaultPluginManager::processDefinition File core/modules/breakpoint/src/BreakpointManager.php, line 126 Class BreakpointManager Defines a breakpoint plugin manager to deal with breakpoints. Namespace D

locale-translation-last-check.html.twig

Default theme implementation for the last time we checked for update data. Available variables: last_checked: Whether or not locale updates have been checked before. time: The formatted time ago when the site last checked for available updates. link: A link to manually check available updates. See also template_preprocess_locale_translation_last_check() File core/modules/locale/templates/locale-translation-last-check.html.twig Related topics Theme system overview Functions and template

ImageStyleEditForm::$imageEffectManager

The image effect manager service. Type: \Drupal\image\ImageEffectManager File core/modules/image/src/Form/ImageStyleEditForm.php, line 22 Class ImageStyleEditForm Controller for image style edit form. Namespace Drupal\image\Form Code protected $imageEffectManager;

BlockContentType::getDescription

public BlockContentType::getDescription() Returns the description of the block type. Return value string The description of the type of this block. Overrides BlockContentTypeInterface::getDescription File core/modules/block_content/src/Entity/BlockContentType.php, line 76 Class BlockContentType Defines the custom block type entity. Namespace Drupal\block_content\Entity Code public function getDescription() { return $this->description; }

forum_form_taxonomy_vocabulary_form_alter

forum_form_taxonomy_vocabulary_form_alter(&$form, FormStateInterface $form_state, $form_id) Implements hook_form_BASE_FORM_ID_alter() for \Drupal\taxonomy\VocabularyForm. File core/modules/forum/forum.module, line 288 Provides discussion forums. Code function forum_form_taxonomy_vocabulary_form_alter(&$form, FormStateInterface $form_state, $form_id) { $vid = \Drupal::config('forum.settings')->get('vocabulary'); $vocabulary = $form_state->getFormObject()->getEntity(); if

Select::getOrderBy

public &Select::getOrderBy() Returns a reference to the order by array for this query. Because this method returns by reference, alter hooks may edit the order-by array directly to make their changes. If just adding additional ordering fields, however, the use of orderBy() is preferred. Note that this method must be called by reference as well: $fields =& $query->getOrderBy(); Return value A reference to the expression array structure. Overrides SelectInterface::getOrderBy File cor

rdf_entity_prepare_view

rdf_entity_prepare_view($entity_type, array $entities, array $displays) Implements hook_entity_prepare_view(). File core/modules/rdf/rdf.module, line 208 Enables semantically enriched output for Drupal sites in the form of RDFa. Code function rdf_entity_prepare_view($entity_type, array $entities, array $displays) { // Iterate over the RDF mappings for each entity and prepare the RDFa // attributes to be added inside field formatters. foreach ($entities as $entity) { $mapping = rdf_g

TypedConfigManager::hasConfigSchema

public TypedConfigManager::hasConfigSchema($name) Checks if the configuration schema with the given config name exists. Parameters string $name: Configuration name. Return value bool TRUE if configuration schema exists, FALSE otherwise. Overrides TypedConfigManagerInterface::hasConfigSchema File core/lib/Drupal/Core/Config/TypedConfigManager.php, line 349 Class TypedConfigManager Manages config schema type plugins. Namespace Drupal\Core\Config Code public function hasConfigSchema($na

ActionListBuilder::$actionManager

The action plugin manager. Type: \Drupal\Core\Action\ActionManager File core/modules/action/src/ActionListBuilder.php, line 30 Class ActionListBuilder Defines a class to build a listing of action entities. Namespace Drupal\action Code protected $actionManager;

PathMatcher::matchPath

public PathMatcher::matchPath($path, $patterns) Checks if a path matches any pattern in a set of patterns. Parameters string $path: The path to match. string $patterns: A set of patterns separated by a newline. Return value bool TRUE if the path matches a pattern, FALSE otherwise. Overrides PathMatcherInterface::matchPath File core/lib/Drupal/Core/Path/PathMatcher.php, line 65 Class PathMatcher Provides a path matcher. Namespace Drupal\Core\Path Code public function matchPath($path,