SqlContentEntityStorageSchema::deleteSharedTableSchema

protected SqlContentEntityStorageSchema::deleteSharedTableSchema(FieldStorageDefinitionInterface $storage_definition) Deletes the schema for a field stored in a shared table. Parameters \Drupal\Core\Field\FieldStorageDefinitionInterface $storage_definition: The storage definition of the field being deleted. File core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php, line 1202 Class SqlContentEntityStorageSchema Defines a schema handler that supports revisionable, translatable

SearchPageInterface::getPath

public SearchPageInterface::getPath() Returns the path for the search. Return value string The part of the path for this search page that comes after 'search'. File core/modules/search/src/SearchPageInterface.php, line 50 Class SearchPageInterface Provides an interface defining a search page entity. Namespace Drupal\search Code public function getPath();

HttpExceptionSubscriberBase::getPriority

protected static HttpExceptionSubscriberBase::getPriority() Specifies the priority of all listeners in this class. The default priority is 1, which is very low. To have listeners that have a "first attempt" at handling exceptions return a higher priority. Return value int The event priority of this subscriber. File core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php, line 70 Class HttpExceptionSubscriberBase Utility base class for exception subscribers. Namespace Drupa

EntityStorageSchemaInterface

Defines the interface for entity storage schema handler classes. An entity type's storage schema handler is responsible for creating the storage backend's schema that the entity type's storage handler needs for storing its entities. For example, if the storage handler is for a SQL backend, then the storage schema handler is responsible for creating the needed tables. During the application lifetime, an entity type's definition can change in a way that requires changes to the storage schema, so

EntityFormInterface::getEntity

public EntityFormInterface::getEntity() Gets the form entity. The form entity which has been used for populating form element defaults. Return value \Drupal\Core\Entity\EntityInterface The current form entity. File core/lib/Drupal/Core/Entity/EntityFormInterface.php, line 42 Class EntityFormInterface Defines an interface for entity form classes. Namespace Drupal\Core\Entity Code public function getEntity();

FormBuilder::$classResolver

The class resolver. Type: \Drupal\Core\DependencyInjection\ClassResolverInterface File core/lib/Drupal/Core/Form/FormBuilder.php, line 70 Class FormBuilder Provides form building and processing. Namespace Drupal\Core\Form Code protected $classResolver;

ModerationStateInterface::isPublishedState

public ModerationStateInterface::isPublishedState() Determines if content updated to this state should be published. Return value bool TRUE if content updated to this state should be published. File core/modules/content_moderation/src/ModerationStateInterface.php, line 18 Class ModerationStateInterface Provides an interface for defining Moderation state entities. Namespace Drupal\content_moderation Code public function isPublishedState();

LockBackendInterface::lockMayBeAvailable

public LockBackendInterface::lockMayBeAvailable($name) Checks if a lock is available for acquiring. Parameters string $name: Lock to acquire. Return value bool File core/lib/Drupal/Core/Lock/LockBackendInterface.php, line 86 Class LockBackendInterface Lock backend interface. Namespace Drupal\Core\Lock Code public function lockMayBeAvailable($name);

template_preprocess_file_upload_help

template_preprocess_file_upload_help(&$variables) Prepares variables for file upload help text templates. Default template: file-upload-help.html.twig. Parameters array $variables: An associative array containing: description: The normal description for this field, specified by the user. upload_validators: An array of upload validators as used in $element['#upload_validators']. File core/modules/file/file.field.inc, line 142 Field module functionality for the File module. Code functi

NullGenerator::getInternalPathFromRoute

protected NullGenerator::getInternalPathFromRoute($name, Route $route, $parameters = array(), $query_params = array()) Gets the path of a route. Parameters $name: The route name or other debug message. \Symfony\Component\Routing\Route $route: The route object. array $parameters: An array of parameters as passed to \Symfony\Component\Routing\Generator\UrlGeneratorInterface::generate(). array $query_params: An array of query string parameter, which will get any extra values from $parameters merg