ContextualLinkInterface

Defines a contextual link plugin. Contextual links by default are in the module_name.links.contextual.yml file. These YAML files contain a list of contextual link plugin definitions, keyed by the plugin ID. Each definition must define a route_name and a group and might define title, options, and weight. See the getter methods on this interface for an explanation of each. Hierarchy interface \Drupal\Core\Menu\ContextualLinkInterface Related topics Menu system Define the navigation menus, loca

ContextualLinkInterface::getOptions

public ContextualLinkInterface::getOptions() Returns the link options passed to the link generator. Return value array An associative array of options. File core/lib/Drupal/Core/Menu/ContextualLinkInterface.php, line 58 Class ContextualLinkInterface Defines a contextual link plugin. Namespace Drupal\Core\Menu Code public function getOptions();

Analyze

Displays analysis information for a view. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\views_ui\Form\Ajax\ViewsFormBase implements ViewsFormInterfaceclass \Drupal\views_ui\Form\Ajax\Analyze File core/modules/views_ui/src/Form/Ajax/Analyze.php, line 11 Namespace Drupal\views_ui\Form

EntityFieldManager::$fieldDefinitions

Static cache of field definitions per bundle and entity type. Type: array File core/lib/Drupal/Core/Entity/EntityFieldManager.php, line 45 Class EntityFieldManager Manages the discovery of entity fields. Namespace Drupal\Core\Entity Code protected $fieldDefinitions;

ArchiverManager::__construct

public ArchiverManager::__construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, ModuleHandlerInterface $module_handler) Constructs a ArchiverManager object. Parameters \Traversable $namespaces: An object that implements \Traversable which contains the root paths keyed by the corresponding namespace to look for plugin implementations. \Drupal\Core\Cache\CacheBackendInterface $cache_backend: Cache backend instance to use. \Drupal\Core\Extension\ModuleHandlerInterface $module_

ConfigDependencyManager::updateData

public ConfigDependencyManager::updateData($name, array $dependencies) Updates one of the lightweight ConfigEntityDependency objects. Parameters $name: The configuration dependency name. array $dependencies: The configuration dependencies. The array is structured like this: array( 'config' => array( // An array of configuration entity object names. ), 'content' => array( // An array of content entity configuration dependency names. The default // format is

NativeUpsert

PostgreSQL implementation of native \Drupal\Core\Database\Query\Upsert. Hierarchy class \Drupal\Core\Database\Query\Query implements PlaceholderInterfaceclass \Drupal\Core\Database\Query\Upsert implements \Countable uses InsertTraitclass \Drupal\Core\Database\Driver\pgsql\NativeUpsert See also http://www.postgresql.org/docs/9.5/static/sql-insert.html#SQL-ON-CONFLICT File core/lib/Drupal/Core/Database/Driver/pgsql/NativeUpsert.php, line 12 Namespace Drupal\Core\Database\Driver\pgsql

EntityDefinitionUpdateManager::getFieldStorageDefinition

public EntityDefinitionUpdateManager::getFieldStorageDefinition($name, $entity_type_id) Returns a field storage definition ready to be manipulated. When needing to apply updates to existing field storage definitions, this method should always be used to retrieve a storage definition ready to be manipulated. @todo Make this return a mutable storage definition interface when we have one. See https://www.drupal.org/node/2346329. Parameters string $name: The field name. string $entity_type_id: The

Date::processDate

public static Date::processDate(&$element, FormStateInterface $form_state, &$complete_form) Processes a date form element. Parameters array $element: The form element to process. Properties used: #attributes: An associative array containing: type: The type of date field rendered. #date_date_format: The date format used in PHP formats. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. array $complete_form: The complete form structure. Return value a

Upsert::__toString

public Upsert::__toString() Implements PHP magic __toString method to convert the query to a string. The toString operation is how we compile a query object to a prepared statement. Return value string A prepared statement query string for this object. Overrides Query::__toString File core/lib/Drupal/Core/Database/Driver/pgsql/Upsert.php, line 79 Class Upsert PostgreSQL implementation of \Drupal\Core\Database\Query\Upsert. Namespace Drupal\Core\Database\Driver\pgsql Code public functi