Skip to content

Commit

Permalink
Merge branch 'develop' into YSP-593-service-now-feed
Browse files Browse the repository at this point in the history
  • Loading branch information
dblanken-yale authored Oct 1, 2024
2 parents e817ae5 + 307aebf commit 5d4dcc4
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 5d4dcc4

Please sign in to comment.