ViewsRow::$no_ui

Whether the plugin should be not selectable in the UI. If it's set to TRUE, you can still use it via the API in config files. Type: bool File core/modules/views/src/Annotation/ViewsRow.php, line 81 Class ViewsRow Defines a Plugin annotation object for views row plugins. Namespace Drupal\views\Annotation Code public $no_ui;

DatabaseBackend::$connection

The database connection. Type: \Drupal\Core\Database\Connection File core/lib/Drupal/Core/Cache/DatabaseBackend.php, line 30 Class DatabaseBackend Defines a default cache implementation. Namespace Drupal\Core\Cache Code protected $connection;

PathRootsSubscriber::onRouteAlter

public PathRootsSubscriber::onRouteAlter(RouteBuildEvent $event) Collects all path roots. Parameters \Drupal\Core\Routing\RouteBuildEvent $event: The route build event. File core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php, line 48 Class PathRootsSubscriber Provides all available first bits of all route paths. Namespace Drupal\Core\EventSubscriber Code public function onRouteAlter(RouteBuildEvent $event) { $collection = $event->getRouteCollection(); foreach ($collec

MemoryBackend::invalidateMultiple

public MemoryBackend::invalidateMultiple(array $cids) Marks cache items as invalid. Invalid items may be returned in later calls to get(), if the $allow_invalid argument is TRUE. Parameters string[] $cids: An array of cache IDs to invalidate. Overrides CacheBackendInterface::invalidateMultiple See also \Drupal\Core\Cache\CacheBackendInterface::deleteMultiple() \Drupal\Core\Cache\CacheBackendInterface::invalidate() \Drupal\Core\Cache\CacheBackendInterface::invalidateAll() File core/lib/Drupal/

ImageStyleDeleteForm::form

public ImageStyleDeleteForm::form(array $form, FormStateInterface $form_state) Gets the actual form array to be built. Overrides EntityForm::form See also \Drupal\Core\Entity\EntityForm::processForm() \Drupal\Core\Entity\EntityForm::afterBuild() File core/modules/image/src/Form/ImageStyleDeleteForm.php, line 39 Class ImageStyleDeleteForm Creates a form to delete an image style. Namespace Drupal\image\Form Code public function form(array $form, FormStateInterface $form_state) { $repl

QueryBase::hasAllTags

public QueryBase::hasAllTags() Determines if a given query has all specified tags. Parameters $tags: A variable number of arguments, one for each tag to check. Return value TRUE if this query has been marked with all specified tags, FALSE otherwise. Overrides AlterableInterface::hasAllTags File core/lib/Drupal/Core/Entity/Query/QueryBase.php, line 350 Class QueryBase The base entity query class. Namespace Drupal\Core\Entity\Query Code public function hasAllTags() { return !(boolean

ViewExecutable::$baseEntityType

The entity type of the base table, if available. Type: \Drupal\Core\Entity\EntityTypeInterface|false File core/modules/views/src/ViewExecutable.php, line 436 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $baseEntityType;

EntityTypeInfo::$entityTypeManager

The entity type manager. Type: \Drupal\Core\Entity\EntityTypeManagerInterface File core/modules/content_moderation/src/EntityTypeInfo.php, line 50 Class EntityTypeInfo Manipulates entity type information. Namespace Drupal\content_moderation Code protected $entityTypeManager;

Select::addExpression

public Select::addExpression($expression, $alias = NULL, $arguments = array()) Adds an expression to the list of "fields" to be SELECTed. An expression can be any arbitrary string that is valid SQL. That includes various functions, which may in some cases be database-dependent. This method makes no effort to correct for database-specific functions. Parameters $expression: The expression string. May contain placeholders. $alias: The alias for this expression. If not specified, one will be gener

ContentEntityForm::copyFormValuesToEntity

protected ContentEntityForm::copyFormValuesToEntity(EntityInterface $entity, array $form, FormStateInterface $form_state) Copies top-level form values to entity properties This should not change existing entity properties that are not being edited by this form. Parameters \Drupal\Core\Entity\EntityInterface $entity: The entity the current form should operate upon. array $form: A nested array of form elements comprising the form. \Drupal\Core\Form\FormStateInterface $form_state: The current sta