Skip to content

Commit

Permalink
Merge branch 'develop' into event-calendar-display
Browse files Browse the repository at this point in the history
  • Loading branch information
dblanken-yale authored Oct 1, 2024
2 parents 5d7e8d0 + 307aebf commit a212fd4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ use Drupal\field\Entity\FieldStorageConfig;
* The field definition.
* @param \Drupal\Core\Entity\ContentEntityInterface|null $entity
* The entity being created, if applicable.
* @param bool $cacheable
* Boolean indicating if the results are cache-able.
*
* @return array
* An array of possible key and value options.
*
* @see options_allowed_values()
*/
function ys_themes_allowed_values_function(FieldStorageConfig $definition, ?ContentEntityInterface $entity = NULL, $cacheable) {
function ys_themes_allowed_values_function(FieldStorageConfig $definition, ?ContentEntityInterface $entity = NULL) {
$options = [];
$config = \Drupal::config('ys_themes.component_overrides');

Expand Down

0 comments on commit a212fd4

Please sign in to comment.